Home
last modified time | relevance | path

Searched refs:PREVIEW_WIDTH (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Ddouble_preview_test.h20 #define PREVIEW_WIDTH 640 macro
H A Dmeta_data_test.h20 #define PREVIEW_WIDTH 640 macro
H A Dtest_camera_base.h71 #define PREVIEW_WIDTH 640 macro
H A Ddouble_preview_test.cpp45 streamInfo.width_ = PREVIEW_WIDTH; in SetStreamInfo()
H A Dusb_camera_test_mult.cpp64 streamInfoPre_.width_ = PREVIEW_WIDTH; // 640:picture width in DefaultInfosPreview()
H A Dmeta_data_test.cpp71 streamInfo.width_ = PREVIEW_WIDTH; in SetStreamInfo()
H A Dcamera_video_test.cpp44 streamInfo.width_ = PREVIEW_WIDTH; in SetStreamInfo()
H A Dtest_camera_base.cpp532 streamInfoPre.width_ = PREVIEW_WIDTH; // 640:picture width in StartStream()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_video.h32 static const int32_t PREVIEW_WIDTH = 640; variable
H A Dcamera_capture_video.cpp204 previewWidth_ = PREVIEW_WIDTH; in CameraCaptureVideo()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp35 constexpr int32_t PREVIEW_WIDTH = 640; variable
118 g_previewInfo->width_ = PREVIEW_WIDTH; in InitCaptureInfo()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp35 constexpr int32_t PREVIEW_WIDTH = 640; variable
117 g_previewInfo->width_ = PREVIEW_WIDTH; in InitCaptureInfo()
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp554 streamInfoPre.width_ = PREVIEW_WIDTH; // 640:picture width in StartStream()