Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp637 std::shared_ptr<C2StreamHdrStaticInfo::input> hdrStaticInfo = in processLoop() local
653 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()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp823 std::shared_ptr<const C2StreamHdrStaticInfo::output> hdrStaticInfo = in renderOutputBuffer() local
854 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 …]
/frameworks/base/apex/media/framework/java/android/media/
DMediaParser.java2001 if (format.colorInfo.hdrStaticInfo != null) { in toMediaFormat()
2004 ByteBuffer.wrap(format.colorInfo.hdrStaticInfo)); in toMediaFormat()