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 D | capture_scene_const.h | 66 APERTURE_VIDEO = 20, enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | aperture_video_session_napi.cpp | 78 … sCameraSession_ = CameraManager::GetInstance()->CreateCaptureSession(SceneMode::APERTURE_VIDEO); in CreateCameraSession()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/ |
H A D | photo_output_fuzzer.cpp | 71 int32_t mode = data.ReadInt32() % (SceneMode::APERTURE_VIDEO + NUM_2); in Test()
|
/ohos5.0/drivers/interface/camera/v1_3/ |
H A D | Types.idl | 122 APERTURE_VIDEO = 20,
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 121 {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 D | capture_session_fuzzer.cpp | 76 data.ReadInt32() % (SceneMode::APERTURE_VIDEO + NUM_2)); in Test()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/ |
H A D | camera_manager_napi.cpp | 166 {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.ts | 1762 APERTURE_VIDEO = 14,
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | camera_hdi_uttest_v1_3.cpp | 1891 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 D | camera_framework_moduletest.cpp | 11585 …: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);
|