Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1369 && msg->findFloat("cta861.max-fall", &hdr.maxFall)) { in getFormatForDomain()
1381 && hdr.maxFall >= 0 && hdr.maxFall <= 65535) { in getFormatForDomain()
1395 meta.sType1.mMaxFrameAverageLightLevel = hdr.maxFall + 0.5; in getFormatForDomain()
DCCodecBufferChannel.cpp794 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
797 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()
/frameworks/av/media/codec2/core/include/
DC2Config.h1550 float maxFall; ///< max frame average light level (frame luminance) in cd/m^2 member
1555 C2FIELD(maxFall, "max-fall")
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp134 mHdrStaticInfo->maxFall = 120; in IntfImpl()