Searched refs:channel_ptr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_video_sync_impl.cc61 voe::Channel* channel_ptr = ch.channel(); local
62 if (channel_ptr == NULL)
68 return channel_ptr->GetPlayoutTimestamp(timestamp);
242 voe::Channel* channel_ptr = ch.channel(); local
243 if (channel_ptr == NULL) {
248 return channel_ptr->least_required_delay_ms();
H A Dvoe_rtp_rtcp_impl.cc168 voe::Channel* channel_ptr = ch.channel(); local
169 if (channel_ptr == NULL) {
174 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id);
401 voe::Channel* channel_ptr = ch.channel(); local
402 if (channel_ptr == NULL) {
407 return channel_ptr->GetRemoteRTCPReportBlocks(report_blocks);
H A Dtransmit_mixer.cc438 voe::Channel* channel_ptr = ch.channel(); local
439 if (channel_ptr) {
440 if (channel_ptr->Sending()) {
442 channel_ptr->Demultiplex(_audioFrame);
443 channel_ptr->PrepareEncodeAndSend(_audioFrame.sample_rate_hz_);
471 voe::Channel* channel_ptr = ch.channel(); local
472 if (channel_ptr && channel_ptr->Sending())
473 channel_ptr->EncodeAndSend();
H A Dvoe_base_impl.cc225 voe::Channel* channel_ptr = ch.channel(); local
226 if (!channel_ptr)
229 if (channel_ptr->Sending()) {
230 channel_ptr->Demultiplex(static_cast<const int16_t*>(audio_data),
232 channel_ptr->PrepareEncodeAndSend(sample_rate);
233 channel_ptr->EncodeAndSend();
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dcommon.h71 void CopyFrom(const void* channel_ptr, int i) { argument
73 memcpy(channels_[i], channel_ptr, samples_per_channel_ * sizeof(T));
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_capturer.cc36 const float* channel_ptr = audio_source.channel(ch); local
38 if (channel_ptr[frame] != 0)

Completed in 2476 milliseconds