Searched refs:encodeCrop (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | MapperMetadata.cpp | 594 err = android::gralloc4::encodeCrop(crops, &vec); in get_metadata() 909 err = android::gralloc4::encodeCrop(crops, &vec); in getFromBufferDescriptorInfo()
|
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
H A D | Gralloc4.h | 302 status_t encodeCrop(const std::vector<aidl::android::hardware::graphics::common::Rect>& crop, andro…
|
/aosp12/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 376 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlType(crops, gralloc4::encodeCrop, gralloc4::decodeCrop… in TEST_F()
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 1079 status_t encodeCrop(const std::vector<Rect>& crop, hidl_vec<uint8_t>* outCrop) { in encodeCrop() function
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1374 android::gralloc4::encodeCrop(out_crop, out); in GetMetadata()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_buf_mgr.cpp | 1328 android::gralloc4::encodeCrop(out_crop, out); in GetMetadata()
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1672 ASSERT_EQ(NO_ERROR, gralloc4::encodeCrop(crops, &vec)); in TEST_P()
|