Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp546 err = android::gralloc4::encodePlaneLayouts(layouts, &vec); in get_metadata()
877 err = android::gralloc4::encodePlaneLayouts(layouts, &vec); in getFromBufferDescriptorInfo()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp349 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlType(planeLayouts, gralloc4::encodePlaneLayouts, grall… in TEST_F()
488 ASSERT_NE(NO_ERROR, gralloc4::encodePlaneLayouts({}, nullptr)); in TEST_F()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h299 status_t encodePlaneLayouts(const std::vector<aidl::android::hardware::graphics::common::PlaneLayou…
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1069 status_t encodePlaneLayouts(const std::vector<PlaneLayout>& planeLayouts, hidl_vec<uint8_t>* outPla… in encodePlaneLayouts() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1303 android::gralloc4::encodePlaneLayouts(plane_layouts, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp1257 android::gralloc4::encodePlaneLayouts(plane_layouts, out); in GetMetadata()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1625 ASSERT_EQ(NO_ERROR, gralloc4::encodePlaneLayouts(planeLayouts, &vec)); in TEST_P()