Lines Matching refs:hdrStaticInfo
840 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local
913 if (hdrStaticInfo || hdrDynamicInfo) { in renderOutputBuffer()
915 if (hdrStaticInfo) { in renderOutputBuffer()
918 if (hdrStaticInfo->mastering.maxLuminance > 0.0f && in renderOutputBuffer()
919 hdrStaticInfo->mastering.minLuminance > 0.0f) { in renderOutputBuffer()
922 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()
925 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()
928 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()
931 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()
933 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()
934 .minLuminance = hdrStaticInfo->mastering.minLuminance, in renderOutputBuffer()
941 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
943 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
944 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()
952 hdrStaticInfo.reset(); in renderOutputBuffer()
964 SetMetadataToGralloc4Handle(dataSpace, hdrStaticInfo, hdrDynamicInfo, block.handle()); in renderOutputBuffer()