Home
last modified time | relevance | path

Searched refs:audioCapturerSession_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Davcodec_task_manager.cpp61 audioCapturerSession_ = audioCaptureSession; in AvcodecTaskManager()
242 if (thisPtr->audioCapturerSession_) { in DoMuxerVideo()
245 thisPtr->audioCapturerSession_->GetAudioRecords(startTime, endTime, audioRecords); in DoMuxerVideo()
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Davcodec_task_manager.h75 sptr<AudioCapturerSession> audioCapturerSession_ = nullptr; member in OHOS::CameraStandard::AvcodecTaskManager
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp383 audioCapturerSession_ != nullptr && audioCapturerSession_->StartAudioCapture(); in StartMovingPhotoStream()
757 if (!audioCapturerSession_) { in ExpandMovingPhotoRepeatStream()
758 audioCapturerSession_ = new AudioCapturerSession(); in ExpandMovingPhotoRepeatStream()
760 if (!taskManager_ && audioCapturerSession_) { in ExpandMovingPhotoRepeatStream()
761 taskManager_ = new AvcodecTaskManager(audioCapturerSession_, videoCodecType); in ExpandMovingPhotoRepeatStream()
865 if (audioCapturerSession_) { in StopMovingPhoto()
866 audioCapturerSession_->Stop(); in StopMovingPhoto()
1349 audioCapturerSession_ != nullptr && audioCapturerSession_ in StartPreviewStream()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h348 sptr<AudioCapturerSession> audioCapturerSession_; member in OHOS::OHOS::CameraStandard::HCaptureSession

Completed in 7 milliseconds