/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture.cpp | 62 int32_t previewWidth = 640; in main() local 84 previewWidth = atoi(argv[previewWidthIndex]); in main() 185 previewWidth = previewSizes[0].width; in main() 195 previewFormat, previewWidth, previewHeight); in main() 236 previewsize.width = previewWidth; in main()
|
H A D | camera_video.cpp | 183 int32_t previewWidth = 640; in main() local 206 previewWidth = atoi(argv[previewWidthIndex]); in main() 315 previewWidth = previewSizes[0].width; in main() 325 previewFormat, previewWidth, previewHeight); in main() 337 previewSurface->SetDefaultWidthAndHeight(previewWidth, previewHeight); in main() 339 previewsize.width = previewWidth; in main()
|
H A D | camera_capture_mode.cpp | 274 int32_t previewWidth = 1280; in main() local 295 previewWidth = atoi(argv[previewWidthIndex]); in main() 471 previewsize.width = previewWidth; in main() 486 previewFormat, previewWidth, previewHeight, abilityIds.c_str()); in main() 488 cout<< "previewFormat: " << previewFormat << " previewWidth: "<< previewWidth in main()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/ |
H A D | camera_framework_moduletest.h | 115 void TestSupportedResolution(int32_t previewWidth, int32_t previewHeight, int32_t photoWidth, 117 void TestUnSupportedResolution(int32_t previewWidth, int32_t previewHeight, int32_t photoWidth,
|
/ohos5.0/foundation/multimedia/camera_framework/ |
H A D | README_zh.md | 212 int32_t previewWidth = 640; 215 …viewOutput = camManagerObj->CreateCustomPreviewOutput(previewSurface, previewWidth, previewHeight);
|
H A D | README.md | 213 int32_t previewWidth = 640; 216 …viewOutput = camManagerObj->CreateCustomPreviewOutput(previewSurface, previewWidth, previewHeight);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_view.cpp | 654 auto previewWidth = previewPattern->GetStackAfterScaleActualWidth(); in GetHoverImageCustomPreviewBaseScaleInfo() local 657 if (LessOrEqual(previewWidth / width, previewHeight / height)) { in GetHoverImageCustomPreviewBaseScaleInfo() 658 CHECK_EQUAL_RETURN(previewWidth, 0, scaleRet); in GetHoverImageCustomPreviewBaseScaleInfo() 659 scaleRet = width / previewWidth; in GetHoverImageCustomPreviewBaseScaleInfo() 1072 auto previewWidth = previewPattern->GetCustomPreviewWidth(); in CustomPreviewParentNodeCreate() local 1075 CalcSize maxSize = { CalcLength(previewWidth), CalcLength(previewHeight) }; in CustomPreviewParentNodeCreate()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | ut_common.cpp | 105 previewWidth = usbCamera_previewWidth; in GetCameraMetadata() 152 infos->width_ = previewWidth; in DefaultPreview()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/include/ |
H A D | ut_common.h | 93 int previewWidth = 1920; variable
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/ |
H A D | hdi_common_v1_1.h | 116 int previewWidth = 1920; variable
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
H A D | camera_benchmark_test.cpp | 174 streamInfoPre->width_ = cameraTest->previewWidth; in BENCHMARK_F() 214 streamInfoPre->width_ = cameraTest->previewWidth; in BENCHMARK_F()
|
H A D | benchmark_common.cpp | 144 streamInfoPre->width_ = previewWidth; in StartStream()
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/ |
H A D | common.h | 165 int previewWidth = 1920; variable
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/ |
H A D | hdi_common_v1_2.h | 158 int previewWidth = 1920; variable
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/ |
H A D | hdi_common_v1_3.h | 144 int previewWidth = 1920; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.h | 375 …void GetGatherPixelMap(DragDataCore& dragData, float scale, float previewWidth = 0.0f, float previ…
|
H A D | drag_drop_manager.cpp | 2059 void DragDropManager::GetGatherPixelMap(DragDataCore& dragData, float scale, float previewWidth, fl… in GetGatherPixelMap() argument 2073 …if (((width > previewWidth) || (height > previewHeight)) && !NearZero(width) && !NearZero(height))… in GetGatherPixelMap() 2074 updateScale *= std::min(previewWidth / width, previewHeight / height); in GetGatherPixelMap()
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/ |
H A D | benchmark_common.cpp | 187 streamInfoPre->v1_0.width_ = previewWidth; in StartStream()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 137 infos->v1_0.width_ = previewWidth; in DefaultPreview()
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/ |
H A D | benchmark_common.cpp | 199 streamInfoPre->v1_0.width_ = previewWidth; in StartStream()
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/ |
H A D | common.cpp | 264 infos->v1_0.width_ = previewWidth; in DefaultPreview()
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/ |
H A D | benchmark_common.cpp | 159 infos->v1_0.width_ = previewWidth; in DefaultPreview()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 187 infos->v1_0.width_ = previewWidth; in DefaultPreview()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 158 infos->v1_0.width_ = previewWidth; in DefaultPreview()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 468 auto previewWidth = previewPattern->GetCustomPreviewWidth(); in ContextMenuSwitchDragPreviewScaleAnimationProc() local 473 if (previewWidth - width < previewHeight - height) { in ContextMenuSwitchDragPreviewScaleAnimationProc() 474 CHECK_EQUAL_VOID(previewWidth, 0); in ContextMenuSwitchDragPreviewScaleAnimationProc() 475 scaleTo = width / previewWidth; in ContextMenuSwitchDragPreviewScaleAnimationProc()
|