Lines Matching refs:hdrStaticInfo
1189 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local
1262 if (hdrStaticInfo || hdrDynamicInfo) { in renderOutputBuffer()
1264 if (hdrStaticInfo) { in renderOutputBuffer()
1267 if (hdrStaticInfo->mastering.maxLuminance > 0.0f && in renderOutputBuffer()
1268 hdrStaticInfo->mastering.minLuminance > 0.0f) { in renderOutputBuffer()
1271 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()
1274 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()
1277 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()
1280 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()
1282 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()
1283 .minLuminance = hdrStaticInfo->mastering.minLuminance, in renderOutputBuffer()
1290 if (hdrStaticInfo->maxCll > 0.0f && hdrStaticInfo->maxFall > 0.0f) { in renderOutputBuffer()
1292 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
1293 .maxFrameAverageLightLevel = hdrStaticInfo->maxFall, in renderOutputBuffer()
1301 hdrStaticInfo.reset(); in renderOutputBuffer()
1313 SetMetadataToGralloc4Handle(dataSpace, hdrStaticInfo, hdrDynamicInfo, block.handle()); in renderOutputBuffer()