Home
last modified time | relevance | path

Searched refs:previewResolution (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_automatic_test.cpp257 std::vector<CameraStandard::Size> previewResolution = {}; variable
258 ret = GetPreviewProfiles(previewResolution);
260 CameraStandard::Size size = previewResolution.back();
H A Ddcamera_client_demo.cpp336 int32_t GetPreviewProfiles(std::vector<CameraStandard::Size> &previewResolution) in GetPreviewProfiles() argument
349 previewResolution.push_back(picSize); in GetPreviewProfiles()
H A Ddcamera_client_demo.h333 int32_t GetPreviewProfiles(std::vector<OHOS::CameraStandard::Size> &previewResolution);