Home
last modified time | relevance | path

Searched refs:decodeCrop (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp73 …ODE(std::vector<aidl::android::hardware::graphics::common::Rect>, ::android::gralloc4::decodeCrop),
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h309 status_t decodeCrop(const android::hardware::hidl_vec<uint8_t>& crop, std::vector<aidl::android::ha…
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp376 …SERT_NO_FATAL_FAILURE(testHelperStableAidlType(crops, gralloc4::encodeCrop, gralloc4::decodeCrop)); in TEST_F()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1083 status_t decodeCrop(const hidl_vec<uint8_t>& crop, std::vector<Rect>* outCrop) { in decodeCrop() function