Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp134 C2F(mHdrStaticInfo, maxCll).inRange(0, 0XFFFF), in IntfImpl()
411 if (me.v.maxCll > 65535.0) { in HdrStaticInfoSetter()
412 me.set().maxCll = 65535.0; in HdrStaticInfoSetter()
814 hdrStaticMetadataInfo.maxCll = picture->content_light->max_content_light_level; in getHDRStaticParams()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp135 C2F(mHdrStaticInfo, maxCll).inRange(0, 0XFFFF), in IntfImpl()
402 if (me.v.maxCll > 65535.0) { in HdrStaticInfoSetter()
403 me.set().maxCll = 65535.0; in HdrStaticInfoSetter()
670 hdrStaticMetadataInfo.maxCll = buffer->hdr_cll.max_cll; in getHDRStaticParams()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp1142 (*staticInfo)->maxCll = 0; in GetHdrMetadataFromGralloc4Handle()
1171 (*staticInfo)->maxCll = cta861_3->maxContentLightLevel; in GetHdrMetadataFromGralloc4Handle()
1242 staticInfo->maxCll, in SetMetadataToGralloc4Handle()
DCCodecConfig.cpp1614 && msg->findFloat("cta861.max-cll", &hdr.maxCll) in getFormatForDomain()
1626 && hdr.maxCll >= 0 && hdr.maxCll <= 65535 in getFormatForDomain()
1640 meta.sType1.mMaxContentLightLevel = hdr.maxCll + 0.5; in getFormatForDomain()
DCCodecBufferChannel.cpp1290 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
1292 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp750 (hdrStaticInfo && *hdrStaticInfo && hdrStaticInfo->maxCll > 0) in processLoop()
751 ? hdrStaticInfo->maxCll : kDefaultMaxContentLuminance; in processLoop()
/frameworks/av/media/codec2/core/include/
DC2Config.h1696 float maxCll; ///< max content light level (pixel luminance) in cd/m^2 member
1701 C2FIELD(maxCll, "max-cll")
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp134 mHdrStaticInfo->maxCll = 1000; in IntfImpl()