ff_avc_find_startcode   77 libavformat/avc.c     nal_start = ff_avc_find_startcode(p, end);
ff_avc_find_startcode   83 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  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);