ff_find_start_code  655 libavcodec/cavsdec.c         buf_ptr = ff_find_start_code(buf_ptr,buf_end, &stc);
ff_find_start_code  132 libavcodec/h264_parser.c         buf = ff_find_start_code(buf, buf_end, &state);
ff_find_start_code 1710 libavcodec/mpeg12.c         buf_end = ff_find_start_code(buf_start + 2, *buf + buf_size, &start_code);
ff_find_start_code 1917 libavcodec/mpeg12.c         buf = ff_find_start_code(buf, s->gb.buffer_end, &start_code);
ff_find_start_code 2227 libavcodec/mpeg12.c             i= ff_find_start_code(buf+i, buf+buf_size, &state) - buf - 1;
ff_find_start_code 2321 libavcodec/mpeg12.c         buf_ptr = ff_find_start_code(buf_ptr,buf_end, &start_code);
ff_find_start_code  698 libavcodec/mpegvideo.h const uint8_t *ff_find_start_code(const uint8_t *p, const uint8_t *end, uint32_t *state);
ff_find_start_code   43 libavcodec/mpegvideo_parser.c         buf= ff_find_start_code(buf, buf_end, &start_code);
ff_find_start_code  723 libavformat/mpegtsenc.c             p = ff_find_start_code(p, end, &state);
ff_find_start_code   58 libavformat/rtp_mpv.c                 r = ff_find_start_code(r1, buf1 + size, &start_code);