HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 1 - 25 of 2074) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2003-11-19-BitFieldArray.c 9 void g_io_channel_init (struct _GIOChannel *channel) {
10 channel->partial_write_buf[0];
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 24 virtual int SetRTCPStatus(int channel, bool enable);
26 virtual int GetRTCPStatus(int channel, bool& enabled);
28 virtual int SetRTCP_CNAME(int channel, const char cName[256]);
30 virtual int GetRemoteRTCP_CNAME(int channel, char cName[256]);
32 virtual int GetRemoteRTCPData(int channel,
41 virtual int SetLocalSSRC(int channel, unsigned int ssrc);
43 virtual int GetLocalSSRC(int channel, unsigned int& ssrc);
45 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc);
48 virtual int SetSendAudioLevelIndicationStatus(int channel,
51 virtual int SetReceiveAudioLevelIndicationStatus(int channel,
    [all...]
voe_video_sync_impl.h 25 virtual int SetMinimumPlayoutDelay(int channel, int delayMs);
27 virtual int SetInitialPlayoutDelay(int channel, int delay_ms);
29 virtual int GetDelayEstimate(int channel,
33 virtual int GetLeastRequiredDelayMs(int channel) const;
35 virtual int SetInitTimestamp(int channel, unsigned int timestamp);
37 virtual int SetInitSequenceNumber(int channel, short sequenceNumber);
39 virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp);
41 virtual int GetRtpRtcp(int channel, RtpRtcp** rtpRtcpModule,
voe_volume_control_impl.h 31 virtual int SetInputMute(int channel, bool enable);
33 virtual int GetInputMute(int channel, bool& enabled);
37 virtual int GetSpeechOutputLevel(int channel, unsigned int& level);
41 virtual int GetSpeechOutputLevelFullRange(int channel,
44 virtual int SetChannelOutputVolumeScaling(int channel, float scaling);
46 virtual int GetChannelOutputVolumeScaling(int channel, float& scaling);
48 virtual int SetOutputVolumePan(int channel, float left, float right);
50 virtual int GetOutputVolumePan(int channel, float& left, float& right);
voe_external_media_impl.h 24 int channel,
29 int channel,
33 virtual int GetAudioFrame(int channel, int desired_sample_rate_hz,
36 virtual int SetExternalMixing(int channel, bool enable);
voe_network_impl.h 25 virtual int RegisterExternalTransport(int channel, Transport& transport);
27 virtual int DeRegisterExternalTransport(int channel);
29 virtual int ReceivedRTPPacket(int channel,
32 virtual int ReceivedRTPPacket(int channel,
37 virtual int ReceivedRTCPPacket(int channel,
voe_codec_impl.h 28 virtual int SetSendCodec(int channel, const CodecInst& codec);
30 virtual int GetSendCodec(int channel, CodecInst& codec);
32 virtual int GetRecCodec(int channel, CodecInst& codec);
35 int channel, int type,
38 virtual int SetRecPayloadType(int channel,
41 virtual int GetRecPayloadType(int channel, CodecInst& codec);
43 virtual int SetFECStatus(int channel, bool enable);
45 virtual int GetFECStatus(int channel, bool& enabled);
47 virtual int SetVADStatus(int channel,
52 virtual int GetVADStatus(int channel,
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 55 int channel, unsigned int CSRC, bool added) = 0;
58 int channel, unsigned int SSRC) = 0;
69 int channel, unsigned char subType,
132 virtual int SetLocalSSRC(int channel, unsigned int ssrc) = 0;
134 // Gets the local RTP SSRC of a specified |channel|.
135 virtual int GetLocalSSRC(int channel, unsigned int& ssrc) = 0;
138 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc) = 0;
140 // Sets the status of rtp-audio-level-indication on a specific |channel|.
141 virtual int SetSendAudioLevelIndicationStatus(int channel,
146 // |channel|
    [all...]
voe_codec.h 14 // - Voice Activity Detection (VAD) on a per channel basis.
60 // Sets the |codec| for the |channel| to be used for sending.
61 virtual int SetSendCodec(int channel, const CodecInst& codec) = 0;
64 // |channel|.
65 virtual int GetSendCodec(int channel, CodecInst& codec) = 0;
67 // Sets the |codec| as secondary codec for |channel|. Registering a
74 virtual int SetSecondarySendCodec(int channel, const CodecInst& codec,
77 // Removes the secondary codec from |channel|. This will terminate
79 virtual int RemoveSecondarySendCodec(int channel) = 0;
81 // Gets |codec| which is used as secondary codec in |channel|
    [all...]
voe_network.h 48 // notifications for a specified |channel| when the observer interface
50 virtual void OnPeriodicDeadOrAlive(int channel, bool alive) = 0;
72 // specified |channel|.
74 int channel, Transport& transport) = 0;
77 // specified |channel|.
78 virtual int DeRegisterExternalTransport(int channel) = 0;
83 virtual int ReceivedRTPPacket(int channel,
86 virtual int ReceivedRTPPacket(int channel,
97 int channel, const void* data, unsigned int length) = 0;
voe_video_sync.h 62 // maintained by the jitter buffer, unless channel condition (jitter in
66 virtual int SetMinimumPlayoutDelay(int channel, int delay_ms) = 0;
73 virtual int SetInitialPlayoutDelay(int channel, int delay_ms) = 0;
76 // the |playout_buffer_delay_ms| for a specified |channel|.
77 virtual int GetDelayEstimate(int channel,
85 virtual int GetLeastRequiredDelayMs(int channel) const = 0;
88 virtual int SetInitTimestamp(int channel, unsigned int timestamp) = 0;
91 virtual int SetInitSequenceNumber(int channel, short sequenceNumber) = 0;
94 virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp) = 0;
96 virtual int GetRtpRtcp (int channel, RtpRtcp** rtpRtcpModule
    [all...]
  /external/chromium_org/remoting/tools/mac/
chromoting-set-channel.sh 16 echo "Usage: ${ME} <channel>" >&2
17 echo "where <channel> is 'beta' or 'stable'" >&2
34 local channel="$1"
36 if [[ "${channel}" != "beta" && "${channel}" != "stable" ]]; then
41 local channeltag="${channel}"
42 if [[ "${channel}" == "stable" ]]; then
46 log "Switching Chrome Remote Desktop channel to ${channel}"
50 if [[ "${channel}" == "stable" ]]; the
    [all...]
  /external/chromium_org/chrome/browser/resources/help/
channel_change_page.css 6 #channel-change-page {
11 .channel-change-page-channel label {
15 .channel-change-page-channel {
20 .show-when-selected-channel-requires-powerwash,
21 .show-when-selected-channel-requires-delayed-update,
22 .show-when-selected-channel-good,
23 .show-when-selected-channel-unstable {
27 .selected-channel-requires-powerwas
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.h 36 /* Sound manager audio channel */
37 SndChannelPtr channel; member in struct:SDL_PrivateAudioData
47 #define channel (this->hidden->channel) macro
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
sel_ldr_launcher_chrome.cc 16 void SelLdrLauncherChrome::set_channel(NaClHandle channel) {
18 channel_ = channel;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannelEvent.idl 28 readonly attribute RTCDataChannel channel;
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VideoEngine.java 61 public native int startSend(int channel);
62 public native int stopRender(int channel);
63 public native int stopSend(int channel);
64 public native int startReceive(int channel);
65 public native int stopReceive(int channel);
67 public native int deleteChannel(int channel);
69 public native int setLocalReceiver(int channel, int port);
70 public native int setSendDestination(int channel, int port, String ipAddr);
73 public native int setReceiveCodec(int channel, VideoCodecInst codec);
74 public native int setSendCodec(int channel, VideoCodecInst codec)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
io_manager.c 22 errcode_t io_channel_set_options(io_channel channel, const char *opts)
27 EXT2_CHECK_MAGIC(channel, EXT2_ET_MAGIC_IO_CHANNEL);
32 if (!channel->manager->set_option)
50 retval = (channel->manager->set_option)(channel, ptr, arg);
59 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset,
62 EXT2_CHECK_MAGIC(channel, EXT2_ET_MAGIC_IO_CHANNEL);
64 if (channel->manager->write_byte)
65 return channel->manager->write_byte(channel, offset
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
irc.py 28 channel = "#blink" variable
  /external/chromium_org/chrome/common/
chrome_version_info_win.cc 22 base::string16 channel; local
28 &channel);
32 channel += L" SyzyASan";
34 return base::UTF16ToASCII(channel);
41 VersionInfo::Channel VersionInfo::GetChannel() {
43 std::wstring channel(L"unknown");
49 channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
52 if (channel.empty()) {
54 } else if (channel == L"beta") {
56 } else if (channel == L"dev")
    [all...]
chrome_version_info_chromeos.cc 9 static VersionInfo::Channel chromeos_channel = VersionInfo::CHANNEL_UNKNOWN;
31 VersionInfo::Channel VersionInfo::GetChannel() {
36 void VersionInfo::SetChannel(const std::string& channel) {
38 if (channel == "stable-channel") {
40 } else if (channel == "beta-channel") {
42 } else if (channel == "dev-channel") {
44 } else if (channel == "canary-channel")
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 98 /*** channel allocation ***/
108 SysChannel channel = _s_free_channels; local
109 assert( channel != NULL && "out of free channels" );
110 _s_free_channels = channel->next;
111 channel->next = NULL;
112 channel->active = 0;
113 channel->closed = 0;
114 channel->pending = 0;
115 channel->wanted = 0;
116 return channel;
467 SysChannel channel; local
512 SysChannel channel; local
546 SysChannel channel; local
592 SysChannel channel = sys_channel_alloc(); local
613 SysChannel channel = sys_channel_alloc(); local
    [all...]
sysdeps_qemu.c 181 SysChannel channel = _s_free_channels; local
182 if (channel != NULL) {
183 _s_free_channels = channel->next;
184 channel->next = NULL;
185 channel->fd = -1;
186 channel->callback = NULL;
187 channel->opaque = NULL;
189 return channel;
193 sys_channel_free( SysChannel channel )
195 if (channel->fd >= 0)
207 SysChannel channel = _channel; local
216 SysChannel channel = _channel; local
319 SysChannel channel = sys_channel_alloc(); local
339 SysChannel channel = sys_channel_alloc(); local
364 SysChannel channel = sys_channel_alloc(); local
    [all...]
  /external/srec/srec/cfront/
chelfep.c 47 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel);
50 int make_frame(front_channel *channel, front_wave *waveobj,
62 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
63 (Q2 - 1) *(channel->mel_dim + 1), sizeof(float));
71 filterbank_emulation(channel, waveobj, freqobj, cepobj,
74 read channel->fbo and dump it. */
78 cepstrum_params(channel, waveobj, freqobj, cepobj);
81 (void) make_std_frame(channel, cepobj, framdata)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
sync_buffer_unittest.cc 27 for (size_t channel = 0; channel < kChannels; ++channel) {
29 EXPECT_EQ(0, sync_buffer[channel][i]);
58 for (size_t channel = 0; channel < kChannels; ++channel) {
60 new_data[channel][i] = i;
71 for (size_t channel = 0; channel < kChannels; ++channel)
    [all...]

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 91011>>