Home
last modified time | relevance | path

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

/external/intel-media-driver/media_common/agnostic/common/vp/hal/
Dvp_common_defs.h906 uint16_t BitDepthPerChannel = 0; // Bit Depth Per Channel(4 channels for 3DLUT). member
/external/intel-media-driver/media_driver/linux/common/vp/ddi/
Dmedia_libva_vp.c2984 pSrc->p3DLutParams->BitDepthPerChannel = (uint16_t)p3DLutParamBuff->bit_depth; in DdiVp_SetProcFilter3DLutParams()
2985 …ntry = (uint16_t)(p3DLutParamBuff->num_channel * (pSrc->p3DLutParams->BitDepthPerChannel / 8)); in DdiVp_SetProcFilter3DLutParams()
/external/intel-media-driver/media_softlet/linux/common/vp/ddi/
Dddi_vp_functions.cpp3266 src->p3DLutParams->BitDepthPerChannel = (uint16_t)lut3DParamBuff->bit_depth; in DdiSetProcFilter3DLutParams()
3267 …tPerEntry = (uint16_t)(lut3DParamBuff->num_channel * (src->p3DLutParams->BitDepthPerChannel / 8)); in DdiSetProcFilter3DLutParams()