Searched refs:stColorInfo (Results 1 – 3 of 3) sorted by relevance
14590 MVD_Color_Info stColorInfo; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt() local14591 _VDEC_Memset(&stColorInfo, 0, sizeof(MVD_Color_Info)); in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()14592 if(MDrv_MVD_GetColorInfo(u32Id, &stColorInfo) == FALSE) in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()14624 if(stColorInfo.bColor_Descript) in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()14627 pFrmInfoEx2->u8Colour_primaries = stColorInfo.u8Color_Primaries; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()14628 pFrmInfoEx2->u8Transfer_characteristics = stColorInfo.u8Transfer_Char; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()14629 pFrmInfoEx2->u8Matrix_coefficients = stColorInfo.u8Matrix_Coef; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()
15734 MVD_Color_Info stColorInfo; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt() local15735 _VDEC_Memset(&stColorInfo, 0, sizeof(MVD_Color_Info)); in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()15736 if(MDrv_MVD_GetColorInfo(u32Id, &stColorInfo) == FALSE) in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()15768 if(stColorInfo.bColor_Descript) in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()15771 pFrmInfoEx2->u8Colour_primaries = stColorInfo.u8Color_Primaries; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()15772 pFrmInfoEx2->u8Transfer_characteristics = stColorInfo.u8Transfer_Char; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()15773 pFrmInfoEx2->u8Matrix_coefficients = stColorInfo.u8Matrix_Coef; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt()
15730 MVD_Color_Info stColorInfo;15731 _VDEC_Memset(&stColorInfo, 0, sizeof(MVD_Color_Info));15732 if(MDrv_MVD_GetColorInfo(u32Id, &stColorInfo) == FALSE)15764 if(stColorInfo.bColor_Descript)15767 pFrmInfoEx2->u8Colour_primaries = stColorInfo.u8Color_Primaries;15768 pFrmInfoEx2->u8Transfer_characteristics = stColorInfo.u8Transfer_Char;15769 pFrmInfoEx2->u8Matrix_coefficients = stColorInfo.u8Matrix_Coef;