Home
last modified time | relevance | path

Searched refs:strideInBytes (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
DPlaneLayout.aidl40 long strideInBytes;
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DPlaneLayout.aidl41 long strideInBytes;
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/5/android/hardware/graphics/common/
DPlaneLayout.aidl41 long strideInBytes;
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
DPlaneLayout.aidl24 long strideInBytes;
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/
DPlaneLayout.aidl41 long strideInBytes;
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/
DPlaneLayout.aidl41 long strideInBytes;
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DPlaneLayout.aidl84 long strideInBytes;
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp289 size_t strideInBytes = stride * 4; in TEST_P() local
294 data += strideInBytes; in TEST_P()
306 data += strideInBytes; in TEST_P()
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp297 size_t strideInBytes = stride * 4; in TEST_P() local
302 data += strideInBytes; in TEST_P()
318 data += strideInBytes; in TEST_P()
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp316 void fillRGBA8888(uint8_t* data, uint32_t height, size_t strideInBytes, size_t widthInBytes) { in fillRGBA8888() argument
319 data += strideInBytes; in fillRGBA8888()
324 size_t strideInBytes, size_t widthInBytes) { in verifyRGBA8888() argument
336 data += strideInBytes; in verifyRGBA8888()
418 outYCbCr->ystride = planeLayout.strideInBytes; in getAndroidYCbCr()
429 outYCbCr->cstride = planeLayout.strideInBytes; in getAndroidYCbCr()
432 ASSERT_EQ(outYCbCr->cstride, planeLayout.strideInBytes); in getAndroidYCbCr()
504 yCbCr_P010.yCbCr.ystride = planeLayout.strideInBytes; in getAndroidYCbCr_P010()
513 yCbCr_P010.yCbCr.cstride = planeLayout.strideInBytes; in getAndroidYCbCr_P010()
516 EXPECT_EQ(yCbCr_P010.yCbCr.cstride, planeLayout.strideInBytes); in getAndroidYCbCr_P010()
[all …]
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp248 outYCbCr->ystride = planeLayout.strideInBytes; in getAndroidYCbCr()
259 outYCbCr->cstride = planeLayout.strideInBytes; in getAndroidYCbCr()
262 ASSERT_EQ(outYCbCr->cstride, planeLayout.strideInBytes); in getAndroidYCbCr()
333 yCbCr_P010.yCbCr.ystride = planeLayout.strideInBytes; in getAndroidYCbCr_P010()
342 yCbCr_P010.yCbCr.cstride = planeLayout.strideInBytes; in getAndroidYCbCr_P010()
345 EXPECT_EQ(yCbCr_P010.yCbCr.cstride, planeLayout.strideInBytes); in getAndroidYCbCr_P010()
383 void fillRGBA8888(uint8_t* data, uint32_t height, size_t strideInBytes, size_t widthInBytes, in fillRGBA8888() argument
387 data += strideInBytes; in fillRGBA8888()
392 size_t strideInBytes, size_t widthInBytes, uint32_t seed = 0) { in verifyRGBA8888() argument
405 data += strideInBytes; in verifyRGBA8888()
[all …]
/hardware/interfaces/camera/common/default/
DHandleImporter.cpp191 *stride = planeLayouts[0].strideInBytes; in getMonoPlanarStrideBytes()
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp203 stride = layouts[0].strideInBytes; in getStandardMetadataHelper()
206 stride = (layouts[0].strideInBytes * 8) / layouts[0].sampleIncrementInBits; in getStandardMetadataHelper()
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc_imapper4_api.cpp143 out->strides[i] = layouts[i].strideInBytes; in mapper4_get_buffer_basic_info()
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp325 … .strideInBytes = static_cast<int64_t>(handle->plane_info[plane_index].byte_stride), in get_plane_layouts()
379 … .strideInBytes = static_cast<int64_t>(handle->plane_info[plane_index].byte_stride), in get_plane_layouts()
/hardware/interfaces/graphics/mapper/stable-c/implutils/include/android/hardware/graphics/mapper/utils/
DIMapperMetadataTypes.h342 .write<int64_t>(value.strideInBytes)
371 .read<int64_t>(value.strideInBytes)
/hardware/interfaces/graphics/mapper/stable-c/implutils/
Dimpltests.cpp47 myPlaneLayout.strideInBytes = 12; in fakePlaneLayouts()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_mgr.cpp728 plane_info[i].strideInBytes = static_cast<int64_t>(plane_layout[i].stride_bytes); in getFormatLayout()
/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_mgr.cpp713 plane_info[i].strideInBytes = static_cast<int64_t>(plane_layout[i].stride_bytes); in getFormatLayout()