Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_ycbcr_degamma.adoc22 also known as "`sRGB degamma`", used in combination with images using 8-bit
24 In addition, the degamma can be selectively applied to the Y (luma) or CrCb
30 This extension allows implementations to expose sRGB degamma for {YCbCr}
38 1) Which {YCbCr} formats support the degamma feature?
43 ename:VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT must support degamma.
46 components, and since Adreno supports degamma for all 8bit {YCbCr} formats,
48 degamma feature.
50 2) On which {YCbCr} components is the degamma applied?
52 *RESOLVED*: While degamma is expected to be applied to only the Y (luma)
53 component, the extension provides the ability to selectively enable degamma
[all …]
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DDisplayColorModule.h41 static int32_t degamma(const uint64_t drmLutSize,
DDisplayColorModule.cpp181 int32_t ColorDrmBlobFactory::degamma(const uint64_t drmLutSize, in degamma() function in gs::ColorDrmBlobFactory
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/
DDisplayColorModule.h43 static int32_t degamma(const uint64_t drmLutSize,
DDisplayColorModule.cpp188 int32_t ColorDrmBlobFactory::degamma( in degamma() function in gs::ColorDrmBlobFactory
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc990 if the <<features-ycbcr-degamma,pname:ycbcrDegamma>> feature is not
997 if the <<features-ycbcr-degamma,pname:ycbcrDegamma>> feature is not
1131 …ConversionYcbcrDegammaCreateInfoQCOM',desc='Structure specifying {YCbCr} degamma parameters',type=…
1134 components of a {YCbCr} image during <<textures-ycbcr-degamma, format
1147 * pname:enableYDegamma indicates <<textures-ycbcr-degamma,sRGB to linear>>
1149 * pname:enableCbCrDegamma indicates <<textures-ycbcr-degamma,sRGB to
Dfeatures.adoc7062 [open,refpage='VkPhysicalDeviceYcbcrDegammaFeaturesQCOM',desc='Structure describing {YCbCr} degamma
7073 * [[features-ycbcr-degamma]] pname:ycbcrDegamma indicates whether the
7074 implementation supports <<textures-ycbcr-degamma,{YCbCr} degamma>>.
8012 * <<features-ycbcr-degamma,pname:ycbcrDegamma>>, if the
Dtextures.adoc774 [[textures-ycbcr-degamma]]
1355 conversion if <<features-ycbcr-degamma,pname:ycbcrDegamma>> is enabled.
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp106 ret = gs::ColorDrmBlobFactory::degamma(lutSize, dqe.DegammaLut().config, in setDisplayColorBlob()