avpriv_find_start_code 1188 libavcodec/cavsdec.c         buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc);
avpriv_find_start_code 1108 libavcodec/h264.h     buf_index = avpriv_find_start_code(buf + buf_index, buf + next_avc + 1, &state) - buf - 1;
avpriv_find_start_code  565 libavcodec/h264_parser.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code  120 libavcodec/hevc_parser.c         buf = avpriv_find_start_code(buf, buf_end, &state);
avpriv_find_start_code  235 libavcodec/internal.h const uint8_t *avpriv_find_start_code(const uint8_t *p,
avpriv_find_start_code  215 libavcodec/mpeg12.c             i = avpriv_find_start_code(buf + i, buf + buf_size, &state) - buf - 1;
avpriv_find_start_code 1796 libavcodec/mpeg12dec.c         buf_end = avpriv_find_start_code(buf_start + 2, *buf + buf_size, &start_code);
avpriv_find_start_code 2039 libavcodec/mpeg12dec.c         buf        = avpriv_find_start_code(buf, s->gb.buffer_end, &start_code);
avpriv_find_start_code 2415 libavcodec/mpeg12dec.c         buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &start_code);
avpriv_find_start_code   55 libavcodec/mpegvideo_parser.c         buf= avpriv_find_start_code(buf, buf_end, &start_code);
avpriv_find_start_code  318 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  259 libavcodec/vc1_parser.c         ptr = avpriv_find_start_code(ptr, end, &state);
avpriv_find_start_code 1283 libavformat/mpegtsenc.c             p = avpriv_find_start_code(p, buf_end, &state);
avpriv_find_start_code 1655 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);