Searched refs:hdrStaticInfo (Results 1 – 2 of 2) sorted by relevance
727 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local766 if (hdrStaticInfo || hdr10PlusInfo) { in renderOutputBuffer()768 if (hdrStaticInfo) { in renderOutputBuffer()771 if (hdrStaticInfo->mastering.maxLuminance > 0.0f && in renderOutputBuffer()772 hdrStaticInfo->mastering.minLuminance > 0.0f) { in renderOutputBuffer()775 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()778 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()781 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()784 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()786 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()[all …]
1880 if (format.colorInfo.hdrStaticInfo != null) { in toMediaFormat()1883 ByteBuffer.wrap(format.colorInfo.hdrStaticInfo)); in toMediaFormat()