Searched refs:ff_mpeg1_find_frame_end (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpeg12.h | 41 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContex…
|
D | mpeg12.c | 173 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContex… in ff_mpeg1_find_frame_end() function
|
D | mpegvideo_parser.c | 264 next= ff_mpeg1_find_frame_end(pc, buf, buf_size, s); in mpegvideo_parse()
|
D | mpeg12dec.c | 2792 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, in mpeg_decode_frame()
|