Home
last modified time | relevance | path

Searched refs:ProcessAndEncodeAudio (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/audio/
H A Dchannel_send.h100 virtual void ProcessAndEncodeAudio(
H A Dmock_voe_channel_proxy.h165 ProcessAndEncodeAudio,
H A Dchannel_send.cc134 void ProcessAndEncodeAudio(std::unique_ptr<AudioFrame> audio_frame) override;
804 void ChannelSend::ProcessAndEncodeAudio( in ProcessAndEncodeAudio() function in webrtc::voe::__anon3425f8f40111::ChannelSend
H A Daudio_send_stream.cc415 channel_send_->ProcessAndEncodeAudio(std::move(audio_frame)); in SendAudioData()
H A Daudio_send_stream_unittest.cc482 EXPECT_CALL(*helper.channel_send(), ProcessAndEncodeAudio) in TEST()