HomeSort by relevance Sort by last modified time
    Searched full:channel_ptr (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.cc 53 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();
voe_rtp_rtcp_impl.cc 150 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);
transmit_mixer.cc 439 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();
    [all...]
voe_base_impl.cc 154 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);

Completed in 161 milliseconds