Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp594 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 DGralloc4.h302 status_t encodeCrop(const std::vector<aidl::android::hardware::graphics::common::Rect>& crop, andro…
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp376 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlType(crops, gralloc4::encodeCrop, gralloc4::decodeCrop… in TEST_F()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1079 status_t encodeCrop(const std::vector<Rect>& crop, hidl_vec<uint8_t>* outCrop) { in encodeCrop() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1374 android::gralloc4::encodeCrop(out_crop, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp1328 android::gralloc4::encodeCrop(out_crop, out); in GetMetadata()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1672 ASSERT_EQ(NO_ERROR, gralloc4::encodeCrop(crops, &vec)); in TEST_P()