Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/display/gralloc/adaptation/
DGrallocAdaptation.cpp145 if (buffer.stride != (ALIGN_UP(info.expectStride, WIDTH_ALIGN))) { in CheckBufferHandle()
146 …DISPLAY_TEST_LOGE("stride check failed stride %d, expect stride %d ", buffer.stride, info.expectSt… in CheckBufferHandle()
/test/xts/acts/multimedia/image/image_js_standard/image/src/main/js/test/
Dimage.test.js535 stride: 8, property
592 stride: 8, property
646 stride: 8, property
690 stride: 8, property
734 stride: 8, property
777 stride: 8, property
818 stride: 8, property
830 stride: 8, property
886 stride: 8, property
897 stride: 8, property
/test/xts/acts/graphic/graphicnapitest/
DNativeImageTest.cpp313 int32_t stride = 0x8; variable
314 ret = NativeWindowHandleOpt(nativeWindow, code, stride);
/test/xts/hats/hdf/display/gralloc/alloctest/
DGrallocAllocTest.cpp358 if (buffer.stride != (ALIGN_UP(info.expectStride, HEIGHT_ALIGN))) { in CheckBufferHandle()
359 …DISPLAY_TEST_LOGE("stride check failed stride %d, expect stride %d ", buffer.stride, info.expectSt… in CheckBufferHandle()
/test/ostest/wukong/common/src/
Dwukong_util.cpp53 auto stride = static_cast<uint32_t>(pixelMap->GetRowBytes()); in TakeWuKongScreenCap() local
77 png_write_row(pngStruct, data + (i * stride)); in TakeWuKongScreenCap()
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp460 auto stride = static_cast<uint32_t>(pixelMap->GetRowBytes()); in TakeScreenCap() local
468 png_write_row(pngStruct, data + (column * stride)); in TakeScreenCap()