/test/testfwk/arkxtest/uitest/record/ |
D | size.h | 31 Size(double width, double height) : width_(width), height_(height) {} in Size() 55 return height_; in Height() 65 height_ = height; in SetHeight() 71 height_ = size.Height(); in SetSize() 81 return NearEqual(height_, INFINITE_SIZE); in IsHeightInfinite() 86 return NearEqual(width_, INFINITE_SIZE) || NearEqual(height_, INFINITE_SIZE); in IsInfinite() 91 return NearEqual(width_, ZERO) || NearEqual(height_, ZERO); in IsEmpty() 96 height_ += height; in AddHeight() 108 height_ -= height; in MinusHeight() 120 return width_ > ZERO && height_ > ZERO; in IsValid() [all …]
|
/test/xts/hats/distributedhardware/distributedcameratest_additional/ |
D | dcameraprovidercase.cpp | 104 streamInfo1.height_ = TEST_HEIGTH; in SetUpTestCase() 118 captureInfo1.height_ = TEST_HEIGTH; in SetUpTestCase() 511 streamInfo2.height_ = TEST_HEIGTH; 534 streamInfo2.height_ = TEST_HEIGTH; 557 streamInfo2.height_ = TEST_HEIGTH; 581 streamInfo2.height_ = TEST_HEIGTH; 605 streamInfo2.height_ = TEST_HEIGTH; 629 streamInfo2.height_ = TEST_HEIGTH; 653 streamInfo2.height_ = TEST_HEIGTH; 676 streamInfo2.height_ = TEST_HEIGTH; [all …]
|
/test/xts/hats/distributedhardware/distributedcameratest/ |
D | dcameraprovidercase.cpp | 103 streamInfo1.height_ = TEST_HEIGTH; in SetUpTestCase() 117 captureInfo1.height_ = TEST_HEIGTH; in SetUpTestCase() 327 streamInfo2.height_ = TEST_HEIGTH; 342 streamInfo3.height_ = TEST_HEIGTH; 357 streamInfo4.height_ = TEST_HEIGTH; 372 streamInfo5.height_ = TEST_HEIGTH; 387 captureInfo2.height_ = TEST_HEIGTH; 402 captureInfo3.height_ = TEST_HEIGTH;
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
D | egl_core.cpp | 71 height_ = h; in GLContextInit() 133 glViewport(0, 0, width_, height_); in DrawTriangle() 167 glViewport(0, 0, width_, height_); in ChangeShape() 199 glViewport(0, 0, width_, height_); in ChangeColor()
|
D | egl_core.h | 36 int height_; variable
|
D | plugin_render.cpp | 171 int32_t ret = OH_NativeXComponent_GetXComponentSize(component, window, &width_, &height_); in OnSurfaceCreated() 175 eglCore_->GLContextInit(window, width_, height_); in OnSurfaceCreated() 177 xcHeight_ = height_; in OnSurfaceCreated() 190 int32_t ret = OH_NativeXComponent_GetXComponentSize(component, window, &width_, &height_); in OnSurfaceChanged() 193 xcHeight_ = height_; in OnSurfaceChanged()
|
D | plugin_render.h | 92 uint64_t height_; variable
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
D | hdi_stream_uttest.cpp | 58 cameraTest->streamInfo->height_ = 480; 100 cameraTest->streamInfo->height_ = 480; 140 cameraTest->streamInfo->height_ = 480; 175 cameraTest->streamInfo->height_ = 480; 213 cameraTest->streamInfo->height_ = 640; 248 cameraTest->streamInfo->height_ = 640; 287 cameraTest->streamInfo->height_ = -1; 323 cameraTest->streamInfo->height_ = 2147483647; 362 cameraTest->streamInfo->height_ = 1080; 401 cameraTest->streamInfo->height_ = 1080; [all …]
|
D | common.cpp | 145 streamInfoPre->height_ = previewHeight; in StartStream() 160 streamInfoVideo->height_ = videoHeight; in StartStream() 176 streamInfoAnalyze->height_ = analyzeHeight; in StartStream() 209 streamInfoCapture->height_ = analyzeHeight; in StartStream()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
D | hdf_camera_benchmark_test.cpp | 169 streamInfoPre->height_ = cameraTest->previewHeight; in BENCHMARK_F() 209 streamInfoPre->height_ = cameraTest->previewHeight; in BENCHMARK_F() 451 cameraTest->streamInfo->height_ = 480; in BENCHMARK_F() 496 cameraTest->streamInfo->height_ = 480; // Pixel height in BENCHMARK_F() 514 cameraTest->streamInfoSnapshot->height_ = 480; // Pixel height in BENCHMARK_F() 575 cameraTest->streamInfo->height_ = 480; // Pixel height in BENCHMARK_F() 593 cameraTest->streamInfoSnapshot->height_ = 480; // Pixel height in BENCHMARK_F() 654 cameraTest->streamInfo->height_ = 480; in BENCHMARK_F() 671 cameraTest->streamInfoSnapshot->height_ = 480; in BENCHMARK_F() 744 cameraTest->streamInfo->height_ = 480; in BENCHMARK_F() [all …]
|
D | benchmark_common.cpp | 145 streamInfoPre->height_ = previewHeight; in StartStream() 160 streamInfoVideo->height_ = videoHeight; in StartStream() 176 streamInfoAnalyze->height_ = analyzeHeight; in StartStream() 209 streamInfoCapture->height_ = analyzeHeight; in StartStream()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
D | camera_preview_test.cpp | 87 streamInfo.height_ = 480; // 480:picture height 206 streamInfo.height_ = 480; // 480:picture height 260 streamInfo.height_ = 480; // 480:picture height 303 streamInfo.height_ = 480; // 480:picture height 357 streamInfo.height_ = 480; // 480:picture height 401 streamInfo.height_ = -1; 444 streamInfo.height_ = 480; // 480:picture height 488 streamInfo.height_ = 480; // 480:picture height 617 streamInfo.height_ = 480; // 480:picture height 672 streamInfo.height_ = 480; // 480:picture height [all …]
|
D | camera_video_test.cpp | 45 streamInfo.height_ = PREVIEW_HEIGHT; in SetStreamInfo() 48 streamInfo.height_ = HEIGHT; in SetStreamInfo() 52 streamInfo.height_ = HEIGHT; in SetStreamInfo() 537 display_->streamInfo.height_ = 960; // 960:picture height
|
D | test_display.cpp | 107 streamInfo.height_ = hight; // 240:picture height in StartStreamUpdate() 554 streamInfoPre.height_ = PREVIEW_HEIGHT; // 480:picture height in StartStream() 571 streamInfoVideo.height_ = VIDEO_HEIGHT; // 960:picture height in StartStream() 589 streamInfoCapture.height_ = CAPTURE_HEIGHT; // 960:picture height in StartStream() 607 streamInfoAnalyze.height_ = ANALYZE_HEIGHT; // 480:picture height in StartStream()
|
D | camera_capture_test.cpp | 296 display_->streamInfo.height_ = 960; // picture height 350 display_->streamInfo.height_ = 960; // 640:picture height 410 streamInfo_capture->height_ = 480;
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
D | hdi_stream_uttest.cpp | 158 cameraTest->streamInfo->height_ = 480; 204 cameraTest->streamInfo->height_ = 480; 250 cameraTest->streamInfo->height_ = 480; 296 cameraTest->streamInfo->height_ = 480; 342 cameraTest->streamInfo->height_ = 480; 388 cameraTest->streamInfo->height_ = 480; 434 cameraTest->streamInfo->height_ = -1; 480 cameraTest->streamInfo->height_ = 2147483647; 528 cameraTest->streamInfo->height_ = 2147483647; 574 cameraTest->streamInfo->height_ = 480; [all …]
|
D | common.cpp | 146 streamInfoPre->height_ = previewHeight; in StartStream() 161 streamInfoVideo->height_ = videoHeight; in StartStream() 177 streamInfoAnalyze->height_ = analyzeHeight; in StartStream() 210 streamInfoCapture->height_ = analyzeHeight; in StartStream()
|
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
D | buffer_manager_utest.cpp | 410 …rc = bufferPool_->Init(width_, height_, usage_, format_, queueSize_, CAMERA_BUFFER_SOURCE_TYPE_HEA… in Init() 418 producer_->SetWidthAndHeight(width_, height_); in Init() 421 …rc = bufferPool_->Init(width_, height_, usage_, format_, queueSize_, CAMERA_BUFFER_SOURCE_TYPE_EXT… in Init() 447 …rc = bufferPool_->Init(width_, height_, usage_, format_, queueSize_, CAMERA_BUFFER_SOURCE_TYPE_HEA… 458 requestConfig_.height = static_cast<int32_t>(height_); 466 flushConfig_.damage.h = height_; 468 …rc = bufferPool_->Init(width_, height_, usage_, format_, queueSize_, CAMERA_BUFFER_SOURCE_TYPE_EXT…
|
D | buffer_manager_utest.h | 76 uint32_t height_ = 1080; variable
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | decoder_demo.cpp | 81 format.PutIntValue("height", height_); in RunCase() 184 height_ = height; in SetWindowSize()
|
D | decoder_demo.h | 81 uint32_t height_ = 0; variable
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
D | benchmark_common.cpp | 170 streamInfoPre->v1_0.height_ = previewHeight; in StartStream() 185 streamInfoVideo->v1_0.height_ = videoHeight; in StartStream() 201 streamInfoAnalyze->v1_0.height_ = analyzeHeight; in StartStream() 235 streamInfoCapture->v1_0.height_ = analyzeHeight; in StartStream()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
D | hdi_common_v1_1.cpp | 149 infos->v1_0.height_ = previewHeight; in DefaultPreview() 161 infos->v1_0.height_ = captureHeight; in DefaultCapture() 197 infos->v1_0.height_ = videoHeight; in DefaultInfosVideo() 216 infos->v1_0.height_ = analyzeHeight; in DefaultInfosAnalyze()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
D | hdi_common_v1_1.cpp | 149 infos->v1_0.height_ = previewHeight; in DefaultPreview() 161 infos->v1_0.height_ = captureHeight; in DefaultCapture() 197 infos->v1_0.height_ = videoHeight; in DefaultInfosVideo() 216 infos->v1_0.height_ = analyzeHeight; in DefaultInfosAnalyze()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
D | hdi_common_v1_2.cpp | 187 infos->v1_0.height_ = previewHeight; in DefaultPreview() 199 infos->v1_0.height_ = captureHeight; in DefaultCapture() 211 infos->v1_0.height_ = sketchHeight; in DefaultSketch() 270 infos->v1_0.height_ = videoHeight; in DefaultInfosVideo() 289 infos->v1_0.height_ = analyzeHeight; in DefaultInfosAnalyze()
|