Lines Matching refs:hdrStaticInfo
727 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local
766 if (hdrStaticInfo || hdr10PlusInfo) { in renderOutputBuffer()
768 if (hdrStaticInfo) { in renderOutputBuffer()
771 if (hdrStaticInfo->mastering.maxLuminance > 0.0f && in renderOutputBuffer()
772 hdrStaticInfo->mastering.minLuminance > 0.0f) { in renderOutputBuffer()
775 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()
778 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()
781 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()
784 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()
786 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()
787 .minLuminance = hdrStaticInfo->mastering.minLuminance, in renderOutputBuffer()
794 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
796 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
797 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()