/test/xts/acts/graphic/graphicnapitest/ |
H A D | NativeImageTest.cpp | 340 int32_t width = 0x100; in HWTEST_F() 341 int32_t height = 0x100; in HWTEST_F() 366 rect->x = 0x100; in HWTEST_F() 367 rect->y = 0x100; in HWTEST_F() 368 rect->w = 0x100; in HWTEST_F() 369 rect->h = 0x100; in HWTEST_F() 502 rect->x = 0x100; in HWTEST_F() 503 rect->y = 0x100; in HWTEST_F() 504 rect->w = 0x100; in HWTEST_F() 505 rect->h = 0x100; in HWTEST_F() [all...] |
H A D | ConsumerSurfaceTest.cpp | 36 .width = 0x100, 37 .height = 0x100, 45 .w = 0x100, 46 .h = 0x100, 51 { .x = 0x100, .y = 0x100, .w = 0x100, .h = 0x100, },
|
H A D | NativeWindowTest.cpp | 92 .width = 0x100, // small in SetUpTestCase() 93 .height = 0x100, // small in SetUpTestCase() 112 .w = 0x100, in TearDownTestCase() 113 .h = 0x100, in TearDownTestCase() 277 int32_t heightSet = 0x100; in HWTEST_F() 278 int32_t widthSet = 0x100; in HWTEST_F() 532 int32_t heightSet = 0x100; in SetNativeWindowConfig() 533 int32_t widthSet = 0x100; in SetNativeWindowConfig() 595 rect->x = 0x100; in HWTEST_F() 596 rect->y = 0x100; in HWTEST_F() [all...] |
H A D | NativeBufferTest.cpp | 43 .width = 0x100, 44 .height = 0x100, 508 .width = 0x100, // small in HWTEST_F() 509 .height = 0x100, // small in HWTEST_F() 589 BufferRequestConfig requestConfig = {.width = 0x100, .height = 0x100, .strideAlignment = 0x8, in HWTEST_F() 630 BufferRequestConfig requestConfig = {.width = 0x100, .height = 0x100, .strideAlignment = 0x8, in HWTEST_F()
|
H A D | ProducerSurfaceTest.cpp | 34 .width = 0x100, 35 .height = 0x100, 43 .w = 0x100, 44 .h = 0x100,
|
/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/ |
H A D | nativebuffer.cpp | 88 .width = 0x100,
in getBuffer() 89 .height = 0x100,
in getBuffer() 306 .width = 0x100,
in OHNativeBufferAllocNormal() 307 .height = 0x100,
in OHNativeBufferAllocNormal() 312 .height = 0x100,
in OHNativeBufferAllocNormal() 317 .height = 0x100,
in OHNativeBufferAllocNormal() 322 .height = 0x100,
in OHNativeBufferAllocNormal() 327 .width = 0x100,
in OHNativeBufferAllocNormal() 333 .width = 0x100,
in OHNativeBufferAllocNormal() 339 .width = 0x100,
in OHNativeBufferAllocNormal() [all...] |
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow1.cpp | 76 result1.width_ = 0x100;
in InitNativeWindow() 77 result1.height_ = 0x100;
in InitNativeWindow() 286 .width = 0x100,
in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal() 287 .height = 0x100,
in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal() 333 .width = 0x100,
in testNativeWindowCreateNativeWindowBufferFromNativeBufferMuch() 334 .height = 0x100,
in testNativeWindowCreateNativeWindowBufferFromNativeBufferMuch() 582 .x = 0x100,
in testNativeWindowNativeWindowRequestAbortBufferErrorCode() 583 .y = 0x100,
in testNativeWindowNativeWindowRequestAbortBufferErrorCode() 584 .w = 0x100,
in testNativeWindowNativeWindowRequestAbortBufferErrorCode() 585 .h = 0x100,
in testNativeWindowNativeWindowRequestAbortBufferErrorCode() [all...] |
H A D | nativewindow2.cpp | 90 int32_t width_ = 0x100;
in InitNativeWindow() 91 int32_t height_ = 0x100;
in InitNativeWindow() 1037 .x = 0x100,
in testNativeWindowSetColorSpaceNormal() 1038 .y = 0x100,
in testNativeWindowSetColorSpaceNormal() 1039 .w = 0x100,
in testNativeWindowSetColorSpaceNormal() 1040 .h = 0x100,
in testNativeWindowSetColorSpaceNormal() 1292 Region::Rect rect{.x = 0x100, .y = 0x100, .w = 0x100, .h = 0x100};
in testNativeWindowSetDynamicMetadataValue() [all...] |
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/ |
H A D | imageEffect.cpp | 736 .width = 0x100, 737 .height = 0x100,
|
/test/xts/hats/hdf/codec/hdi_image/ |
H A D | codec_hdi_jpeg_test.cpp | 606 EXPECT_TRUE(OHOS::HDI::Codec::V3_0::PROCESS_NONBLOCKING_INPUT_BUFFER == 0x100); in HWTEST_F()
|
/test/xts/hats/hdf/usb/transferTest_additional/common/ |
H A D | usbd_transfer_test.cpp | 30 const int32_t CTL_VALUE = 0x100;
|
/test/xts/hats/hdf/usb/transferTest/common/ |
H A D | usbd_transfer_test.cpp | 39 const int32_t CTL_VALUE = 0x100;
|