ff_avc_find_startcode 70 libavformat/avc.c nal_start = ff_avc_find_startcode(p, end); ff_avc_find_startcode 73 libavformat/avc.c nal_end = ff_avc_find_startcode(nal_start, end); ff_avc_find_startcode 31 libavformat/avc.h const uint8_t *ff_avc_find_startcode(const uint8_t *p, const uint8_t *end); ff_avc_find_startcode 69 libavformat/rtpenc_h264.c r = ff_avc_find_startcode(buf1, buf1 + size); ff_avc_find_startcode 74 libavformat/rtpenc_h264.c r1 = ff_avc_find_startcode(r, buf1 + size); ff_avc_find_startcode 116 libavformat/sdp.c r = ff_avc_find_startcode(c->extradata, c->extradata + c->extradata_size); ff_avc_find_startcode 121 libavformat/sdp.c r1 = ff_avc_find_startcode(r, c->extradata + c->extradata_size);