Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_inner_capturer_test.cpp229 int32_t InitRecorder(std::shared_ptr<PaCapturerTest> capturerTest, CapturerMode capturerMode) in InitRecorder() function
355 InitRecorder(capturerTest, static_cast<CapturerMode>(capturerMode)); in Loop()
/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp708 int32_t InitRecorder(std::shared_ptr<PaCapturerTest> capturerTest, bool isBlocking, CapturerMode capturerMode) in InitRecorder() function
880 InitRecorder(capturerTest, isBlocking, static_cast<CapturerMode>(capturerMode)); in Loop()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h305 int32_t InitRecorder();
H A Dscreen_capture_server.cpp1058 int32_t ret = InitRecorder(); in StartScreenCaptureFile()
1059 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, ret, "InitRecorder failed, ret:%{public}d, dataType:%{public}d", in StartScreenCaptureFile()
1292 int32_t ScreenCaptureServer::InitRecorder() in InitRecorder() function in OHOS::Media::ScreenCaptureServer
1295 MEDIA_LOGI("InitRecorder start"); in InitRecorder()
1296 MediaTrace trace("ScreenCaptureServer::InitRecorder"); in InitRecorder()
1306 MEDIA_LOGI("InitRecorder prepare to SetAudioDataSource"); in InitRecorder()
1319 MEDIA_LOGI("InitRecorder prepare to SetAudioSource inner"); in InitRecorder()
1325 MEDIA_LOGI("InitRecorder prepare to SetAudioSource mic"); in InitRecorder()
1330 MEDIA_LOGE("InitRecorder not VALIDATION_VALID"); in InitRecorder()
1333 MEDIA_LOGI("InitRecorder recorde in InitRecorder()
[all...]

Completed in 7 milliseconds