Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DHdrMetadata.cpp25 size += sizeof(smpte2086); in getFlattenedSize()
44 FlattenableUtils::write(buffer, size, smpte2086); in flatten()
65 if (size < sizeof(smpte2086)) { in unflatten()
68 FlattenableUtils::read(buffer, size, smpte2086); in unflatten()
100 if (smpte2086.displayPrimaryRed.x != rhs.smpte2086.displayPrimaryRed.x || in operator ==()
101 smpte2086.displayPrimaryRed.y != rhs.smpte2086.displayPrimaryRed.y || in operator ==()
102 smpte2086.displayPrimaryGreen.x != rhs.smpte2086.displayPrimaryGreen.x || in operator ==()
103 smpte2086.displayPrimaryGreen.y != rhs.smpte2086.displayPrimaryGreen.y || in operator ==()
104 smpte2086.displayPrimaryBlue.x != rhs.smpte2086.displayPrimaryBlue.x || in operator ==()
105 smpte2086.displayPrimaryBlue.y != rhs.smpte2086.displayPrimaryBlue.y || in operator ==()
[all …]
DSurface.cpp1642 mHdrMetadata.smpte2086 = *metadata; in setBuffersSmpte2086Metadata()
/frameworks/base/native/android/
Dsurface_control.cpp480 hdrMetadata.smpte2086.displayPrimaryRed.x = metadata->displayPrimaryRed.x; in ASurfaceTransaction_setHdrMetadata_smpte2086()
481 hdrMetadata.smpte2086.displayPrimaryRed.y = metadata->displayPrimaryRed.y; in ASurfaceTransaction_setHdrMetadata_smpte2086()
482 hdrMetadata.smpte2086.displayPrimaryGreen.x = metadata->displayPrimaryGreen.x; in ASurfaceTransaction_setHdrMetadata_smpte2086()
483 hdrMetadata.smpte2086.displayPrimaryGreen.y = metadata->displayPrimaryGreen.y; in ASurfaceTransaction_setHdrMetadata_smpte2086()
484 hdrMetadata.smpte2086.displayPrimaryBlue.x = metadata->displayPrimaryBlue.x; in ASurfaceTransaction_setHdrMetadata_smpte2086()
485 hdrMetadata.smpte2086.displayPrimaryBlue.y = metadata->displayPrimaryBlue.y; in ASurfaceTransaction_setHdrMetadata_smpte2086()
486 hdrMetadata.smpte2086.whitePoint.x = metadata->whitePoint.x; in ASurfaceTransaction_setHdrMetadata_smpte2086()
487 hdrMetadata.smpte2086.whitePoint.y = metadata->whitePoint.y; in ASurfaceTransaction_setHdrMetadata_smpte2086()
488 hdrMetadata.smpte2086.minLuminance = metadata->minLuminance; in ASurfaceTransaction_setHdrMetadata_smpte2086()
489 hdrMetadata.smpte2086.maxLuminance = metadata->maxLuminance; in ASurfaceTransaction_setHdrMetadata_smpte2086()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp916 mHdrMetadata.smpte2086.displayPrimaryRed.x}, in setPerFrameMetadata()
918 mHdrMetadata.smpte2086.displayPrimaryRed.y}, in setPerFrameMetadata()
920 mHdrMetadata.smpte2086.displayPrimaryGreen.x}, in setPerFrameMetadata()
922 mHdrMetadata.smpte2086.displayPrimaryGreen.y}, in setPerFrameMetadata()
924 mHdrMetadata.smpte2086.displayPrimaryBlue.x}, in setPerFrameMetadata()
926 mHdrMetadata.smpte2086.displayPrimaryBlue.y}, in setPerFrameMetadata()
928 mHdrMetadata.smpte2086.whitePoint.x}, in setPerFrameMetadata()
930 mHdrMetadata.smpte2086.whitePoint.y}, in setPerFrameMetadata()
932 mHdrMetadata.smpte2086.maxLuminance}, in setPerFrameMetadata()
934 mHdrMetadata.smpte2086.minLuminance}}); in setPerFrameMetadata()
/frameworks/native/libs/gui/include/gui/
DHdrMetadata.h36 android_smpte2086_metadata smpte2086{};
/frameworks/native/opengl/libs/EGL/
Degl_object.h145 EGLBoolean getSmpte2086Metadata(android_smpte2086_metadata& smpte2086) const;
/frameworks/native/libs/gui/tests/
DSurface_test.cpp360 const android_smpte2086_metadata smpte2086 = { in TEST_F() local
376 int error = native_window_set_buffers_smpte2086_metadata(window.get(), &smpte2086); in TEST_F()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp694 hdr.smpte2086 = smpte2086_meta; in renderOutputBuffer()