Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 - 24 of 24) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_responseregion_test.cpp20 #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 Dtextinput_responseregion_test.cpp20 #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 Ddrag_setNodeDragPreview.cpp17 #define WIDTH 400 macro
38 OH_PixelmapInitializationOptions_SetWidth(createOpts, WIDTH); in drag_SetNodeDragPreview_001()
H A Ddrag_dragAction.cpp17 #define WIDTH 400 macro
70 OH_PixelmapInitializationOptions_SetWidth(createOpts, WIDTH); in drag_DragAction_SetPixelMaps_003()
H A DdragAction_setDragPreviewOption.cpp19 #define WIDTH 400 macro
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverMultiThread/entry/src/main/ets/workers/
H A Dreceiver.js22 const WIDTH = 8192;
31 const receiver = imageApi.createImageReceiver(WIDTH, HEIGHT, FORMATJPEG, CAPACITY);
H A Dcreator.js22 const WIDTH = 8192;
29 const creator = imageApi.createImageCreator(WIDTH, HEIGHT, FORMATJPEG, CAPACITY)
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp425 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 Dcodec_function_utils.cpp91 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 Dcodec_function_utils.h35 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 Dcodec_hdi_jpeg_test.cpp32 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 Ddisplay_benchmark_test.cpp503 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 Dnativendk.cpp27 #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 DaudioEncoderAvBuffer.cpp32 #define WIDTH 1920 macro
H A Daudioencoderxdlndk.cpp32 #define WIDTH 1920 macro
H A Dmediacodecbasexdlndk.cpp26 #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 DActsMediaCameraTest.h59 WIDTH = 1920, enumerator
H A DActsMediaCameraTest.cpp344 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 Dcamera_video_test.cpp41 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 DnativeDrawingndk.cpp33 #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 Dcodec_benchmark_omx_test.cpp47 constexpr int32_t WIDTH = 640; member
54 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3;
/test/xts/hats/hdf/codec/hdi_image/
H A Dcodec_hdi_jpeg_test.cpp34 constexpr int32_t WIDTH = 640; member
46 .width = WIDTH, in InitOutBuffer()
/test/xts/hats/hdf/codec/hdi_omx/
H A Dcodec_hdi_omx_test.cpp42 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 Dcodec_component_test.cpp50 constexpr int32_t WIDTH = 640; member in __anon451::PortIndex
52 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3;

Completed in 36 milliseconds