Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp141 struct hdr_oetf_lut_v2p2 oetfLut; in oetf() local
156 oetfLut.ts[i].even = config->tf_data.posx[2 * i]; in oetf()
157 oetfLut.ts[i].odd = config->tf_data.posx[2 * i + 1]; in oetf()
158 oetfLut.vs[i].even = config->tf_data.posy[2 * i]; in oetf()
159 oetfLut.vs[i].odd = config->tf_data.posy[2 * i + 1]; in oetf()
161 int ret = drm->CreatePropertyBlob(&oetfLut, sizeof(oetfLut), &blobId); in oetf()
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp136 struct hdr_oetf_lut oetfLut; in oetf() local
151 oetfLut.posx[i] = config->tf_data.posx[i]; in oetf()
152 oetfLut.posy[i] = config->tf_data.posy[i]; in oetf()
154 int ret = drm->CreatePropertyBlob(&oetfLut, sizeof(oetfLut), &blobId); in oetf()