Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1237 && msg->findFloat("cta861.max-cll", &hdr.maxCll) in getSdkFormatForDomain()
1249 && hdr.maxCll >= 0 && hdr.maxCll <= 65535 in getSdkFormatForDomain()
1263 meta.sType1.mMaxContentLightLevel = hdr.maxCll + 0.5; in getSdkFormatForDomain()
DCCodecBufferChannel.cpp690 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
/frameworks/av/media/codec2/core/include/
DC2Config.h1529 float maxCll; ///< max content light level (pixel luminance) in cd/m^2 member
1534 C2FIELD(maxCll, "max-cll")
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp133 mHdrStaticInfo->maxCll = 1000; in IntfImpl()