Searched defs:channel_ptr (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_video_sync_impl.cc53 voe::Channel* channel_ptr = ch.channel(); local
54 if (channel_ptr == NULL) {
59 return channel_ptr->GetPlayoutTimestamp(timestamp);
179 voe::Channel* channel_ptr = ch.channel(); local
180 if (channel_ptr == NULL) {
185 return channel_ptr->LeastRequiredDelayMs();
H A Dvoe_rtp_rtcp_impl.cc150 voe::Channel* channel_ptr = ch.channel(); local
151 if (channel_ptr == NULL) {
157 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id);
353 voe::Channel* channel_ptr = ch.channel(); local
354 if (channel_ptr == NULL) {
360 return channel_ptr->GetRemoteRTCPReportBlocks(report_blocks);
H A Dvoe_base_impl.cc154 voe::Channel* channel_ptr = ch.channel(); local
155 if (!channel_ptr) return;
157 if (channel_ptr->Sending()) {
158 channel_ptr->Demultiplex(static_cast<const int16_t*>(audio_data),
160 channel_ptr->PrepareEncodeAndSend(sample_rate);
161 channel_ptr->EncodeAndSend();
806 voe::Channel* channel_ptr = ch.channel(); local
807 if (channel_ptr == NULL) {
821 channel_ptr->set_associate_send_channel(ch);
H A Dtransmit_mixer.cc439 voe::Channel* channel_ptr = ch.channel(); local
440 if (channel_ptr) {
441 if (channel_ptr->Sending()) {
443 channel_ptr->Demultiplex(_audioFrame);
444 channel_ptr->PrepareEncodeAndSend(_audioFrame.sample_rate_hz_);
472 voe::Channel* channel_ptr = ch.channel(); local
473 if (channel_ptr && channel_ptr->Sending())
474 channel_ptr->EncodeAndSend();

Completed in 41 milliseconds