Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp56 (config->tf_data.posy.size() != 2 * DRM_SAMSUNG_HDR_EOTF_V2P2_LUT_LEN - 1)) { in eotf()
58 config->tf_data.posy.size()); 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()
111 (config->tf_data.posy.size() != 2 * DRM_SAMSUNG_HDR_TM_V2P2_LUT_LEN)) { in dtm()
113 config->tf_data.posy.size()); in dtm()
120 tmData.vs[i].even = config->tf_data.posy[2 * i]; in dtm()
121 tmData.vs[i].odd = config->tf_data.posy[2 * i + 1]; in dtm()
149 (config->tf_data.posy.size() != 2 * DRM_SAMSUNG_HDR_OETF_V2P2_LUT_LEN)) { in oetf()
151 config->tf_data.posy.size()); in oetf()
[all …]
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp55 (config->tf_data.posy.size() != DRM_SAMSUNG_HDR_EOTF_LUT_LEN)) { in eotf()
57 config->tf_data.posy.size()); in eotf()
63 eotfLut.posy[i] = config->tf_data.posy[i]; in eotf()
106 (config->tf_data.posy.size() != DRM_SAMSUNG_HDR_TM_LUT_LEN)) { in dtm()
108 config->tf_data.posy.size()); in dtm()
114 tmData.posy[i] = config->tf_data.posy[i]; in dtm()
144 (config->tf_data.posy.size() != DRM_SAMSUNG_HDR_OETF_LUT_LEN)) { in oetf()
146 config->tf_data.posy.size()); in oetf()
152 oetfLut.posy[i] = config->tf_data.posy[i]; in oetf()
/hardware/google/graphics/gs201/libacryl_plugins/
Dlibacryl_hdr_plugin.cpp191 mCmdList.updateSingle(layer->EotfLut().config->tf_data.posy, HDR_EOTF_POSY(i)); in getCommands()
204 mCmdList.updateSingle(layer->Dtm().config->tf_data.posy, HDR_TM_POSY(i)); in getCommands()
210 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posy, HDR_OETF_POSY(i)); in getCommands()
/hardware/google/graphics/gs101/libacryl_plugins/
Dlibacryl_hdr_plugin.cpp191 mCmdList.updateSingle(layer->EotfLut().config->tf_data.posy, HDR_EOTF_POSY(i)); in getCommands()
204 mCmdList.updateSingle(layer->Dtm().config->tf_data.posy, HDR_TM_POSY(i)); in getCommands()
210 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posy, HDR_OETF_POSY(i)); in getCommands()
/hardware/google/graphics/zuma/libacryl_plugins/
Dlibacryl_hdr_plugin.cpp223 mCmdList.updateDouble(layer->EotfLut().config->tf_data.posy, in getCommands()
240 mCmdList.updateDouble(layer->Dtm().config->tf_data.posy, HDR_TM_LUT_VS(i)); in getCommands()
248 mCmdList.updateDouble(layer->OetfLut().config->tf_data.posy, in getCommands()
/hardware/google/graphics/gs101/include/gs101/displaycolor/
Ddisplaycolor_gs101.h54 std::array<YT, N> posy; member