Home
last modified time | relevance | path

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

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