/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/ |
H A D | textarea_responseregion_test.cpp | 20 #define WIDTH 80 macro 32 ArkUI_NumberValue value[] = {{.f32 = X_LOCATION}, {.f32 = Y_LOCATION}, {.f32 = WIDTH}, {.f32 = HEIGHT}}; in TestTextAreaResponseRegion001() 38 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_RESPONSE_REGION)->value[PARAM_2].f32, WIDTH); in TestTextAreaResponseRegion001() 46 ArkUI_NumberValue value[] = {{.f32 = X_LOCATION}, {.f32 = Y_LOCATION}, {.f32 = WIDTH}, in TestTextAreaResponseRegion002() 54 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_RESPONSE_REGION)->value[PARAM_2].f32, WIDTH); in TestTextAreaResponseRegion002()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_responseregion_test.cpp | 20 #define WIDTH 80 macro 32 ArkUI_NumberValue value[] = {{.f32 = X_LOCATION}, {.f32 = Y_LOCATION}, {.f32 = WIDTH}, {.f32 = HEIGHT}}; in TestTextInputResponseRegion001() 38 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_RESPONSE_REGION)->value[PARAM_2].f32, WIDTH); in TestTextInputResponseRegion001() 46 ArkUI_NumberValue value[] = {{.f32 = X_LOCATION}, {.f32 = Y_LOCATION}, {.f32 = WIDTH}, in TestTextInputResponseRegion002() 54 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_RESPONSE_REGION)->value[PARAM_2].f32, WIDTH); in TestTextInputResponseRegion002()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | drag_setNodeDragPreview.cpp | 17 #define WIDTH 400 macro 38 OH_PixelmapInitializationOptions_SetWidth(createOpts, WIDTH); in drag_SetNodeDragPreview_001()
|
H A D | drag_dragAction.cpp | 17 #define WIDTH 400 macro 70 OH_PixelmapInitializationOptions_SetWidth(createOpts, WIDTH); in drag_DragAction_SetPixelMaps_003()
|
H A D | dragAction_setDragPreviewOption.cpp | 19 #define WIDTH 400 macro
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverMultiThread/entry/src/main/ets/workers/ |
H A D | receiver.js | 22 const WIDTH = 8192; 31 const receiver = imageApi.createImageReceiver(WIDTH, HEIGHT, FORMATJPEG, CAPACITY);
|
H A D | creator.js | 22 const WIDTH = 8192; 29 const creator = imageApi.createImageCreator(WIDTH, HEIGHT, FORMATJPEG, CAPACITY)
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 425 const int32_t WIDTH = 1920; in HWTEST_F() local 427 IRect rect = {0, 0, WIDTH, HEIGHT}; in HWTEST_F() 458 const int32_t WIDTH = 800; in HWTEST_F() local 462 info.width = WIDTH; in HWTEST_F() 487 const int32_t WIDTH = 1920; in HWTEST_F() local 489 IRect rect = {0, 0, WIDTH, HEIGHT}; in HWTEST_F() 506 const uint32_t WIDTH = 1920; in HWTEST_F() local 510 auto ret = g_composerDevice->CreateVirtualDisplay(WIDTH, HEIGHT, format, devId); in HWTEST_F() 541 const int32_t WIDTH = 800; in HWTEST_F() local 545 info.width = WIDTH; in HWTEST_F() 742 const int32_t WIDTH = 100; HWTEST_F() local 775 const int32_t WIDTH = 100; HWTEST_F() local 851 const int32_t WIDTH = 500; HWTEST_F() local [all...] |
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_function_utils.cpp | 91 param.format.video.nFrameWidth = WIDTH;
in InitBufferHandleParameter() 93 param.format.video.nStride = AlignUp(WIDTH);
in InitBufferHandleParameter() 121 AllocInfo alloc = {.width = WIDTH,
in FillCodecBufferWithBufferHandle() 152 omxBuffer->allocLen = WIDTH * HEIGHT * NUMERATOR / DENOMINATOR;
in UseDynaBuffer() 181 omxBuffer->allocLen = WIDTH * HEIGHT * NUMERATOR / DENOMINATOR;
in UseHandleBuffer()
|
H A D | codec_function_utils.h | 35 constexpr int32_t WIDTH = 640;
variable 40 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3;
|
/test/xts/hats/hdf/codec/hdi_image_additional/ |
H A D | codec_hdi_jpeg_test.cpp | 32 constexpr int32_t WIDTH = 640; member 42 AllocInfo alloc = {.width = WIDTH, in InitOutBuffer() 736 decInfo.imageWidth = WIDTH; in HWTEST_F() 766 decInfo.imageWidth = WIDTH; in HWTEST_F() 797 decInfo.imageWidth = WIDTH; in HWTEST_F() 827 decInfo.imageWidth = WIDTH; in HWTEST_F() 858 decInfo.imageWidth = WIDTH; in HWTEST_F() 889 decInfo.imageWidth = WIDTH; in HWTEST_F() 920 decInfo.imageWidth = WIDTH; in HWTEST_F() 951 decInfo.imageWidth = WIDTH; in HWTEST_F() [all...] |
/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_test.cpp | 503 const uint32_t WIDTH = 100;
in BENCHMARK_F() local 507 ret = g_composerDevice->CreateVirtualDisplay(WIDTH, HEIGHT, format, g_displayIds[0]);
in BENCHMARK_F() 920 const int32_t WIDTH = 100;
in BENCHMARK_F() local 923 IRect rect = {0, 0, WIDTH, HEIGHT};
in BENCHMARK_F() 946 const int32_t WIDTH = 100;
in BENCHMARK_F() local 948 IRect rect = {0, 0, WIDTH, HEIGHT};
in BENCHMARK_F() 1007 const int32_t WIDTH = 500;
in BENCHMARK_F() local 1009 IRect region = {0, 0, WIDTH, HEIGHT};
in BENCHMARK_F()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | nativendk.cpp | 27 #define WIDTH 1920
macro 272 int32_t width = WIDTH;
in OHAVCapabilityGetVideoHeightRangeForWidtha() 288 int32_t width = WIDTH;
in OHAVCapabilityGetVideoHeightRangeForWidthb() 510 int32_t width = WIDTH;
in AVCapabilityGetVideoHeightRangeForWidth()
|
H A D | audioEncoderAvBuffer.cpp | 32 #define WIDTH 1920 macro
|
H A D | audioencoderxdlndk.cpp | 32 #define WIDTH 1920
macro
|
H A D | mediacodecbasexdlndk.cpp | 26 #define WIDTH 1920
macro 2478 int32_t width = WIDTH, height = HEIGHT;
in AVCapabilityGetVideoFrameRateRangeForSize()
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
H A D | ActsMediaCameraTest.h | 59 WIDTH = 1920,
enumerator
|
H A D | ActsMediaCameraTest.cpp | 344 surface->SetWidthAndHeight(WIDTH, HEIGHT);
in StartRecord() 384 surface->GetSurface()->SetWidthAndHeight(WIDTH, HEIGHT);
in StartPreview() 418 surface->SetWidthAndHeight(WIDTH, HEIGHT);
in Capture() 558 if (pic.width == WIDTH && pic.height == HEIGHT) {
in GetCameraId()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | camera_video_test.cpp | 41 constexpr uint32_t WIDTH = 1280; in SetStreamInfo() local 47 streamInfo.width_ = WIDTH; in SetStreamInfo() 51 streamInfo.width_ = WIDTH; in SetStreamInfo()
|
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/ |
H A D | nativeDrawingndk.cpp | 33 #define WIDTH 500
macro 74 const unsigned int width = WIDTH;
in OHDrawingBitmapBuild() 91 const unsigned int width = WIDTH;
in OHDrawingBitmapGetWidth() 108 const unsigned int width = WIDTH;
in OHDrawingBitmapGetHeight() 125 const unsigned int width = WIDTH;
in OHDrawingBitmapGetPixels() 958 const unsigned int width = WIDTH;
in OHDrawingBitmapBuildNormal() 975 const unsigned int width = WIDTH;
in OHDrawingBitmapGetWidthNormal() 992 const unsigned int width = WIDTH;
in OHDrawingBitmapGetHeightNormal() 1009 const unsigned int width = WIDTH;
in OHDrawingBitmapGetPixelsNormal()
|
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 47 constexpr int32_t WIDTH = 640;
member 54 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3;
|
/test/xts/hats/hdf/codec/hdi_image/ |
H A D | codec_hdi_jpeg_test.cpp | 34 constexpr int32_t WIDTH = 640; member 46 .width = WIDTH, in InitOutBuffer()
|
/test/xts/hats/hdf/codec/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 42 constexpr int32_t WIDTH = 640; member 48 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3; 202 AllocInfo alloc = {.width = WIDTH, in InitBufferHandle()
|
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 50 constexpr int32_t WIDTH = 640; member in __anon451::PortIndex 52 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3;
|