Searched refs:ff_vc1_parse_frame_header_adv (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vc1dec.c | 836 if ((ret = ff_vc1_parse_frame_header_adv(v, &s->gb)) < 0) { in vc1_decode_frame() 923 if (ff_vc1_parse_frame_header_adv(v, &s->gb) < 0) { in vc1_decode_frame() 946 if (ff_vc1_parse_frame_header_adv(v, &s->gb) < 0) { in vc1_decode_frame() 970 if (ff_vc1_parse_frame_header_adv(v, &s->gb) < 0) { in vc1_decode_frame() 1007 if (ff_vc1_parse_frame_header_adv(v, &s->gb) < 0) { in vc1_decode_frame() 1060 if ((header_ret = ff_vc1_parse_frame_header_adv(v, &s->gb)) < 0) { in vc1_decode_frame() 1069 if ((header_ret = ff_vc1_parse_frame_header_adv(v, &s->gb)) < 0) { in vc1_decode_frame()
|
H A D | vc1.h | 413 int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext *gb);
|
H A D | vc1_parser.c | 81 ret = ff_vc1_parse_frame_header_adv(&vpc->v, &gb); in vc1_extract_header()
|
H A D | vc1.c | 851 int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb) in ff_vc1_parse_frame_header_adv() function
|
Completed in 9 milliseconds