Searched refs:MPP_VIDEO_CodingVC1 (Results 1 – 3 of 3) sorted by relevance
62 else if (coding >= MPP_VIDEO_CodingVC1 && coding <= MPP_VIDEO_CodingAV1) in strof_coding_type()63 return coding_type_str1[coding - MPP_VIDEO_CodingVC1]; in strof_coding_type()
138 MPP_VIDEO_CodingVC1 = 0x01000000, /**< Windows Media Video (WMV1,WMV2,WMV3)*/ enumerator
42 ((rk_u32)(type) >= (rk_u32)MPP_VIDEO_CodingVC1) ? \43 ((rk_u32)(type) - (rk_u32)MPP_VIDEO_CodingVC1 + 16) : \