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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12.h72 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s);
H A Dmpeg12.c185 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s) function
H A Dmpegvideo_parser.c166 next= ff_mpeg1_find_frame_end(pc, buf, buf_size, s);
H A Dmpeg12dec.c2706 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_parser.c141 next= ff_mpeg1_find_frame_end(pc, buf, buf_size, s);
H A Dmpegvideo.h799 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s);
H A Dmpeg12.c2128 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s) function
2215 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, buf_size, NULL);

Completed in 79 milliseconds