avpriv_find_start_code 1251 libavcodec/cavsdec.c         buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc);
avpriv_find_start_code  175 libavcodec/cbs_mpeg2.c     start = avpriv_find_start_code(frag->data, frag->data + frag->data_size,
avpriv_find_start_code  193 libavcodec/cbs_mpeg2.c         end = avpriv_find_start_code(start--, frag->data + frag->data_size,
avpriv_find_start_code  242 libavcodec/extract_extradata_bsf.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code  309 libavcodec/extract_extradata_bsf.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code  657 libavcodec/h264_parser.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code  827 libavcodec/h264dec.h     buf_index = avpriv_find_start_code(buf + buf_index, buf + next_avc + 1, &state) - buf - 1;
avpriv_find_start_code  350 libavcodec/hevc_parser.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code  314 libavcodec/internal.h const uint8_t *avpriv_find_start_code(const uint8_t *p,
avpriv_find_start_code  208 libavcodec/mpeg12.c             i = avpriv_find_start_code(buf + i, buf + buf_size, &state) - buf - 1;
avpriv_find_start_code 1772 libavcodec/mpeg12dec.c         buf_end = avpriv_find_start_code(buf_start + 2, *buf + buf_size, &start_code);
avpriv_find_start_code 2022 libavcodec/mpeg12dec.c         buf        = avpriv_find_start_code(buf, s->gb.buffer_end, &start_code);
avpriv_find_start_code 2476 libavcodec/mpeg12dec.c         buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &start_code);
avpriv_find_start_code   40 libavcodec/mpeg4_unpack_bframes_bsf.c         pos = avpriv_find_start_code(pos, end, &startcode);
avpriv_find_start_code   57 libavcodec/mpegvideo_parser.c         buf= avpriv_find_start_code(buf, buf_end, &start_code);
avpriv_find_start_code  332 libavcodec/parser.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code   63 libavcodec/vc1_common.h         src = avpriv_find_start_code(src, end, &mrk);
avpriv_find_start_code  267 libavcodec/vc1_parser.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code 1497 libavformat/avidec.c                                 ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code   40 libavformat/cavsvideodec.c         ptr = avpriv_find_start_code(ptr, end, &code);
avpriv_find_start_code   44 libavformat/davs2.c         ptr = avpriv_find_start_code(ptr, end, &code);
avpriv_find_start_code 1685 libavformat/mpegtsenc.c             p = avpriv_find_start_code(p, buf_end, &state);
avpriv_find_start_code 1751 libavformat/mpegtsenc.c             p = avpriv_find_start_code(p, buf_end, &state);
avpriv_find_start_code   46 libavformat/mpegvideodec.c         ptr = avpriv_find_start_code(ptr, end, &code);
avpriv_find_start_code 2184 libavformat/mxfenc.c         buf = avpriv_find_start_code(buf, buf_end, &state);
avpriv_find_start_code   59 libavformat/rtpenc_mpv.c                 r = avpriv_find_start_code(r1, end, &start_code);