OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smpte2086
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/libs/gui/
HdrMetadata.cpp
23
if (validTypes &
SMPTE2086
) {
24
size += sizeof(
smpte2086
);
38
if (validTypes &
SMPTE2086
) {
39
FlattenableUtils::write(buffer, size,
smpte2086
);
53
if (validTypes &
SMPTE2086
) {
54
if (size < sizeof(
smpte2086
)) {
57
FlattenableUtils::read(buffer, size,
smpte2086
);
72
if ((validTypes &
SMPTE2086
) ==
SMPTE2086
) {
73
if (
smpte2086
.displayPrimaryRed.x != rhs.smpte2086.displayPrimaryRed.x |
[
all
...]
Surface.cpp
[
all
...]
/frameworks/native/libs/gui/include/gui/
HdrMetadata.h
28
SMPTE2086
= 1 << 0,
33
android_smpte2086_metadata
smpte2086
{};
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp
418
//
SMPTE2086
430
*outSupportedPerFrameMetadata |= HdrMetadata::Type::
SMPTE2086
;
865
if (validTypes & HdrMetadata::
SMPTE2086
) {
868
mHdrMetadata.
smpte2086
.displayPrimaryRed.x},
870
mHdrMetadata.
smpte2086
.displayPrimaryRed.y},
872
mHdrMetadata.
smpte2086
.displayPrimaryGreen.x},
874
mHdrMetadata.
smpte2086
.displayPrimaryGreen.y},
876
mHdrMetadata.
smpte2086
.displayPrimaryBlue.x},
878
mHdrMetadata.
smpte2086
.displayPrimaryBlue.y},
880
mHdrMetadata.
smpte2086
.whitePoint.x}
[
all
...]
/frameworks/native/opengl/libs/EGL/
egl_object.h
145
EGLBoolean getSmpte2086Metadata(android_smpte2086_metadata&
smpte2086
) const;
/frameworks/native/libs/gui/tests/
Surface_test.cpp
355
const android_smpte2086_metadata
smpte2086
= {
local
367
int error = native_window_set_buffers_smpte2086_metadata(window.get(), &
smpte2086
);
[
all
...]
/hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp
[
all
...]
Completed in 326 milliseconds