Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c14590 MVD_Color_Info stColorInfo; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt() local
14591 _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()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c15734 MVD_Color_Info stColorInfo; in _MApi_VDEC_EX_V2_GetNextDispFrameInfoExt() local
15735 _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()
H A DapiVDEC_EX.c.015730 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;