Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec_dump/
Dcapture_stream_info.cc30 stream->add_output_channel(channel_view.begin(), in AddOutput()
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.pb.h706 std::string* add_output_channel(); in Swap()
707 void add_output_channel(const std::string& value); in Swap()
708 void add_output_channel(std::string&& value); in Swap()
709 void add_output_channel(const char* value); in Swap()
710 void add_output_channel(const void* value, size_t size); in Swap()
2675 inline std::string* Stream::add_output_channel() { in add_output_channel() function
2712 inline void Stream::add_output_channel(const std::string& value) { in add_output_channel() function
2716 inline void Stream::add_output_channel(std::string&& value) { in add_output_channel() function
2720 inline void Stream::add_output_channel(const char* value) { in add_output_channel() function
2725 inline void Stream::add_output_channel(const void* value, size_t size) { in add_output_channel() function