Searched refs:decodePlaneLayouts (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 72 …<aidl::android::hardware::graphics::common::PlaneLayout>, ::android::gralloc4::decodePlaneLayouts),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 349 …estHelperStableAidlType(planeLayouts, gralloc4::encodePlaneLayouts, gralloc4::decodePlaneLayouts)); in TEST_F() 540 ASSERT_NE(NO_ERROR, gralloc4::decodePlaneLayouts(vec, nullptr)); in TEST_F() 579 ASSERT_NE(NO_ERROR, gralloc4::decodePlaneLayouts(vec, &planeLayouts)); in TEST_F()
|
/frameworks/native/libs/ui/ |
D | Gralloc4.cpp | 660 return get(bufferHandle, gralloc4::MetadataType_PlaneLayouts, gralloc4::decodePlaneLayouts, in getPlaneLayouts() 878 gralloc4::decodePlaneLayouts, &planeLayouts); in bufferDumpHelper()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 306 status_t decodePlaneLayouts(const android::hardware::hidl_vec<uint8_t>& planeLayouts, std::vector<a…
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1074 status_t decodePlaneLayouts(const hidl_vec<uint8_t>& planeLayouts, std::vector<PlaneLayout>* outPla… in decodePlaneLayouts() function
|