Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1368 && msg->findFloat("cta861.max-cll", &hdr.maxCll) in getFormatForDomain()
1380 && hdr.maxCll >= 0 && hdr.maxCll <= 65535 in getFormatForDomain()
1394 meta.sType1.mMaxContentLightLevel = hdr.maxCll + 0.5; in getFormatForDomain()
DCCodecBufferChannel.cpp794 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
796 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
/frameworks/av/media/codec2/core/include/
DC2Config.h1549 float maxCll; ///< max content light level (pixel luminance) in cd/m^2 member
1554 C2FIELD(maxCll, "max-cll")
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp133 mHdrStaticInfo->maxCll = 1000; in IntfImpl()