Home
last modified time | relevance | path

Searched refs:encodeCrop (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h302 status_t encodeCrop(const std::vector<aidl::android::hardware::graphics::common::Rect>& crop, andro…
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp376 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlType(crops, gralloc4::encodeCrop, gralloc4::decodeCrop… in TEST_F()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1079 status_t encodeCrop(const std::vector<Rect>& crop, hidl_vec<uint8_t>* outCrop) { in encodeCrop() function