Searched refs:oetfLut (Results 1 – 2 of 2) sorted by relevance
141 struct hdr_oetf_lut_v2p2 oetfLut; in oetf() local156 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()
136 struct hdr_oetf_lut oetfLut; in oetf() local151 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()