Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp93 uint64_t lutSize; in setDisplayColorBlob() local
101 std::tie(ret, lutSize) = mDrmCrtc->degamma_lut_size_property().value(); in setDisplayColorBlob()
106 ret = gs::ColorDrmBlobFactory::degamma(lutSize, dqe.DegammaLut().config, in setDisplayColorBlob()
111 std::tie(ret, lutSize) = mDrmCrtc->gamma_lut_size_property().value(); in setDisplayColorBlob()
116 ret = gs::ColorDrmBlobFactory::regamma(lutSize, dqe.RegammaLut().config, in setDisplayColorBlob()