Home
last modified time | relevance | path

Searched refs:encodeSmpte2086 (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp601 err = android::gralloc4::encodeSmpte2086(smpte2086, &vec); in get_metadata()
915 err = android::gralloc4::encodeSmpte2086(smpte2086, &vec); in getFromBufferDescriptorInfo()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp418 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlTypeOptional(GetParam(), gralloc4::encodeSmpte2086, gr… in TEST_P()
491 ASSERT_NE(NO_ERROR, gralloc4::encodeSmpte2086({{}}, nullptr)); in TEST_F()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h311 status_t encodeSmpte2086(
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1336 android::gralloc4::encodeSmpte2086(mastering_display_values, out); in GetMetadata()
1338 android::gralloc4::encodeSmpte2086(std::nullopt, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp1290 android::gralloc4::encodeSmpte2086(mastering_display_values, out); in GetMetadata()
1292 android::gralloc4::encodeSmpte2086(std::nullopt, out); in GetMetadata()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1107 status_t encodeSmpte2086(const std::optional<Smpte2086>& smpte2086, in encodeSmpte2086() function
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1746 ASSERT_EQ(NO_ERROR, gralloc4::encodeSmpte2086(smpte2086, &vec)); in TEST_P()