Home
last modified time | relevance | path

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

/ohos5.0/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.cpp147 std::string audioCachePath = cachePath; in Create() local
154 if (audioCachePath.empty()) { in Create()
155 audioCachePath = context->GetCacheDir(); in Create()
156 if (audioCachePath.empty()) { in Create()
168 audio_renderer_ = AudioRenderer::Create(audioCachePath, audioOptions); in Create()