Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp73 …ODE(std::vector<aidl::android::hardware::graphics::common::Rect>, ::android::gralloc4::decodeCrop),
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h303 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 DMapperMetadata.cpp717 err = android::gralloc4::decodeCrop(metadata, &crops); in set_metadata()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp376 …SERT_NO_FATAL_FAILURE(testHelperStableAidlType(crops, gralloc4::encodeCrop, gralloc4::decodeCrop)); in TEST_F()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1283 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 DGralloc4.cpp1083 status_t decodeCrop(const hidl_vec<uint8_t>& crop, std::vector<Rect>* outCrop) { in decodeCrop() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1598 android::gralloc4::decodeCrop(in, &in_crop); in SetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp1551 android::gralloc4::decodeCrop(in, &in_crop); in SetMetadata()