Home
last modified time | relevance | path

Searched refs:hdrStaticInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp633 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local
669 if (hdrStaticInfo || hdr10PlusInfo) { in renderOutputBuffer()
671 if (hdrStaticInfo) { in renderOutputBuffer()
674 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()
677 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()
680 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()
683 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()
685 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()
686 .minLuminance = hdrStaticInfo->mastering.minLuminance, in renderOutputBuffer()
690 .maxContentLightLevel = hdrStaticInfo->maxCll, in renderOutputBuffer()
[all …]