Searched refs:tf_data (Results 1 – 6 of 6) sorted by relevance
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 55 if ((config->tf_data.posx.size() != 2 * DRM_SAMSUNG_HDR_EOTF_V2P2_LUT_LEN - 1) || in eotf() 56 (config->tf_data.posy.size() != 2 * DRM_SAMSUNG_HDR_EOTF_V2P2_LUT_LEN - 1)) { in eotf() 57 ALOGE("%s: eotf pos size (%zu, %zu)", __func__, config->tf_data.posx.size(), in eotf() 58 config->tf_data.posy.size()); in eotf() 64 eotfLut.ts[i].even = config->tf_data.posx[2 * i]; in eotf() 65 eotfLut.ts[i].odd = config->tf_data.posx[2 * i + 1]; in eotf() 66 eotfLut.vs[i].even = config->tf_data.posy[2 * i]; in eotf() 67 eotfLut.vs[i].odd = config->tf_data.posy[2 * i + 1]; in eotf() 110 if ((config->tf_data.posx.size() != 2 * DRM_SAMSUNG_HDR_TM_V2P2_LUT_LEN) || in dtm() 111 (config->tf_data.posy.size() != 2 * DRM_SAMSUNG_HDR_TM_V2P2_LUT_LEN)) { in dtm() [all …]
|
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 54 if ((config->tf_data.posx.size() != DRM_SAMSUNG_HDR_EOTF_LUT_LEN) || in eotf() 55 (config->tf_data.posy.size() != DRM_SAMSUNG_HDR_EOTF_LUT_LEN)) { in eotf() 56 ALOGE("%s: eotf pos size (%zu, %zu)", __func__, config->tf_data.posx.size(), in eotf() 57 config->tf_data.posy.size()); in eotf() 62 eotfLut.posx[i] = config->tf_data.posx[i]; in eotf() 63 eotfLut.posy[i] = config->tf_data.posy[i]; in eotf() 105 if ((config->tf_data.posx.size() != DRM_SAMSUNG_HDR_TM_LUT_LEN) || in dtm() 106 (config->tf_data.posy.size() != DRM_SAMSUNG_HDR_TM_LUT_LEN)) { in dtm() 107 ALOGE("%s: dtm pos size (%zu, %zu)", __func__, config->tf_data.posx.size(), in dtm() 108 config->tf_data.posy.size()); in dtm() [all …]
|
/hardware/google/graphics/gs201/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 190 mCmdList.updateDouble(layer->EotfLut().config->tf_data.posx, HDR_EOTF_POSX(i)); in getCommands() 191 mCmdList.updateSingle(layer->EotfLut().config->tf_data.posy, HDR_EOTF_POSY(i)); in getCommands() 203 mCmdList.updateDouble(layer->Dtm().config->tf_data.posx, HDR_TM_POSX(i)); in getCommands() 204 mCmdList.updateSingle(layer->Dtm().config->tf_data.posy, HDR_TM_POSY(i)); in getCommands() 209 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posx, HDR_OETF_POSX(i)); in getCommands() 210 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posy, HDR_OETF_POSY(i)); in getCommands()
|
/hardware/google/graphics/gs101/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 190 mCmdList.updateDouble(layer->EotfLut().config->tf_data.posx, HDR_EOTF_POSX(i)); in getCommands() 191 mCmdList.updateSingle(layer->EotfLut().config->tf_data.posy, HDR_EOTF_POSY(i)); in getCommands() 203 mCmdList.updateDouble(layer->Dtm().config->tf_data.posx, HDR_TM_POSX(i)); in getCommands() 204 mCmdList.updateSingle(layer->Dtm().config->tf_data.posy, HDR_TM_POSY(i)); in getCommands() 209 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posx, HDR_OETF_POSX(i)); in getCommands() 210 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posy, HDR_OETF_POSY(i)); in getCommands()
|
/hardware/google/graphics/zuma/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 221 mCmdList.updateDouble(layer->EotfLut().config->tf_data.posx, in getCommands() 223 mCmdList.updateDouble(layer->EotfLut().config->tf_data.posy, in getCommands() 239 mCmdList.updateDouble(layer->Dtm().config->tf_data.posx, HDR_TM_LUT_TS(i)); in getCommands() 240 mCmdList.updateDouble(layer->Dtm().config->tf_data.posy, HDR_TM_LUT_VS(i)); in getCommands() 246 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posx, in getCommands() 248 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posy, in getCommands()
|
/hardware/google/graphics/gs101/include/gs101/displaycolor/ |
D | displaycolor_gs101.h | 64 TransferFunctionData<XContainer, YContainer, kLutLen> tf_data; member
|