Lines Matching refs:hdrStaticInfo
825 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local
856 if (hdrStaticInfo || hdr10PlusInfo) { in renderOutputBuffer()
858 if (hdrStaticInfo) { in renderOutputBuffer()
861 if (hdrStaticInfo->mastering.maxLuminance > 0.0f && in renderOutputBuffer()
862 hdrStaticInfo->mastering.minLuminance > 0.0f) { in renderOutputBuffer()
865 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()
868 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()
871 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()
874 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()
876 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()
877 .minLuminance = hdrStaticInfo->mastering.minLuminance, in renderOutputBuffer()
884 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
886 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
887 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()