Home
last modified time | relevance | path

Searched defs:chan (Results 76 - 100 of 263) sorted by relevance

1234567891011

/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_adc.c52 struct iio_channel *chan; member
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/
H A Drockchip_saradc.c71 static int rockchip_saradc_conversion(struct rockchip_saradc *info, struct iio_chan_spec const *chan) in rockchip_saradc_conversion() argument
91 static int rockchip_saradc_read_raw(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, int *val, int *val2, in rockchip_saradc_read_raw() argument
289 const struct iio_chan_spec *chan = &i_dev->channels[i]; in rockchip_saradc_trigger_handler() local
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp188 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); in TestTransProxyAddAuthChannel() local
216 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); TestTransProxyAddNormalChannel() local
326 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local
532 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local
693 ProxyChannelInfo chan; HWTEST_F() local
900 ProxyChannelInfo chan; HWTEST_F() local
923 ProxyChannelInfo *chan = (ProxyChannelInfo *)SoftBusCalloc(sizeof(ProxyChannelInfo)); HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le_if.c341 L2capLeFixChannel chan; member
361 int L2CIF_LeRegisterFixChannel(uint16_t cid, const L2capLeFixChannel *chan, void (*cb)(uint16_t cid, int result)) in L2CIF_LeRegisterFixChannel() argument
/third_party/ffmpeg/libavcodec/
H A Daptx.c511 int chan, subband; in ff_aptx_init() local
/third_party/ffmpeg/libavformat/
H A Ddv.c132 int size, chan, i, j, d, of, smpls, freq, quant, half_ch; in dv_extract_audio() local
/third_party/curl/lib/
H A Drtsp.c997 long chan1, chan2, chan; in rtsp_parse_transport() local
/third_party/libsnd/src/
H A Dms_adpcm.c218 { int chan, k, blockindx, sampleindx ; in msadpcm_decode_block() local
529 int chan, k, predict, bpred [2] = { 0 }, idelta [2] = { 0 }, in msadpcm_encode_block() local
825 { unsigned int chan, k, bpred, idelta_sum, best_bpred, best_idelta ; choose_predictor() local
[all...]
H A Ddouble64.c435 { int chan ; in double64_peak_update() local
H A Dwavlike.c497 { int chan, mask = 0, bit = -1, last_bit = -1 ; in wavlike_gen_channel_mask() local
H A Dima_adpcm.c262 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local
330 { int chan, k, step, diff, vpdiff, blockindx, indx ; in aiff_ima_encode_block() local
393 { int chan, k, predictor, blockindx, indx, indxstart, diff ; wavlike_ima_decode_block() local
484 { int chan, k, step, diff, vpdiff, blockindx, indx, indxstart ; wavlike_ima_encode_block() local
[all...]
H A Dfloat32.c386 { int chan ; in float32_peak_update() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c75 v3d_nir_store_output(nir_builder *b, int base, nir_ssa_def *offset, nir_ssa_def *chan) v3d_nir_store_output() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp333 unsigned chan; in update_packed_items() local
H A Dsb_bc_finalize.cpp509 sblog << "invalid fetch constant operand " << chan << " "; copy_fetch_src() local
522 sblog << "invalid fetch source operand " << chan << " "; copy_fetch_src() local
531 sblog << "invalid fetch source operand " << chan << " "; copy_fetch_src() local
616 sblog << "invalid fetch constant operand " << chan << " "; finalize_fetch() local
629 sblog << "invalid fetch source operand " << chan << " "; finalize_fetch() local
638 sblog << "invalid fetch source operand " << chan << " "; finalize_fetch() local
676 sblog << "invalid fetch dst operand " << chan << " "; finalize_fetch() local
685 sblog << "invalid fetch dst operand " << chan << " "; finalize_fetch() local
740 sblog << "invalid export constant operand " << chan << " "; finalize_cf() local
753 sblog << "invalid export source operand " << chan << " "; finalize_cf() local
762 sblog << "invalid export source operand " << chan << " "; finalize_cf() local
794 sblog << "invalid source operand " << chan << " "; finalize_cf() local
803 sblog << "invalid source operand " << chan << " "; finalize_cf() local
828 sblog << "invalid source operand " << chan << " "; finalize_cf() local
837 sblog << "invalid source operand " << chan << " "; finalize_cf() local
859 unsigned chan = v->select.chan(); translate_kcache() local
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c83 swizzled_border_color(const struct v3d_device_info *devinfo, struct pipe_sampler_state *sampler, struct v3d_sampler_view *sview, int chan) swizzled_border_color() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c131 vc4_nir_set_packed_chan(nir_builder *b, nir_ssa_def *src0, nir_ssa_def *src1, int chan) vc4_nir_set_packed_chan() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c750 nv50_draw_vbo_kick_notify(struct nouveau_pushbuf *chan) in nv50_draw_vbo_kick_notify() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c112 unsigned chan; in emit_fetch_constant() local
92 swizzle_scalar_aos(struct lp_build_tgsi_aos_context *bld, LLVMValueRef a, unsigned chan) swizzle_scalar_aos() argument
872 unsigned chan; lp_build_tgsi_aos() local
[all...]
H A Dlp_bld_format_aos.c71 unsigned chan; in lp_build_format_swizzle_aos() local
107 unsigned chan; in format_matches_type() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp52 void WriteOutInstr::override_chan(int i, int chan) in override_chan() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c48 struct nouveau_object *chan = screen->base.channel; in nve4_screen_compute_setup() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c135 unsigned int chan; in rc_variable_compute_live_intervals() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmbo.c28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
334 struct wpa_mbo_non_pref_channel *chan; in wpas_mbo_update_non_pref_chan() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmbo.c29 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
364 struct wpa_mbo_non_pref_channel *chan; in wpas_mbo_update_non_pref_chan() local
[all...]

Completed in 25 milliseconds

1234567891011