Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp720 (hdrStaticInfo && *hdrStaticInfo && hdrStaticInfo->maxCll > 0) in processLoop()
721 ? hdrStaticInfo->maxCll : kDefaultMaxContentLuminance; in processLoop()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1468 && msg->findFloat("cta861.max-cll", &hdr.maxCll) in getFormatForDomain()
1480 && hdr.maxCll >= 0 && hdr.maxCll <= 65535 in getFormatForDomain()
1494 meta.sType1.mMaxContentLightLevel = hdr.maxCll + 0.5; in getFormatForDomain()
DCCodecBufferChannel.cpp882 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
884 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
/frameworks/av/media/codec2/core/include/
DC2Config.h1596 float maxCll; ///< max content light level (pixel luminance) in cd/m^2 member
1601 C2FIELD(maxCll, "max-cll")
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp133 mHdrStaticInfo->maxCll = 1000; in IntfImpl()