| /foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
| D | camera_ndk_unittest.cpp | 152 void CameraNdkUnitTest::SessionCommit(Camera_CaptureSession *captureSession) in SessionCommit() 160 void CameraNdkUnitTest::SessionControlParams(Camera_CaptureSession *captureSession) in SessionControlParams() 384 Camera_CaptureSession* captureSession = nullptr; variable 425 Camera_CaptureSession* captureSession = nullptr; variable 465 Camera_CaptureSession* captureSession = nullptr; variable 508 Camera_CaptureSession* captureSession = nullptr; variable 561 Camera_CaptureSession* captureSession = nullptr; variable 616 Camera_CaptureSession* captureSession = nullptr; variable 673 Camera_CaptureSession* captureSession = nullptr; variable 743 Camera_CaptureSession* captureSession = nullptr; variable [all …]
|
| D | camera_framework_unittest.cpp | 2314 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 2418 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 2477 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 2537 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 2598 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 6885 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 6950 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 7013 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 7077 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable 7128 sptr<CaptureSession> captureSession = cameraManager->CreateCaptureSession(mode); variable [all …]
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
| D | quick_shot_photo_session.cpp | 22 QuickShotPhotoSession::QuickShotPhotoSession(sptr<ICaptureSession>& captureSession) : CaptureSessio… in QuickShotPhotoSession()
|
| D | macro_video_session.cpp | 23 MacroVideoSession::MacroVideoSession(sptr<ICaptureSession>& captureSession) : CaptureSession(captur… in MacroVideoSession()
|
| D | macro_photo_session.cpp | 22 MacroPhotoSession::MacroPhotoSession(sptr<ICaptureSession>& captureSession) : CaptureSession(captur… in MacroPhotoSession()
|
| D | aperture_video_session.cpp | 28 ApertureVideoSession::ApertureVideoSession(sptr<ICaptureSession>& captureSession) : CaptureSession(… in ApertureVideoSession()
|
| D | capture_session.cpp | 210 auto captureSession = captureSession_.promote(); in OnFoldStatusChanged() local 225 CaptureSession::CaptureSession(sptr<ICaptureSession>& captureSession) : innerCaptureSession_(captur… in CaptureSession() 257 auto captureSession = GetCaptureSession(); in SessionRemoveDeathRecipient() local 282 auto captureSession = GetCaptureSession(); in BeginConfig() local 327 auto captureSession = GetCaptureSession(); in CommitConfig() local 524 auto captureSession = GetCaptureSession(); in SetDefaultColorSpace() local 563 auto captureSession = GetCaptureSession(); in CanAddInput() local 585 auto captureSession = GetCaptureSession(); in AddInput() local 885 auto captureSession = GetCaptureSession(); in AddOutput() local 918 sptr<ICaptureSession>& captureSession) in AdaptOutputVideoHighFrameRate() [all …]
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
| D | video_output.cpp | 389 auto captureSession = GetSession(); in IsTagSupported() local 492 auto captureSession = GetSession(); in IsAutoDeferredVideoEnhancementSupported() local 512 auto captureSession = GetSession(); in IsAutoDeferredVideoEnhancementEnabled() local 536 auto captureSession = GetSession(); in EnableAutoDeferredVideoEnhancement() local 560 auto captureSession = GetSession(); in GetSupportedRotations() local 579 auto captureSession = GetSession(); in IsRotationSupported() local 597 auto captureSession = GetSession(); in SetRotation() local
|
| D | depth_data_output.cpp | 75 auto captureSession = GetSession(); in Start() local
|
| D | capture_output.cpp | 126 void CaptureOutput::SetSession(wptr<CaptureSession> captureSession) in SetSession()
|
| D | photo_output.cpp | 1035 auto captureSession = GetSession(); in EnableAutoCloudImageEnhancement() local
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
| D | camera_framework_moduletest.cpp | 701 sptr<CaptureSession> captureSession = manager_->CreateCaptureSession(SceneMode::SLOW_MOTION); in ConfigSlowMotionSession() local 2906 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(portraitMode); variable 2972 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(portraitMode); variable 3055 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(portraitMode); variable 3145 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(portraitMode); variable 3223 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(sceneMode); variable 3293 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(sceneMode); variable 3381 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(sceneMode); variable 3469 sptr<CaptureSession> captureSession = cameraManagerObj->CreateCaptureSession(sceneMode); variable 3553 sptr<CaptureSession> captureSession = modeManagerObj->CreateCaptureSession(sceneMode); variable [all …]
|
| /foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
| D | time_lapse_photo_session_fuzzer.cpp | 279 sptr<CaptureSession> captureSession = manager->CreateCaptureSession(sceneMode); in TestGetMetadata2() local 476 sptr<CaptureSession> captureSession = manager->CreateCaptureSession(sceneMode); in Test() local
|
| /foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
| D | camera_capture.cpp | 128 sptr<CaptureSession> captureSession = camManagerObj->CreateCaptureSession(); in main() local
|
| D | camera_video.cpp | 249 sptr<CaptureSession> captureSession = camManagerObj->CreateCaptureSession(); in main() local
|
| D | camera_capture_mode.cpp | 354 sptr<CaptureSession> captureSession = modeManagerObj->CreateCaptureSession(SceneMode::PORTRAIT); in main() local
|
| /foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
| D | capture_session.h | 278 …explicit CaptureSessionCallback(CaptureSession* captureSession) : captureSession_(captureSession) … in CaptureSessionCallback() 361 explicit FoldCallback(wptr<CaptureSession> captureSession) : captureSession_(captureSession) {} in FoldCallback() 1887 inline void SetCaptureSession(sptr<ICaptureSession> captureSession) in SetCaptureSession()
|
| /foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
| D | capture_session_impl.cpp | 78 …InnerCaptureSessionCallback(Camera_CaptureSession* captureSession, CaptureSession_Callbacks* callb… in InnerCaptureSessionCallback() 105 InnerCaptureSessionSmoothZoomInfoCallback(Camera_CaptureSession* captureSession, in InnerCaptureSessionSmoothZoomInfoCallback() 127 InnerCaptureSessionAutoDeviceSwitchStatusCallback(Camera_CaptureSession* captureSession, in InnerCaptureSessionAutoDeviceSwitchStatusCallback()
|
| D | camera_manager_impl.cpp | 465 Camera_ErrorCode Camera_Manager::CreateCaptureSession(Camera_CaptureSession** captureSession) in CreateCaptureSession()
|
| /foundation/multimedia/camera_framework/frameworks/native/ndk/ |
| D | camera_manager.cpp | 187 Camera_CaptureSession** captureSession) in OH_CameraManager_CreateCaptureSession()
|
| /foundation/multimedia/camera_framework/services/camera_service/src/ |
| D | hcamera_service.cpp | 464 sptr<HCaptureSession> captureSession = HCaptureSession::NewInstance(callerToken, opMode); in CreateCaptureSession() local 1645 int activeTime, EffectParam effectParam, sptr<HCaptureSession> captureSession) in SaveCurrentParamForRestore() 1918 sptr<HCaptureSession> captureSession = nullptr; in GetCameraOutputStatus() local
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
| D | camera_manager.cpp | 306 sptr<CaptureSession> captureSession = nullptr; in CreateCaptureSession() local 374 sptr<CaptureSession> captureSession = CreateCaptureSessionImpl(mode, session); in CreateCaptureSession() local 384 sptr<CaptureSession> captureSession = nullptr; in CreateCaptureSession() local
|