Home
last modified time | relevance | path

Searched refs:ff_h263_find_frame_end (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263_parser.c30 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()
Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
Dh263dec.c452 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()