Home
last modified time | relevance | path

Searched refs:ff_mpeg1_find_frame_end (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg12.h41 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s);
H A Dmpeg12.c173 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s) in ff_mpeg1_find_frame_end() function
H A Dmpegvideo_parser.c264 next= ff_mpeg1_find_frame_end(pc, buf, buf_size, s); in mpegvideo_parse()
H A Dmpeg12dec.c2792 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, in mpeg_decode_frame()

Completed in 6 milliseconds