Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp1210 && msg->findFloat("cta861.max-fall", &hdr.maxFall)) { in getSdkFormatForDomain()
1222 && hdr.maxFall >= 0 && hdr.maxFall <= 65535) { in getSdkFormatForDomain()
1236 meta.sType1.mMaxFrameAverageLightLevel = hdr.maxFall + 0.5; in getSdkFormatForDomain()
DCCodecBufferChannel.cpp1979 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()
/hardware/google/av/codec2/include/
DC2Config.h1553 float maxFall; ///< max frame average light level (frame luminance) in cd/m^2 member
1558 C2FIELD(maxFall, "max-fall")
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp132 mHdrStaticInfo->maxFall = 120; in IntfImpl()