Home
last modified time | relevance | path

Searched refs:GetFrameCount (Results 1 - 12 of 12) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_capturer_adapter_impl.cpp81 int32_t ArkAudioCapturerAdapterImpl::GetFrameCount(uint32_t& frameCount) in GetFrameCount() function in OHOS::ArkWeb::ArkAudioCapturerAdapterImpl
83 return real_->GetFrameCount(frameCount); in GetFrameCount()
H A Dark_audio_capturer_adapter_impl.h44 int32_t GetFrameCount(uint32_t& frameCount) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_capturer_adapter_wrapper.cpp85 int32_t ArkAudioCapturerAdapterWrapper::GetFrameCount(uint32_t& frameCount) in GetFrameCount() function in OHOS::ArkWeb::ArkAudioCapturerAdapterWrapper
87 return ctocpp_->GetFrameCount(frameCount); in GetFrameCount()
H A Dark_audio_capturer_adapter_wrapper.h44 int32_t GetFrameCount(uint32_t& frameCount) override;
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_capturer_adapter_mock.cpp56 int32_t AudioCapturerAdapterImpl::GetFrameCount(uint32_t& frameCount) in GetFrameCount() function in OHOS::NWeb::AudioCapturerAdapterImpl
H A Daudio_capturer_adapter_impl.cpp213 int32_t AudioCapturerAdapterImpl::GetFrameCount(uint32_t &frameCount) in GetFrameCount() function in OHOS::NWeb::AudioCapturerAdapterImpl
219 return audio_capturer_->GetFrameCount(frameCount); in GetFrameCount()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_capturer_adapter.h102 virtual int32_t GetFrameCount(uint32_t& frameCount) = 0;
/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp56 if (audioRenderer_->GetFrameCount(frameCount)) { in InitRenderer()
84 if (audioRenderer_->GetFrameCount(frameCount)) { in InitRenderer()
111 if (audioCapturer_->GetFrameCount(frameCount)) { in InitCapturer()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_capturer_adapter.h102 virtual int32_t GetFrameCount(uint32_t& frameCount) = 0;
/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_capturer_adapter_impl.h65 int32_t GetFrameCount(uint32_t &frameCount) override;
/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp859 retNum = g_audioCapturer->GetFrameCount(frameCount); in HWTEST_F()
901 retNum = g_audioCapturer->GetFrameCount(frameCount); in HWTEST_F()
/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp944 if (audioRenderer->GetFrameCount(frameCount)) { in InitRenderer()

Completed in 9 milliseconds