Searched refs:maxCll (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 134 C2F(mHdrStaticInfo, maxCll).inRange(0, 0XFFFF), in IntfImpl() 411 if (me.v.maxCll > 65535.0) { in HdrStaticInfoSetter() 412 me.set().maxCll = 65535.0; in HdrStaticInfoSetter() 814 hdrStaticMetadataInfo.maxCll = picture->content_light->max_content_light_level; in getHDRStaticParams()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 135 C2F(mHdrStaticInfo, maxCll).inRange(0, 0XFFFF), in IntfImpl() 402 if (me.v.maxCll > 65535.0) { in HdrStaticInfoSetter() 403 me.set().maxCll = 65535.0; in HdrStaticInfoSetter() 670 hdrStaticMetadataInfo.maxCll = buffer->hdr_cll.max_cll; in getHDRStaticParams()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 1142 (*staticInfo)->maxCll = 0; in GetHdrMetadataFromGralloc4Handle() 1171 (*staticInfo)->maxCll = cta861_3->maxContentLightLevel; in GetHdrMetadataFromGralloc4Handle() 1242 staticInfo->maxCll, in SetMetadataToGralloc4Handle()
|
D | CCodecConfig.cpp | 1614 && msg->findFloat("cta861.max-cll", &hdr.maxCll) in getFormatForDomain() 1626 && hdr.maxCll >= 0 && hdr.maxCll <= 65535 in getFormatForDomain() 1640 meta.sType1.mMaxContentLightLevel = hdr.maxCll + 0.5; in getFormatForDomain()
|
D | CCodecBufferChannel.cpp | 1290 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer() 1292 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
|
/frameworks/av/media/codec2/hal/plugin/samples/ |
D | SampleFilterPlugin.cpp | 750 (hdrStaticInfo && *hdrStaticInfo && hdrStaticInfo->maxCll > 0) in processLoop() 751 ? hdrStaticInfo->maxCll : kDefaultMaxContentLuminance; in processLoop()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1696 float maxCll; ///< max content light level (pixel luminance) in cd/m^2 member 1701 C2FIELD(maxCll, "max-cll")
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 134 mHdrStaticInfo->maxCll = 1000; in IntfImpl()
|