Lines Matching refs:hdrStaticInfo
1921 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local
1957 if (hdrStaticInfo || hdr10PlusInfo) { in renderOutputBuffer()
1959 if (hdrStaticInfo) { in renderOutputBuffer()
1962 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()
1965 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()
1968 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()
1971 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()
1973 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()
1974 .minLuminance = hdrStaticInfo->mastering.minLuminance, in renderOutputBuffer()
1978 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
1979 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()