Searched refs:encodeWidth (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | MapperMetadata.cpp | 469 err = android::gralloc4::encodeWidth(handle->width, &vec); in get_metadata() 797 err = android::gralloc4::encodeWidth(description.width, &vec); in getFromBufferDescriptorInfo()
|
/aosp12/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 178 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeWidth, gralloc4::decodeWidth)); in TEST_P() 476 ASSERT_NE(NO_ERROR, gralloc4::encodeWidth(0, nullptr)); in TEST_F()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | QtiMapper4.cpp | 288 err = static_cast<IMapper_4_0_Error>(android::gralloc4::encodeWidth(description.width, &out)); in getFromBufferDescriptorInfo()
|
H A D | gr_buf_mgr.cpp | 1231 android::gralloc4::encodeWidth((uint64_t)handle->unaligned_width, out); in GetMetadata()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiMapper4.cpp | 288 err = static_cast<IMapper_4_0_Error>(android::gralloc4::encodeWidth(description.width, &out)); in getFromBufferDescriptorInfo()
|
H A D | gr_buf_mgr.cpp | 1185 android::gralloc4::encodeWidth((uint64_t)handle->unaligned_width, out); in GetMetadata()
|
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
H A D | Gralloc4.h | 263 status_t encodeWidth(uint64_t width, android::hardware::hidl_vec<uint8_t>* outWidth);
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 960 status_t encodeWidth(uint64_t width, hidl_vec<uint8_t>* outWidth) { in encodeWidth() function
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1944 ASSERT_EQ(NO_ERROR, gralloc4::encodeWidth(width, &widthVec)); in TEST_P()
|