Searched refs:ff_h263_find_frame_end (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh263_parser.c30 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ function
76 next= ff_h263_find_frame_end(pc, buf, buf_size);
H A Dh263dec.c419 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size);
421 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh263_parser.c30 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ function
73 next= ff_h263_find_frame_end(pc, buf, buf_size);
H A Dh263dec.c373 next= ff_h263_find_frame_end(&s->parse_context, buf, buf_size);

Completed in 87 milliseconds