Searched refs:stXC3DLutInfo (Results 1 – 2 of 2) sorted by relevance
10486 ST_KDRV_XC_3DLUT_INFO stXC3DLutInfo; in MDrv_XC_HDR_Control() local10487 memset(&stXC3DLutInfo, 0, sizeof(ST_KDRV_XC_3DLUT_INFO)); in MDrv_XC_HDR_Control()10488 stXC3DLutInfo.pu8Data = st3DLutInfo.pu8Data; in MDrv_XC_HDR_Control()10489 stXC3DLutInfo.u32Size = st3DLutInfo.u32Size; in MDrv_XC_HDR_Control()10493 if (ioctl(_s32FdScaler, MDRV_XC_IOC_SET_3DLUT_INFO, &stXC3DLutInfo)) in MDrv_XC_HDR_Control()10500 if (MDrv_XC_Set3DLutInfo(&stXC3DLutInfo) < 0) in MDrv_XC_HDR_Control()
10484 ST_KDRV_XC_3DLUT_INFO stXC3DLutInfo;10485 memset(&stXC3DLutInfo, 0, sizeof(ST_KDRV_XC_3DLUT_INFO));10486 stXC3DLutInfo.pu8Data = st3DLutInfo.pu8Data;10487 stXC3DLutInfo.u32Size = st3DLutInfo.u32Size;10491 if (ioctl(_s32FdScaler, MDRV_XC_IOC_SET_3DLUT_INFO, &stXC3DLutInfo))10498 if (MDrv_XC_Set3DLutInfo(&stXC3DLutInfo) < 0)