Searched refs:hdrStaticInfo (Results 1 – 3 of 3) sorted by relevance
637 std::shared_ptr<C2StreamHdrStaticInfo::input> hdrStaticInfo = in processLoop() local653 hdrStaticInfo.reset(static_cast<C2StreamHdrStaticInfo::input *>( in processLoop()715 (hdrStaticInfo && *hdrStaticInfo && in processLoop()716 hdrStaticInfo->mastering.maxLuminance > 0 && in processLoop()717 hdrStaticInfo->mastering.minLuminance > 0) in processLoop()718 ? hdrStaticInfo->mastering.maxLuminance : kDefaultMaxMasteringLuminance; in processLoop()720 (hdrStaticInfo && *hdrStaticInfo && hdrStaticInfo->maxCll > 0) in processLoop()721 ? hdrStaticInfo->maxCll : kDefaultMaxContentLuminance; in processLoop()
823 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local854 if (hdrStaticInfo || hdr10PlusInfo) { in renderOutputBuffer()856 if (hdrStaticInfo) { in renderOutputBuffer()859 if (hdrStaticInfo->mastering.maxLuminance > 0.0f && in renderOutputBuffer()860 hdrStaticInfo->mastering.minLuminance > 0.0f) { in renderOutputBuffer()863 hdrStaticInfo->mastering.red.x, hdrStaticInfo->mastering.red.y in renderOutputBuffer()866 hdrStaticInfo->mastering.green.x, hdrStaticInfo->mastering.green.y in renderOutputBuffer()869 hdrStaticInfo->mastering.blue.x, hdrStaticInfo->mastering.blue.y in renderOutputBuffer()872 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()874 .maxLuminance = hdrStaticInfo->mastering.maxLuminance, in renderOutputBuffer()[all …]
2001 if (format.colorInfo.hdrStaticInfo != null) { in toMediaFormat()2004 ByteBuffer.wrap(format.colorInfo.hdrStaticInfo)); in toMediaFormat()