Searched refs:decodeCrop (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/libs/gralloc/types/fuzzer/ |
H A D | gralloctypes.cpp | 73 …ODE(std::vector<aidl::android::hardware::graphics::common::Rect>, ::android::gralloc4::decodeCrop),
|
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
H A D | Gralloc4.h | 303 status_t decodeCrop(const android::hardware::hidl_vec<uint8_t>& crop, std::vector<aidl::android::ha…
|
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | MapperMetadata.cpp | 717 err = android::gralloc4::decodeCrop(metadata, &crops); in set_metadata()
|
/aosp12/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 376 …SERT_NO_FATAL_FAILURE(testHelperStableAidlType(crops, gralloc4::encodeCrop, gralloc4::decodeCrop)); in TEST_F()
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1283 ASSERT_EQ(NO_ERROR, gralloc4::decodeCrop(vec, &crops)); in TEST_P() 1677 ASSERT_EQ(NO_ERROR, gralloc4::decodeCrop(vec, &realCrops)); in TEST_P() 2254 ASSERT_EQ(NO_ERROR, gralloc4::decodeCrop(vec, &crops)); in TEST_P()
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 1083 status_t decodeCrop(const hidl_vec<uint8_t>& crop, std::vector<Rect>* outCrop) { in decodeCrop() function
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1598 android::gralloc4::decodeCrop(in, &in_crop); in SetMetadata()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1551 android::gralloc4::decodeCrop(in, &in_crop); in SetMetadata()
|