Searched refs:ff_h263_find_frame_end (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h263_parser.c | 30 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ in ff_h263_find_frame_end() function 76 next= ff_h263_find_frame_end(pc, buf, buf_size); in h263_parse()
|
D | h263_parser.h | 27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
|
D | h263dec.c | 452 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame() 454 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
|