Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1221 && msg->findFloat("cta861.max-fall", &hdr.maxFall)) { in getSdkFormatForDomain()
1233 && hdr.maxFall >= 0 && hdr.maxFall <= 65535) { in getSdkFormatForDomain()
1247 meta.sType1.mMaxFrameAverageLightLevel = hdr.maxFall + 0.5; in getSdkFormatForDomain()
DCCodecBufferChannel.cpp690 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()
/frameworks/av/media/codec2/core/include/
DC2Config.h1530 float maxFall; ///< max frame average light level (frame luminance) in cd/m^2 member
1535 C2FIELD(maxFall, "max-fall")
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp134 mHdrStaticInfo->maxFall = 120; in IntfImpl()