Searched refs:previewFormat_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture_video.cpp | 212 previewFormat_ = CAMERA_FORMAT_YUV_420_SP; in CameraCaptureVideo() 335 previewFormat_ = CAMERA_FORMAT_YUV_420_SP; in InitCameraFormatAndResolution() 338 previewFormat_ = previewFormats[0]; in InitCameraFormatAndResolution() 401 previewFormat_, previewWidth_, previewHeight_); in InitCameraFormatAndResolution() 403 previewFormat_, previewWidth2_, previewHeight2_); in InitCameraFormatAndResolution() 463 previewSurface_->SetUserData(CameraManager::surfaceFormat, std::to_string(previewFormat_)); in InitPreviewOutput() 464 Profile previewprofile_ = Profile(static_cast<CameraFormat>(previewFormat_), previewsize_); in InitPreviewOutput() 504 … Profile previewprofile2_ = Profile(static_cast<CameraFormat>(previewFormat_), previewsize2_); in InitSecondPreviewOutput()
|
H A D | camera_capture_video.h | 68 int32_t previewFormat_; variable
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/ |
H A D | camera_framework_moduletest.h | 48 CameraFormat previewFormat_; variable
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 862 } else if (format == previewFormat_) { in SelectProfileByRatioAndFormat() 1116 previewFormat_ = CAMERA_FORMAT_YUV_420_SP; in SetUpInit() 1151 previewFormat_ = CAMERA_FORMAT_YUV_420_SP; in SetUp() 1153 previewFormat_ = previewFormats_[0]; in SetUp() 2930 profile = SelectProfileByRatioAndFormat(modeAbility, ratio, previewFormat_); 2996 profile = SelectProfileByRatioAndFormat(modeAbility, ratio, previewFormat_); 3082 profile = SelectProfileByRatioAndFormat(modeAbility, ratio, previewFormat_); 3168 profile = SelectProfileByRatioAndFormat(modeAbility, ratio, previewFormat_); 10050 profile = SelectProfileByRatioAndFormat(modeAbility, ratio, previewFormat_); 11917 profile = SelectProfileByRatioAndFormat(modeAbility, ratio, previewFormat_);
|