HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 226 - 250 of 2014) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv.c 47 int grab_ptrs2(PgVideoChannel_t* channel, FRAMEDATA* Frame0, FRAMEDATA* Frame1)
52 Frame0->Y = (unsigned char *)PdGetOffscreenContextPtr(channel->yplane1);
53 Frame1->Y = (unsigned char *)PdGetOffscreenContextPtr(channel->yplane2);
54 Frame0->U = (unsigned char *)PdGetOffscreenContextPtr(channel->vplane1);
55 Frame1->U = (unsigned char *)PdGetOffscreenContextPtr(channel->vplane2);
56 Frame0->V = (unsigned char *)PdGetOffscreenContextPtr(channel->uplane1);
57 Frame1->V = (unsigned char *)PdGetOffscreenContextPtr(channel->uplane2);
112 if (overlay->hwdata->channel == NULL)
114 if ((overlay->hwdata->channel = PgCreateVideoChannel(Pg_VIDEO_CHANNEL_SCALER, 0)) == NULL)
116 SDL_SetError("ph_CreateYUVOverlay(): Create channel failed: %s\n", strerror(errno))
    [all...]
  /external/srec/srec/cfront/
frontobj.c 146 front_channel *channel; local
148 channel = (front_channel *) CALLOC_CLR(1,
149 sizeof(front_channel), "cfront.channel");
150 return channel;
154 void delete_channel_object(front_channel *channel)
156 ASSERT(channel);
157 FREE((char *) channel);
162 front_channel *channel, front_wave *waveobj,
165 ASSERT(channel);
170 channel->prebuff = (fftdata *) CALLOC(freqobj->window_length + 1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 52 class Channel:
53 '''Describe the channel of a color channel.'''
132 for channel in self.channels:
133 size += channel.size
138 for channel in self.channels:
139 if channel.size:
147 for channel in self.channels[1:]:
148 if channel.size and (channel.size != ref_channel.size or channel.size % 8)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 52 class Channel:
53 '''Describe the channel of a color channel.'''
132 for channel in self.channels:
133 size += channel.size
138 for channel in self.channels:
139 if channel.size:
147 for channel in self.channels[1:]:
148 if channel.size and (channel.size != ref_channel.size or channel.size % 8)
    [all...]
  /external/chromium_org/chrome/browser/resources/help/
help.js 28 channelList_: ['dev-channel', 'beta-channel', 'stable-channel'],
37 * Name of the channel the device is currently on.
43 * Name of the channel the device is supposed to be on.
95 'stable-channel': {
99 'beta-channel': {
103 'dev-channel': {
110 var channelChanger = $('channel-changer');
126 $('change-channel').onclick = function()
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c 126 int channel, k; local
177 // here defined as |channel|.
178 for (channel = 0; channel < kNumChannels; channel++) {
179 // For each channel we model the probability with a GMM consisting of
185 gaussian = channel + k * kNumChannels;
188 tmp1_s32 = WebRtcVad_GaussianProbability(features[channel],
197 tmp1_s32 = WebRtcVad_GaussianProbability(features[channel],
231 (int32_t) (log_likelihood_ratio * kSpectrumWeight[channel]);
    [all...]
vad_sp.c 63 int channel) {
67 const int offset = (channel << 4);
72 // the |channel|.
76 assert(channel < kNumChannels);
167 if (current_median < self->mean_value[channel]) {
173 tmp32 = WEBRTC_SPL_MUL_16_16(alpha + 1, self->mean_value[channel]);
176 self->mean_value[channel] = (int16_t) (tmp32 >> 15);
178 return self->mean_value[channel];
  /external/chromium_org/jingle/glue/
channel_socket_adapter.h 32 explicit TransportChannelSocketAdapter(cricket::TransportChannel* channel);
42 // Must be called before the session and the channel are destroyed.
55 void OnNewPacket(cricket::TransportChannel* channel,
60 void OnWritableState(cricket::TransportChannel* channel);
61 void OnChannelDestroyed(cricket::TransportChannel* channel);
  /external/chromium_org/media/audio/
simple_sources.cc 43 audio_bus->channel(0)[i] = sin(2.0 * M_PI * f_ * time_state_++);
45 memcpy(audio_bus->channel(i), audio_bus->channel(0),
46 max_frames * sizeof(*audio_bus->channel(i)));
  /external/chromium_org/media/base/
audio_hash.cc 27 const float* channel = audio_bus->channel(ch); local
36 channel[i] + sin(2.0 * M_PI * M_PI * kSampleIndex);
38 audio_hash_[kHashIndex] += channel[i];
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
writeYUV420file.m 15 % Write U channel
18 % Write V channel
  /external/chromium_org/third_party/webrtc/video_engine/
vie_base_impl.h 34 virtual int RegisterCpuOveruseObserver(int channel,
36 virtual int SetCpuOveruseOptions(int channel,
38 virtual int GetCpuOveruseMetrics(int channel,
40 virtual int CpuOveruseMeasures(int channel,
  /external/chromium_org/third_party/webrtc/voice_engine/include/mock/
fake_voe_external_media.h 29 (int channel, ProcessingTypes type, VoEMediaProcess& processObject)) {
34 (int channel, ProcessingTypes type)) {
46 WEBRTC_STUB(GetAudioFrame, (int channel, int desired_sample_rate_hz,
48 WEBRTC_STUB(SetExternalMixing, (int channel, bool enable));
  /frameworks/base/wifi/java/android/net/wifi/
ScanSettings.java 34 /** channel set to scan. this can be null or empty, indicating a full scan */
48 for (WifiChannel channel : channelSet)
49 if (!channel.isValid()) return false;
64 for (WifiChannel channel : channelSet) channel.writeToParcel(out, flags);
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_grobj.h 29 struct nouveau_channel *channel; member in struct:nouveau_grobj
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_formats.h 93 /* Find the first non-VOID channel. */
95 if (desc->channel[i].type != UTIL_FORMAT_TYPE_VOID)
103 (desc->channel[i].size == 64 &&
104 desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT) ||
105 desc->channel[i].type == UTIL_FORMAT_TYPE_FIXED)
108 /* No scaled/norm formats with 32 bits per channel. */
109 if (desc->channel[i].size == 32 &&
110 (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED ||
111 desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED))
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.h 75 // Sets the mute factor for |channel| to |value|.
76 void SetMuteFactor(int16_t value, size_t channel) {
77 assert(channel < num_channels_);
78 channel_parameters_[channel].mute_factor = value;
81 // Returns the mute factor for |channel|.
82 int16_t MuteFactor(size_t channel) {
83 assert(channel < num_channels_);
84 return channel_parameters_[channel].mute_factor;
98 size_t channel,
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_base_impl.h 44 virtual int DeleteChannel(int channel);
46 virtual int StartReceive(int channel);
48 virtual int StartPlayout(int channel);
50 virtual int StartSend(int channel);
52 virtual int StopReceive(int channel);
54 virtual int StopPlayout(int channel);
56 virtual int StopSend(int channel);
152 // Initialize channel by setting Engine Information then initializing
153 // channel.
  /external/mesa3d/src/gallium/drivers/r600/
r600_formats.h 93 /* Find the first non-VOID channel. */
95 if (desc->channel[i].type != UTIL_FORMAT_TYPE_VOID)
103 (desc->channel[i].size == 64 &&
104 desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT) ||
105 desc->channel[i].type == UTIL_FORMAT_TYPE_FIXED)
108 /* No scaled/norm formats with 32 bits per channel. */
109 if (desc->channel[i].size == 32 &&
110 (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED ||
111 desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED))
  /hardware/intel/img/libdrm/shared-core/
nouveau_drm.h 34 int channel; member in struct:drm_nouveau_channel_alloc
48 int channel; member in struct:drm_nouveau_channel_free
52 int channel; member in struct:drm_nouveau_grobj_alloc
58 uint32_t channel; member in struct:drm_nouveau_notifierobj_alloc
65 int channel; member in struct:drm_nouveau_gpuobj_free
138 uint32_t channel; member in struct:drm_nouveau_gem_pushbuf
148 uint32_t channel; member in struct:drm_nouveau_gem_pushbuf_call
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 66 WS : (' '|'\n') {$channel=HIDDEN;} ;
79 WS : (' '|'\n') {$channel=HIDDEN;} ;
93 WS : (' '|'\n') {$channel=HIDDEN;} ;
107 WS : (' '|'\n') {$channel=HIDDEN;} ;
121 WS : (' '|'\n') {$channel=HIDDEN;} ;
134 WS : (' '|'\n') {$channel=HIDDEN;} ;
148 WS : (' '|'\n') {$channel=HIDDEN;} ;
163 WS : (' '|'\n') {$channel=HIDDEN;} ;
177 WS : (' '|'\n') {$channel=HIDDEN;} ;
192 WS : (' '|'\n') {$channel=HIDDEN;}
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonToken.cs 43 int channel = TokenChannels.Default; field in class:Antlr.Runtime.CommonToken
71 public CommonToken(ICharStream input, int type, int channel, int start, int stop) {
74 this.channel = channel;
81 this.channel = TokenChannels.Default;
91 channel = oldToken.Channel;
151 public int Channel {
153 return channel;
156 channel = value
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransport.h 69 virtual bool ApplyLocalTransportDescription_w(TransportChannelImpl* channel,
97 if (!channel->SetLocalIdentity(identity_)) {
103 return Base::ApplyLocalTransportDescription_w(channel, error_desc);
212 virtual void DestroyTransportChannel(TransportChannelImpl* channel) {
215 static_cast<DtlsTransportChannelWrapper*>(channel);
216 TransportChannelImpl* base_channel = dtls_channel->channel();
229 TransportChannelImpl* channel,
233 if (!channel->SetSslRole(secure_role_)) {
234 return BadTransportDescription("Failed to set ssl role for the channel.",
238 if (!channel->SetRemoteFingerprint
    [all...]
  /external/qemu/telephony/
simulator.c 24 SysChannel channel; member in struct:__anon33958
34 client_alloc( SysChannel channel )
38 client->channel = channel;
45 sys_channel_close( client->channel );
46 client->channel = NULL;
99 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
121 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
132 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client );
157 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client )
    [all...]
test2.c 40 SysChannel channel; member in struct:__anon33965
50 client_alloc( SysChannel channel )
54 client->channel = channel;
61 sys_channel_close( client->channel );
62 client->channel = NULL;
111 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
135 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
146 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client );
170 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client )
    [all...]

Completed in 2752 milliseconds

1 2 3 4 5 6 7 8 91011>>