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