Searched refs:InitRecorder (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/ |
H A D | audio_inner_capturer_test.cpp | 229 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 D | pa_stream_test.cpp | 708 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 D | screen_capture_server.h | 305 int32_t InitRecorder();
|
H A D | screen_capture_server.cpp | 1058 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