Home
last modified time | relevance | path

Searched refs:Smpte2086 (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DGraphicTypes.h54 using aidl::android::hardware::graphics::common::Smpte2086;
69 inline Smpte2086 translate(const android_smpte2086_metadata& metadata) { in translate()
70 return Smpte2086{.primaryRed = translate(metadata.displayPrimaryRed), in translate()
DGraphicBufferMapper.h126 status_t getSmpte2086(buffer_handle_t bufferHandle, std::optional<ui::Smpte2086>* outSmpte2086);
127 status_t setSmpte2086(buffer_handle_t bufferHandle, std::optional<ui::Smpte2086> smpte2086);
/frameworks/native/libs/ui/include/ui/
DGraphicTypes.h54 using aidl::android::hardware::graphics::common::Smpte2086;
69 inline Smpte2086 translate(const android_smpte2086_metadata& metadata) { in translate()
70 return Smpte2086{.primaryRed = translate(metadata.displayPrimaryRed), in translate()
DGralloc.h173 std::optional<ui::Smpte2086>* /*outSmpte2086*/) const { in getSmpte2086() argument
177 std::optional<ui::Smpte2086> /*smpte2086*/) const { in setSmpte2086() argument
DGraphicBufferMapper.h126 status_t getSmpte2086(buffer_handle_t bufferHandle, std::optional<ui::Smpte2086>* outSmpte2086);
127 status_t setSmpte2086(buffer_handle_t bufferHandle, std::optional<ui::Smpte2086> smpte2086);
DGralloc4.h108 std::optional<ui::Smpte2086>* outSmpte2086) const override;
110 std::optional<ui::Smpte2086> smpte2086) const override;
/frameworks/native/libs/ui/include_types/ui/
DGraphicTypes.h54 using aidl::android::hardware::graphics::common::Smpte2086;
69 inline Smpte2086 translate(const android_smpte2086_metadata& metadata) { in translate()
70 return Smpte2086{.primaryRed = translate(metadata.displayPrimaryRed), in translate()
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp41 using aidl::android::hardware::graphics::common::Smpte2086;
401 class Gralloc4TestSmpte2086 : public testing::TestWithParam<std::optional<Smpte2086>> { };
405 ::testing::Values(std::optional<Smpte2086>(Smpte2086{XyColor{0.680, 0.320},
410 std::optional<Smpte2086>(Smpte2086{XyColor{-1.0, 100.0},
417 TEST_P(Gralloc4TestSmpte2086, Smpte2086) { in TEST_P() argument
561 std::optional<Smpte2086> smpte2086; in TEST_F()
/frameworks/native/libs/gui/include/gui/
DHdrMetadata.h48 std::optional<ui::Smpte2086> getSmpte2086() const { in getSmpte2086()
/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp76 …GRALLOCTYPES_DECODE(std::optional<aidl::android::hardware::graphics::common::Smpte2086>, ::android…
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp294 std::optional<ui::Smpte2086>* outSmpte2086) { in getSmpte2086()
299 std::optional<ui::Smpte2086> smpte2086) { in setSmpte2086()
DGralloc4.cpp721 std::optional<ui::Smpte2086>* outSmpte2086) const { in getSmpte2086()
727 std::optional<ui::Smpte2086> smpte2086) const { in setSmpte2086()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp41 using aidl::android::hardware::graphics::common::Smpte2086;
867 status_t encodeSmpte2086Helper(const Smpte2086& smpte2086, OutputHidlVec* outOutputHidlVec) { in encodeSmpte2086Helper()
891 status_t decodeSmpte2086Helper(InputHidlVec* inputHidlVec, Smpte2086* outSmpte2086) { in decodeSmpte2086Helper()
1107 status_t encodeSmpte2086(const std::optional<Smpte2086>& smpte2086, in encodeSmpte2086()
1113 std::optional<Smpte2086>* outSmpte2086) { in decodeSmpte2086()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp1002 using ::aidl::android::hardware::graphics::common::Smpte2086;
1091 std::optional<Smpte2086> smpte2086; in GetHdrMetadataFromGralloc4Handle()
1186 std::optional<Smpte2086> smpte2086 = Smpte2086{ in SetMetadataToGralloc4Handle()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h318 const std::optional<aidl::android::hardware::graphics::common::Smpte2086>& smpte2086,
322 std::optional<aidl::android::hardware::graphics::common::Smpte2086>* outSmpte2086);
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.cpp1134 std::optional<ui::Smpte2086> smpte2086; in queueHDRMetadata()