HomeSort by relevance Sort by last modified time
    Searched refs:chan (Results 176 - 200 of 277) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_ubo_reference.cpp 281 ir_rvalue *chan = new(mem_ctx) ir_constant((int)i); local
284 chan);
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 157 int chan = sel & 3; local
173 O << "." << chans[chan];
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 425 unsigned chan);
431 unsigned chan);
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 281 ir_rvalue *chan = new(mem_ctx) ir_constant((int)i); local
284 chan);
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 297 p2p->cfg->pref_chan[0].chan);
306 p2p->cfg->pref_chan[i].chan);
p2p_build.c 116 struct p2p_channels *chan)
126 for (i = 0; i < chan->reg_classes; i++) {
127 struct p2p_reg_class *c = &chan->reg_class[i];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 161 rc_register_file file, unsigned int index, unsigned int chan)
171 return &s->Temporary[index].Values[chan];
950 /* Move the swizzles into the first chan */
1146 rc_register_file file, unsigned int index, unsigned int chan)
1149 struct reg_value ** v = get_reg_valuep(s, file, index, chan);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 161 rc_register_file file, unsigned int index, unsigned int chan)
171 return &s->Temporary[index].Values[chan];
950 /* Move the swizzles into the first chan */
1146 rc_register_file file, unsigned int index, unsigned int chan)
1149 struct reg_value ** v = get_reg_valuep(s, file, index, chan);
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 388 jclass clazz, jint chan, jboolean mute)
393 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, chan, mute);
400 jclass clazz, jint chan, jboolean solo)
405 result = (*muteSoloItf)->SetChannelSolo(muteSoloItf, chan, solo);
  /external/aac/libSBRenc/src/
ton_corr.cpp 629 INT chan) /*!< Channel index, needed for mem allocation */
632 FIXP_DBL* quotaMatrix = GetRam_Sbr_quotaMatrix(chan);
633 INT* signMatrix = GetRam_Sbr_signMatrix(chan);
642 FDKsbrEnc_CreateSbrMissingHarmonicsDetector (&hTonCorr->sbrMissingHarmonicsDetector, chan);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4.cpp 733 int chan = BRW_GET_SWZ(inst->src[0].swizzle, i); local
742 if (chan != i)
745 if (!chans_needed[chan]) {
746 chans_needed[chan] = true;
  /external/kernel-headers/original/linux/
if_pppox.h 198 struct ppp_channel chan; member in struct:pppox_sock
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 733 int chan = BRW_GET_SWZ(inst->src[0].swizzle, i); local
742 if (chan != i)
745 if (!chans_needed[chan]) {
746 chans_needed[chan] = true;
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 128 int ieee80211_channel_to_frequency(int chan);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 185 struct snd_midi_channel *chan; /* Midi channel for this note */ member in struct:snd_emux_voice
opl3.h 260 struct snd_midi_channel *chan; /* Midi channel for this note */ member in struct:snd_opl3_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 185 struct snd_midi_channel *chan; /* Midi channel for this note */ member in struct:snd_emux_voice
opl3.h 260 struct snd_midi_channel *chan; /* Midi channel for this note */ member in struct:snd_opl3_voice
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 223 bool SendData(cricket::SctpDataMediaChannel* chan, uint32 ssrc,
228 return chan->SendData(params, talk_base::Buffer(msg.data(), msg.length()), result);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
474 * Convert ctl chan and bw to chanspec
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 99 MockSocketChannel chan = new MockSocketChannel( local
101 assertTrue(chan.isConstructorCalled);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 500 if (dec->chan)
501 nouveau_object_del(&dec->chan);
538 &nv04_data, sizeof(nv04_data), &dec->chan);
544 ret = nouveau_pushbuf_new(dec->client, dec->chan, 2, 4096, 1, &dec->push);
556 ret = nouveau_object_new(dec->chan, 0xbeef8274, NV84_MPEG_CLASS, NULL, 0,
559 ret = nouveau_object_new(dec->chan, 0xbeef3174, NV31_MPEG_CLASS, NULL, 0,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_screen.c 595 struct nouveau_object *chan; local
623 chan = screen->base.channel;
648 ret = nouveau_object_new(chan, 0xbeef0301, NOUVEAU_NOTIFIER_CLASS,
656 ret = nouveau_object_new(chan, 0xbeef5039, NV50_M2MF_CLASS,
663 ret = nouveau_object_new(chan, 0xbeef502d, NV50_2D_CLASS,
699 ret = nouveau_object_new(chan, 0xbeef5097, tesla_class,
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 173 int chan = alGenSources(); local
177 channelList.add(chan);
932 int chan = src.getChannel(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 500 if (dec->chan)
501 nouveau_object_del(&dec->chan);
538 &nv04_data, sizeof(nv04_data), &dec->chan);
544 ret = nouveau_pushbuf_new(dec->client, dec->chan, 2, 4096, 1, &dec->push);
556 ret = nouveau_object_new(dec->chan, 0xbeef8274, NV84_MPEG_CLASS, NULL, 0,
559 ret = nouveau_object_new(dec->chan, 0xbeef3174, NV31_MPEG_CLASS, NULL, 0,

Completed in 648 milliseconds

1 2 3 4 5 6 78 91011>>