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/
H A Dh263_parser.c32 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ function
84 next= ff_h263_find_frame_end(pc, buf, buf_size);
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh263dec.c458 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
460 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()

Completed in 1 milliseconds