Home
last modified time | relevance | path

Searched refs:audioCachePath (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_capturer_adapter_impl.cpp91 std::string audioCachePath = cachePath; in Create() local
92 if (audioCachePath.empty()) { in Create()
99 audioCachePath = context->GetCacheDir(); in Create()
100 if (audioCachePath.empty()) { in Create()
114 audio_capturer_ = AudioCapturer::Create(options, audioCachePath); in Create()
Daudio_renderer_adapter_impl.cpp130 std::string audioCachePath = cachePath; in Create() local
131 if (audioCachePath.empty()) { in Create()
138 audioCachePath = context->GetCacheDir(); in Create()
139 if (audioCachePath.empty()) { in Create()
154 audio_renderer_ = AudioRenderer::Create(audioCachePath, audioOptions); in Create()