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/
H A Daudio_capturer_adapter_impl.cpp90 std::string audioCachePath = cachePath; in Create() local
91 if (audioCachePath.empty()) { in Create()
98 audioCachePath = context->GetCacheDir(); in Create()
99 if (audioCachePath.empty()) { in Create()
118 audio_capturer_ = AudioCapturer::Create(options, audioCachePath); in Create()
H A Daudio_renderer_adapter_impl.cpp137 std::string audioCachePath = cachePath; in Create() local
144 if (audioCachePath.empty()) { in Create()
145 audioCachePath = context->GetCacheDir(); in Create()
146 if (audioCachePath.empty()) { in Create()
158 audio_renderer_ = AudioRenderer::Create(audioCachePath, audioOptions); in Create()

Completed in 2 milliseconds