Home
last modified time | relevance | path

Searched defs:captureSession (Results 1 – 18 of 18) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
Dphoto_output.cpp263 CaptureSession* captureSession = GetSession(); in SetThumbnail() local
292 CaptureSession* captureSession = GetSession(); in Capture() local
318 CaptureSession* captureSession = GetSession(); in Capture() local
347 CaptureSession* captureSession = GetSession(); in CancelCapture() local
402 CaptureSession* captureSession = GetSession(); in IsMirrorSupported() local
426 CaptureSession* captureSession = GetSession(); in IsQuickThumbnailSupported() local
Dcapture_output.cpp58 void CaptureOutput::SetSession(CaptureSession* captureSession) in SetSession()
Dmetadata_output.cpp81 CaptureSession* captureSession = GetSession(); in GetSupportedMetadataObjectTypes() local
103 CaptureSession* captureSession = GetSession(); in SetCapturingMetadataObjectTypes() local
134 CaptureSession* captureSession = GetSession(); in Start() local
Dpreview_output.cpp109 CaptureSession* captureSession = GetSession(); in Start() local
Dvideo_output.cpp102 CaptureSession* captureSession = GetSession(); in Start() local
/foundation/multimedia/player_framework/test/jstest/
DVideoRecorderTestBase.js43 export async function stopCaptureSession(captureSession) { argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
Dcapture_input.cpp28 void CaptureInput::SetSession(CaptureSession* captureSession) in SetSession()
Dcamera_input.cpp197 CaptureSession* captureSession = GetSession(); in ProcessDeviceCallbackUpdates() local
Dcamera_manager.cpp129 sptr<CaptureSession> captureSession = nullptr; in CreateCaptureSession() local
143 sptr<CaptureSession> captureSession = nullptr; in CreateCaptureSession() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/mode/
Dmode_manager.cpp84 sptr<CaptureSession> captureSession = nullptr; in CreateCaptureSession() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
DCameraService.ts49 private captureSession: camera.CaptureSession = undefined; property in CameraService
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
Dcamera_capture.cpp128 sptr<CaptureSession> captureSession = camManagerObj->CreateCaptureSession(); in main() local
Dcamera_video.cpp249 sptr<CaptureSession> captureSession = camManagerObj->CreateCaptureSession(); in main() local
/foundation/multimedia/camera_framework/services/camera_service/src/
Dhcapture_session.cpp939 void PermissionStatusChangeCb::SetCaptureSession(sptr<HCaptureSession> captureSession) in SetCaptureSession()
957 void CameraUseStateChangeCb::SetCaptureSession(sptr<HCaptureSession> captureSession) in SetCaptureSession()
1082 void StreamOperatorCallback::SetCaptureSession(sptr<HCaptureSession> captureSession) in SetCaptureSession()
Dhcamera_service.cpp203 sptr<HCaptureSession> captureSession; in CreateCaptureSession() local
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
Dcapture_session.h130 …explicit CaptureSessionCallback(CaptureSession* captureSession) : captureSession_(captureSession) { in CaptureSessionCallback()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
Dcamera_framework_moduletest.cpp3905 sptr<ICaptureSession> captureSession = iface_cast<ICaptureSession>(object); variable
3943 sptr<ICaptureSession> captureSession = iface_cast<ICaptureSession>(object); variable
4864 sptr<CaptureSession> captureSession = camManagerObj->CreateCaptureSession(); variable
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
Dcapture_session.cpp114 CaptureSession::CaptureSession(sptr<ICaptureSession> &captureSession) in CaptureSession()