ff_avc_find_startcode   80 libavformat/avc.c     nal_start = ff_avc_find_startcode(p, end);
ff_avc_find_startcode   86 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  206 libavformat/movenccenc.c     nal_start = ff_avc_find_startcode(p, end);
ff_avc_find_startcode  212 libavformat/movenccenc.c         nal_end = ff_avc_find_startcode(nal_start, end);
ff_avc_find_startcode 2195 libavformat/mxfenc.c             nal_end = ff_avc_find_startcode(buf, buf_end);
ff_avc_find_startcode  190 libavformat/rtpenc_h264_hevc.c         r = ff_avc_find_startcode(buf1, end);
ff_avc_find_startcode  201 libavformat/rtpenc_h264_hevc.c             r1 = ff_avc_find_startcode(r, end);
ff_avc_find_startcode  185 libavformat/sdp.c     r = ff_avc_find_startcode(extradata, extradata + extradata_size);
ff_avc_find_startcode  192 libavformat/sdp.c         r1 = ff_avc_find_startcode(r, extradata + extradata_size);