Home
last modified time | relevance | path

Searched refs:APERTURE_VIDEO (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_scene_const.h66 APERTURE_VIDEO = 20, enumerator
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Daperture_video_session_napi.cpp78 … sCameraSession_ = CameraManager::GetInstance()->CreateCaptureSession(SceneMode::APERTURE_VIDEO); in CreateCameraSession()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.cpp71 int32_t mode = data.ReadInt32() % (SceneMode::APERTURE_VIDEO + NUM_2); in Test()
/ohos5.0/drivers/interface/camera/v1_3/
H A DTypes.idl122 APERTURE_VIDEO = 20,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp121 {OperationMode::APERTURE_VIDEO, APERTURE_VIDEO},
144 {APERTURE_VIDEO, OperationMode::APERTURE_VIDEO},
341 case SceneMode::APERTURE_VIDEO: in CreateCaptureSessionImpl()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp76 data.ReadInt32() % (SceneMode::APERTURE_VIDEO + NUM_2)); in Test()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp166 {SceneMode::APERTURE_VIDEO, JsSceneMode::JS_APERTURE_VIDEO},
525 {JsSceneMode::JS_APERTURE_VIDEO, SceneMode::APERTURE_VIDEO},
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts1762 APERTURE_VIDEO = 14,
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_v1_3.cpp1891 if (value == OHOS::HDI::Camera::V1_3::APERTURE_VIDEO) {
1935 … static_cast<OHOS::HDI::Camera::V1_1::OperationMode_V1_1>(OHOS::HDI::Camera::V1_3::APERTURE_VIDEO),
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11585 …:find_if(modes.begin(), modes.end(), [](auto& mode) { return mode == SceneMode::APERTURE_VIDEO; }); in __anon0f1f2f4b0402()
11590 … outputCapability = manager_->GetSupportedOutputCapability(cameras_[0], SceneMode::APERTURE_VIDEO);
11598 sptr<CaptureSession> captureSession = manager_->CreateCaptureSession(SceneMode::APERTURE_VIDEO);