Home
last modified time | relevance | path

Searched refs:pu8GammTable (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DapiPQ_v2.h1127 MS_U8 **pu8GammTable; member
H A DPQ_private.h937 void MDrv_PQ_SetGammaTbl_U2(void *pInstance, APIPNL_GAMMA_TYPE enGammType, MS_U8 **pu8GammTable, AP…
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.h2091 INTERFACE void MDrv_PQ_SetGammaTbl(APIPNL_GAMMA_TYPE enGammType, MS_U8 **pu8GammTable, APIPNL_GAMMA…
H A DdrvPQ.c9617 void MDrv_PQ_SetGammaTbl_U2(void* pInstance, APIPNL_GAMMA_TYPE enGammType, MS_U8 **pu8GammTable, AP… in MDrv_PQ_SetGammaTbl_U2() argument
9619 g_IPanel.SetGammaTbl(enGammType, pu8GammTable, enGammaMappingMode); in MDrv_PQ_SetGammaTbl_U2()
9621 void MDrv_PQ_SetGammaTbl(APIPNL_GAMMA_TYPE enGammType, MS_U8 **pu8GammTable, APIPNL_GAMMA_MAPPEING_… in MDrv_PQ_SetGammaTbl() argument
9632 PQArgs.pu8GammTable = pu8GammTable; in MDrv_PQ_SetGammaTbl()
H A DapiPQ_v2.c1513 …psPQInstPri->fpPQ_SetGammaTbl(pInstance, pPQArgs->enGammType,pPQArgs->pu8GammTable,pPQArgs->enGamm… in PQIoctl()
/utopia/UTPA2-700.0.x/modules/pq/utopia_adaption/pq/
H A DPQ_adp.c438 UADP_SPT_NAME1NXT(PQ_SetGammaTbl,stPQ_SetGammaTbl,pu8GammTable,ADP_P_MSIF_Version); in PQ_adp_Init()