Searched refs:encodePlaneLayouts (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | MapperMetadata.cpp | 546 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 D | Gralloc4_test.cpp | 349 …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 D | Gralloc4.h | 299 status_t encodePlaneLayouts(const std::vector<aidl::android::hardware::graphics::common::PlaneLayou…
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 1069 status_t encodePlaneLayouts(const std::vector<PlaneLayout>& planeLayouts, hidl_vec<uint8_t>* outPla… in encodePlaneLayouts() function
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1303 android::gralloc4::encodePlaneLayouts(plane_layouts, out); in GetMetadata()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1257 android::gralloc4::encodePlaneLayouts(plane_layouts, out); in GetMetadata()
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1625 ASSERT_EQ(NO_ERROR, gralloc4::encodePlaneLayouts(planeLayouts, &vec)); in TEST_P()
|