/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/ |
H A D | textarea_responseregion_test.cpp | 21 #define HEIGHT 80 macro 32 ArkUI_NumberValue value[] = {{.f32 = X_LOCATION}, {.f32 = Y_LOCATION}, {.f32 = WIDTH}, {.f32 = HEIGHT}}; in TestTextAreaResponseRegion001() 39 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_RESPONSE_REGION)->value[PARAM_3].f32, HEIGHT); in TestTextAreaResponseRegion001() 47 {.f32 = HEIGHT}, {.f32 = X_LOCATION_OTHER}, {.f32 = Y_LOCATION_OTHER}, in TestTextAreaResponseRegion002() 55 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_RESPONSE_REGION)->value[PARAM_3].f32, HEIGHT); in TestTextAreaResponseRegion002()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_responseregion_test.cpp | 21 #define HEIGHT 80 macro 32 ArkUI_NumberValue value[] = {{.f32 = X_LOCATION}, {.f32 = Y_LOCATION}, {.f32 = WIDTH}, {.f32 = HEIGHT}}; in TestTextInputResponseRegion001() 39 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_RESPONSE_REGION)->value[PARAM_3].f32, HEIGHT); in TestTextInputResponseRegion001() 47 {.f32 = HEIGHT}, {.f32 = X_LOCATION_OTHER}, {.f32 = Y_LOCATION_OTHER}, in TestTextInputResponseRegion002() 55 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_RESPONSE_REGION)->value[PARAM_3].f32, HEIGHT); in TestTextInputResponseRegion002()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | drag_setNodeDragPreview.cpp | 18 #define HEIGHT 600 macro 39 OH_PixelmapInitializationOptions_SetHeight(createOpts, HEIGHT); in drag_SetNodeDragPreview_001()
|
H A D | drag_dragAction.cpp | 18 #define HEIGHT 600 macro 71 OH_PixelmapInitializationOptions_SetHeight(createOpts, HEIGHT); in drag_DragAction_SetPixelMaps_003()
|
H A D | dragAction_setDragPreviewOption.cpp | 20 #define HEIGHT 600 macro
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverMultiThread/entry/src/main/ets/workers/ |
H A D | receiver.js | 23 const HEIGHT = 8; 31 const receiver = imageApi.createImageReceiver(WIDTH, HEIGHT, FORMATJPEG, CAPACITY);
|
H A D | creator.js | 23 const HEIGHT = 8; 29 const creator = imageApi.createImageCreator(WIDTH, HEIGHT, FORMATJPEG, CAPACITY)
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 426 const int32_t HEIGHT = 1080; in HWTEST_F() local 427 IRect rect = {0, 0, WIDTH, HEIGHT}; in HWTEST_F() 459 const int32_t HEIGHT = 600; in HWTEST_F() local 463 info.height = HEIGHT; in HWTEST_F() 488 const int32_t HEIGHT = 1080; in HWTEST_F() local 489 IRect rect = {0, 0, WIDTH, HEIGHT}; in HWTEST_F() 507 const uint32_t HEIGHT = 1080; in HWTEST_F() local 510 auto ret = g_composerDevice->CreateVirtualDisplay(WIDTH, HEIGHT, format, devId); in HWTEST_F() 542 const int32_t HEIGHT = 600; in HWTEST_F() local 546 info.height = HEIGHT; in HWTEST_F() 743 const int32_t HEIGHT = 100; HWTEST_F() local 776 const int32_t HEIGHT = 100; HWTEST_F() local 852 const int32_t HEIGHT = 500; HWTEST_F() local [all...] |
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_function_utils.cpp | 92 param.format.video.nFrameHeight = HEIGHT;
in InitBufferHandleParameter() 94 param.format.video.nSliceHeight = HEIGHT;
in InitBufferHandleParameter() 122 .height = HEIGHT,
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 | 39 constexpr int32_t HEIGHT = 480;
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 | 33 constexpr int32_t HEIGHT = 480; member 43 .height = HEIGHT, in InitOutBuffer() 737 decInfo.imageHeight = HEIGHT; in HWTEST_F() 767 decInfo.imageHeight = HEIGHT; in HWTEST_F() 798 decInfo.imageHeight = HEIGHT; in HWTEST_F() 828 decInfo.imageHeight = HEIGHT; in HWTEST_F() 859 decInfo.imageHeight = HEIGHT; in HWTEST_F() 890 decInfo.imageHeight = HEIGHT; in HWTEST_F() 921 decInfo.imageHeight = HEIGHT; in HWTEST_F() 952 decInfo.imageHeight = HEIGHT; in HWTEST_F() [all...] |
/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_test.cpp | 504 const uint32_t HEIGHT = 100;
in BENCHMARK_F() local 507 ret = g_composerDevice->CreateVirtualDisplay(WIDTH, HEIGHT, format, g_displayIds[0]);
in BENCHMARK_F() 921 const int32_t HEIGHT = 100;
in BENCHMARK_F() local 923 IRect rect = {0, 0, WIDTH, HEIGHT};
in BENCHMARK_F() 947 const int32_t HEIGHT = 100;
in BENCHMARK_F() local 948 IRect rect = {0, 0, WIDTH, HEIGHT};
in BENCHMARK_F() 1008 const int32_t HEIGHT = 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 | 28 #define HEIGHT 1080
macro 241 int32_t height = HEIGHT;
in OHAVCapabilityGetVideoWidthRangeForHeighta() 257 int32_t height = HEIGHT;
in OHAVCapabilityGetVideoWidthRangeForHeightb() 493 int32_t height = HEIGHT;
in AVCapabilityGetVideoWidthRangeForHeight()
|
H A D | audioEncoderAvBuffer.cpp | 33 #define HEIGHT 1080 macro
|
H A D | audioencoderxdlndk.cpp | 33 #define HEIGHT 1080
macro
|
H A D | mediacodecbasexdlndk.cpp | 27 #define HEIGHT 1080
macro 2478 int32_t width = WIDTH, height = HEIGHT;
in AVCapabilityGetVideoFrameRateRangeForSize() 2495 int32_t width = HEIGHT, height = PARAM_720, frameRate = PARAM_30;
in AVCapabilityAreVideoSizeAndFrameRateSupported()
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
H A D | ActsMediaCameraTest.h | 60 HEIGHT = 1080,
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 | 42 constexpr uint32_t HEIGHT = 960; in SetStreamInfo() local 48 streamInfo.height_ = HEIGHT; in SetStreamInfo() 52 streamInfo.height_ = HEIGHT; in SetStreamInfo()
|
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/ |
H A D | nativeDrawingndk.cpp | 34 #define HEIGHT 500
macro 75 const unsigned int height = HEIGHT;
in OHDrawingBitmapBuild() 92 const unsigned int height = HEIGHT;
in OHDrawingBitmapGetWidth() 109 const unsigned int height = HEIGHT;
in OHDrawingBitmapGetHeight() 126 const unsigned int height = HEIGHT;
in OHDrawingBitmapGetPixels() 959 const unsigned int height = HEIGHT;
in OHDrawingBitmapBuildNormal() 976 const unsigned int height = HEIGHT;
in OHDrawingBitmapGetWidthNormal() 993 const unsigned int height = HEIGHT;
in OHDrawingBitmapGetHeightNormal() 1010 const unsigned int height = HEIGHT;
in OHDrawingBitmapGetPixelsNormal()
|
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 53 constexpr int32_t HEIGHT = 480;
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 | 35 constexpr int32_t HEIGHT = 480; member 47 .height = HEIGHT, in InitOutBuffer()
|
/test/xts/hats/hdf/codec/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 43 constexpr int32_t HEIGHT = 480; member 48 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3; 203 .height = HEIGHT, in InitBufferHandle()
|
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 51 constexpr int32_t HEIGHT = 480; member in __anon451::PortIndex 52 constexpr int32_t BUFFER_SIZE = WIDTH * HEIGHT * 3;
|