Home
last modified time | relevance | path

Searched refs:channel_ptr (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_video_sync_impl.cc46 voe::Channel* channel_ptr = ch.channel(); in GetPlayoutTimestamp() local
47 if (channel_ptr == NULL) { in GetPlayoutTimestamp()
52 return channel_ptr->GetPlayoutTimestamp(timestamp); in GetPlayoutTimestamp()
191 voe::Channel* channel_ptr = ch.channel(); in GetLeastRequiredDelayMs() local
192 if (channel_ptr == NULL) { in GetLeastRequiredDelayMs()
197 return channel_ptr->LeastRequiredDelayMs(); in GetLeastRequiredDelayMs()
H A Dvoe_rtp_rtcp_impl.cc195 voe::Channel* channel_ptr = ch.channel(); in SetReceiveAudioLevelIndicationStatus() local
196 if (channel_ptr == NULL) { in SetReceiveAudioLevelIndicationStatus()
202 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id, in SetReceiveAudioLevelIndicationStatus()
332 voe::Channel* channel_ptr = ch.channel(); in GetRemoteRTCPReportBlocks() local
333 if (channel_ptr == NULL) { in GetRemoteRTCPReportBlocks()
339 return channel_ptr->GetRemoteRTCPReportBlocks(report_blocks); in GetRemoteRTCPReportBlocks()
H A Dvoe_base_impl.cc114 voe::Channel* channel_ptr = ch.channel(); in PushCaptureData() local
115 if (!channel_ptr) return; in PushCaptureData()
117 if (channel_ptr->Sending()) { in PushCaptureData()
118 channel_ptr->Demultiplex(static_cast<const int16_t*>(audio_data), in PushCaptureData()
120 channel_ptr->PrepareEncodeAndSend(sample_rate); in PushCaptureData()
121 channel_ptr->EncodeAndSend(); in PushCaptureData()
764 voe::Channel* channel_ptr = ch.channel(); in AssociateSendChannel() local
765 if (channel_ptr == NULL) { in AssociateSendChannel()
779 channel_ptr->set_associate_send_channel(ch); in AssociateSendChannel()
H A Dtransmit_mixer.cc409 voe::Channel* channel_ptr = ch.channel(); in DemuxAndMix() local
410 if (channel_ptr) { in DemuxAndMix()
411 if (channel_ptr->Sending()) { in DemuxAndMix()
413 channel_ptr->Demultiplex(_audioFrame); in DemuxAndMix()
414 channel_ptr->PrepareEncodeAndSend(_audioFrame.sample_rate_hz_); in DemuxAndMix()
442 voe::Channel* channel_ptr = ch.channel(); in EncodeAndSend() local
443 if (channel_ptr && channel_ptr->Sending()) in EncodeAndSend()
444 channel_ptr->EncodeAndSend(); in EncodeAndSend()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_video_sync_impl.cc61 voe::Channel* channel_ptr = ch.channel(); in GetPlayoutTimestamp() local
62 if (channel_ptr == NULL) in GetPlayoutTimestamp()
68 return channel_ptr->GetPlayoutTimestamp(timestamp); in GetPlayoutTimestamp()
261 voe::Channel* channel_ptr = ch.channel(); in GetLeastRequiredDelayMs() local
262 if (channel_ptr == NULL) { in GetLeastRequiredDelayMs()
267 return channel_ptr->least_required_delay_ms(); in GetLeastRequiredDelayMs()
H A Dtransmit_mixer.cc431 voe::Channel* channel_ptr = ch.channel(); in DemuxAndMix() local
432 if (channel_ptr) { in DemuxAndMix()
433 if (channel_ptr->Sending()) { in DemuxAndMix()
435 channel_ptr->Demultiplex(_audioFrame); in DemuxAndMix()
436 channel_ptr->PrepareEncodeAndSend(_audioFrame.sample_rate_hz_); in DemuxAndMix()
464 voe::Channel* channel_ptr = ch.channel(); in EncodeAndSend() local
465 if (channel_ptr && channel_ptr->Sending()) in EncodeAndSend()
466 channel_ptr->EncodeAndSend(); in EncodeAndSend()
H A Dvoe_rtp_rtcp_impl.cc168 voe::Channel* channel_ptr = ch.channel(); in SetReceiveAudioLevelIndicationStatus() local
169 if (channel_ptr == NULL) { in SetReceiveAudioLevelIndicationStatus()
174 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id); in SetReceiveAudioLevelIndicationStatus()
408 voe::Channel* channel_ptr = ch.channel(); in GetRemoteRTCPReportBlocks() local
409 if (channel_ptr == NULL) { in GetRemoteRTCPReportBlocks()
414 return channel_ptr->GetRemoteRTCPReportBlocks(report_blocks); in GetRemoteRTCPReportBlocks()
H A Dvoe_base_impl.cc225 voe::Channel* channel_ptr = ch.channel(); in PushCaptureData() local
226 if (!channel_ptr) in PushCaptureData()
229 if (channel_ptr->Sending()) { in PushCaptureData()
230 channel_ptr->Demultiplex(static_cast<const int16_t*>(audio_data), in PushCaptureData()
232 channel_ptr->PrepareEncodeAndSend(sample_rate); in PushCaptureData()
233 channel_ptr->EncodeAndSend(); in PushCaptureData()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dpacketsourcetracker.cc225 if (psrc->channel_ptr == NULL) { in Protocol_SOURCE()
231 if (psrc->channel_ptr->channel_vec[c].range == 0) { in Protocol_SOURCE()
235 psrc->channel_ptr->channel_vec[c].u.chan_t.dwell; in Protocol_SOURCE()
244 psrc->channel_ptr->channel_vec[c].u.range_t.iter; in Protocol_SOURCE()
247 if (c != psrc->channel_ptr->channel_vec.size() - 1) in Protocol_SOURCE()
839 pstsource->channel_ptr = NULL; in AddPacketSource()
1024 pstsource->channel_ptr = x->second; in AddPacketSource()
1520 pstsource->channel_ptr = NULL; in IpcAddPacketsource()
2380 pstsource->channel_ptr = channellist_map[new_id]; in SetSourceNewChannellist()
2572 (int) pst->channel_ptr->channel_vec.size()) { in ChannelTimer()
[all …]
H A Ddumpfile_netxml.cc133 if ((*sources)[s]->channel_ptr != NULL) { in Flush()
136 for (unsigned int c = 0; c < (*sources)[s]->channel_ptr->channel_vec.size(); in Flush()
139 if ((*sources)[s]->channel_ptr->channel_vec[c].range == 0) { in Flush()
140 channels += IntToString((*sources)[s]->channel_ptr->channel_vec[c].u.chan_t.channel); in Flush()
141 if ((*sources)[s]->channel_ptr->channel_vec[c].u.chan_t.dwell > 1) in Flush()
143 IntToString((*sources)[s]->channel_ptr->channel_vec[c].u.chan_t.dwell); in Flush()
145channel_ptr->channel_vec[c].u.range_t.start) + string("-") + IntToString((*sources)[s]->channel_pt… in Flush()
148 if (c != (*sources)[s]->channel_ptr->channel_vec.size() - 1) in Flush()
H A Dpacketsourcetracker.h132 pst_channellist *channel_ptr; member
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-channel.c121 McdChannel *channel, **channel_ptr = user_data; in on_channel_ready() local
131 channel = *channel_ptr; in on_channel_ready()
134 (gpointer)channel_ptr); in on_channel_ready()
135 g_slice_free (McdChannel *, channel_ptr); in on_channel_ready()
211 McdChannel **channel_ptr; in _mcd_channel_setup() local
213 channel_ptr = g_slice_alloc (sizeof (McdChannel *)); in _mcd_channel_setup()
214 *channel_ptr = channel; in _mcd_channel_setup()
215 g_object_add_weak_pointer ((GObject *)channel, (gpointer)channel_ptr); in _mcd_channel_setup()
216 tp_proxy_prepare_async (priv->tp_chan, NULL, on_channel_ready, channel_ptr); in _mcd_channel_setup()
/dports/sysutils/ipmitool/ipmitool-1.8.18/lib/
H A Dhelper.c921 is_ipmi_channel_num(const char *argv_ptr, uint8_t *channel_ptr) in is_ipmi_channel_num() argument
923 if (!argv_ptr || !channel_ptr) { in is_ipmi_channel_num()
928 if ((str2uchar(argv_ptr, channel_ptr) == 0) in is_ipmi_channel_num()
929 && (*channel_ptr <= 0xB in is_ipmi_channel_num()
930 || (*channel_ptr >= 0xE && *channel_ptr <= 0xF))) { in is_ipmi_channel_num()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DAsyncClient.h29 using channel_ptr =
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Dbonjour-discovery-client.c303 _destroy_channel (gpointer channel_ptr) in _destroy_channel() argument
305 g_io_channel_unref (channel_ptr); in _destroy_channel()
/dports/sysutils/ipmitool/ipmitool-1.8.18/include/ipmitool/
H A Dhelper.h89 int is_ipmi_channel_num(const char *argv_ptr, uint8_t *channel_ptr);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/messaging/
H A Dmessage_service.cc554 std::unique_ptr<MessageChannel> channel_ptr = in OpenChannelImpl() local
556 MessageChannel* channel = channel_ptr.get(); in OpenChannelImpl()
559 AddChannel(std::move(channel_ptr), params->receiver_port_id); in OpenChannelImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/messaging/
H A Dmessage_service.cc558 std::unique_ptr<MessageChannel> channel_ptr = in OpenChannelImpl() local
560 MessageChannel* channel = channel_ptr.get(); in OpenChannelImpl()
563 AddChannel(std::move(channel_ptr), params->receiver_port_id); in OpenChannelImpl()
/dports/x11/xpra/xpra-4.3/xpra/codecs/nvjpeg/
H A Dencoder.pyx481 cdef uintptr_t channel_ptr
533 channel_ptr = <uintptr_t> int(buffers[i])
534 self.nv_image.channel[i] = <unsigned char *> channel_ptr
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp14543 auto &channel_ptr = channels_[channel_id]; in add_channel() local
14544 if (channel_ptr == nullptr) { in add_channel()
14545 channel_ptr = make_unique<Channel>(); in add_channel()
14547 return channel_ptr.get(); in add_channel()