Home
last modified time | relevance | path

Searched refs:tf_data (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp292 if ((dpp.EotfLut().config->tf_data.posx.size() != DRM_SAMSUNG_HDR_EOTF_LUT_LEN) || in createEotfBlobFromIDpp()
293 (dpp.EotfLut().config->tf_data.posy.size() != DRM_SAMSUNG_HDR_EOTF_LUT_LEN)) { in createEotfBlobFromIDpp()
295 __func__, dpp.EotfLut().config->tf_data.posx.size(), in createEotfBlobFromIDpp()
296 dpp.EotfLut().config->tf_data.posy.size()); in createEotfBlobFromIDpp()
301 eotf_lut.posx[i] = dpp.EotfLut().config->tf_data.posx[i]; in createEotfBlobFromIDpp()
302 eotf_lut.posy[i] = dpp.EotfLut().config->tf_data.posy[i]; in createEotfBlobFromIDpp()
347 if ((dpp.Dtm().config->tf_data.posx.size() != DRM_SAMSUNG_HDR_TM_LUT_LEN) || in createDtmBlobFromIDpp()
348 (dpp.Dtm().config->tf_data.posy.size() != DRM_SAMSUNG_HDR_TM_LUT_LEN)) { in createDtmBlobFromIDpp()
350 __func__, dpp.Dtm().config->tf_data.posx.size(), in createDtmBlobFromIDpp()
351 dpp.Dtm().config->tf_data.posy.size()); in createDtmBlobFromIDpp()
[all …]
/hardware/google/graphics/gs101/include/gs101/displaycolor/
Ddisplaycolor_gs101.h82 TransferFunctionData<XContainer, YContainer, kLutLen> tf_data; member
97 TransferFunctionData<XContainer, YContainer, kLutLen> tf_data; member
112 TransferFunctionData<XContainer, YContainer, kLutLen> tf_data; member