HomeSort by relevance Sort by last modified time
    Searched refs:chan (Results 201 - 225 of 328) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 2203 u16 chan = WPA_GET_BE16(attr->ap_channel); local
2480 u16 chan = WPA_GET_BE16(attr.ap_channel); local
    [all...]
p2p_supplicant.c 6552 struct p2p_channels chan, cli_chan; local
7823 u8 curr_chan, cand, chan; local
    [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...]
mh_det.cpp     [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/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/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 97 MockSocketChannel chan = new MockSocketChannel( local
99 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/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,
  /external/mesa3d/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/aac/libSBRdec/src/
sbr_dec.cpp 733 int chan) /*!< Channel for which to assign buffers etc. */
752 chan,
780 hs->pSynQmfStates = GetRam_sbr_QmfStatesSynthesis(chan);
818 chan,
827 hs->pSbrOverlapBuffer = GetRam_sbr_OverlapBuffer(chan);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_screen.c 404 struct nouveau_object *chan; local
430 chan = screen->base.channel;
467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0,
479 ret = nouveau_object_new(chan, 0xbeef902d, NVC0_2D_CLASS, NULL, 0,
522 ret = nouveau_object_new(chan, 0xbeef003d, obj_class, NULL, 0,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 404 struct nouveau_object *chan; local
430 chan = screen->base.channel;
467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0,
479 ret = nouveau_object_new(chan, 0xbeef902d, NVC0_2D_CLASS, NULL, 0,
522 ret = nouveau_object_new(chan, 0xbeef003d, obj_class, NULL, 0,
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 612 void p2p_channels_remove_freqs(struct p2p_channels *chan,
617 const struct p2p_channels *chan);
675 struct p2p_channels *chan);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 291 bool SendData(cricket::SctpDataMediaChannel* chan, uint32 ssrc,
297 return chan->SendData(params, talk_base::Buffer(
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 277 int chan = sel & 3; local
293 O << "." << chans[chan];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 87 int getSwizzle(int chan) const
89 return tgsi_util_get_src_register_swizzle(&reg, chan);
92 nv50_ir::Modifier getMod(int chan) const;
141 bool isMasked(int chan) const { return !(getMask() & (1 << chan)); }
287 nv50_ir::Modifier Instruction::SrcRegister::getMod(int chan) const
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 87 int getSwizzle(int chan) const
89 return tgsi_util_get_src_register_swizzle(&reg, chan);
92 nv50_ir::Modifier getMod(int chan) const;
141 bool isMasked(int chan) const { return !(getMask() & (1 << chan)); }
287 nv50_ir::Modifier Instruction::SrcRegister::getMod(int chan) const
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 6674 struct hostapd_channel_data *chan = &mode->channels[c]; local
6687 struct hostapd_channel_data *chan = &mode->channels[c]; local
6708 struct hostapd_channel_data *chan = &mode->channels[c]; local
6764 struct hostapd_channel_data *chan = &mode->channels[c]; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 152 } chan[3]; member in struct:mace_audio
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_context.c 82 struct nv04_fifo *fifo = hw->chan->data;
  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 830 int chan = get_mono_channel(&st->layout, s, -1); local
832 pcm, st->layout.nb_channels, chan, frame_size);
837 bandLogE[i] = bandSMR[21*chan+i];
839 c1 = chan;
    [all...]

Completed in 2832 milliseconds

1 2 3 4 5 6 7 891011>>