Searched refs:eotfLut (Results 1 – 2 of 2) sorted by relevance
48 struct hdr_eotf_lut_v2p2 eotfLut; in eotf() local61 eotfLut.scaler = config->eotf_scalar; in eotf()62 eotfLut.lut_en = config->eotf_lut_en; 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()69 eotfLut.vs[DRM_SAMSUNG_HDR_EOTF_V2P2_LUT_LEN - 1].odd = 0; in eotf()70 int ret = drm->CreatePropertyBlob(&eotfLut, sizeof(eotfLut), &blobId); in eotf()
47 struct hdr_eotf_lut eotfLut; in eotf() local62 eotfLut.posx[i] = config->tf_data.posx[i]; in eotf()63 eotfLut.posy[i] = config->tf_data.posy[i]; in eotf()65 int ret = drm->CreatePropertyBlob(&eotfLut, sizeof(eotfLut), &blobId); in eotf()