Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c525 pic_param->version = p->vpVersion; in vp8d_convert_to_syntx()
1030 if (p->vpVersion == 0) in vp7_header_parser()
1067 if (p->vpVersion >= 1) { in vp7_header_parser()
1079 if (p->vpVersion >= 1) in vp7_header_parser()
1102 if (p->vpVersion == 0) { in vp7_header_parser()
1114 if (p->vpVersion >= 1) in vp7_header_parser()
1191 p->vpVersion = (pbase[0] >> 1) & 7; in decoder_frame_header()
1203 p->frameTagSize = p->vpVersion >= 1 ? 3 : 4; in decoder_frame_header()
H A Dvp8d_parser.h107 RK_U8 vpVersion; member
/rockchip-linux_mpp/mpp/common/
H A Dvp8d_syntax.h131 RK_U32 vpVersion;