Home
last modified time | relevance | path

Searched refs:decodePlaneLayouts (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp72 …<aidl::android::hardware::graphics::common::PlaneLayout>, ::android::gralloc4::decodePlaneLayouts),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp349 …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/
DGralloc4.cpp660 return get(bufferHandle, gralloc4::MetadataType_PlaneLayouts, gralloc4::decodePlaneLayouts, in getPlaneLayouts()
878 gralloc4::decodePlaneLayouts, &planeLayouts); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h306 status_t decodePlaneLayouts(const android::hardware::hidl_vec<uint8_t>& planeLayouts, std::vector<a…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1074 status_t decodePlaneLayouts(const hidl_vec<uint8_t>& planeLayouts, std::vector<PlaneLayout>* outPla… in decodePlaneLayouts() function