Home
last modified time | relevance | path

Searched defs:channels (Results 301 - 325 of 628) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jackdbus-detect.c109 uint32_t channels; member
316 uint32_t channels = 0; pa__init() local
[all...]
H A Dmodule-jack-sink.c82 unsigned channels; member
302 uint32_t channels = 0; in pa__init() local
[all...]
H A Dmodule-jack-source.c72 unsigned channels; member
250 uint32_t channels = 0; in pa__init() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c63 int channels; member
85 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size) in speex_decorrelate_new() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.c124 void pa_interleave(const void *src[], unsigned channels, void *dst, size_t ss, unsigned n) { in pa_interleave() argument
152 void pa_deinterleave(const void *src, void *dst[], unsigned channels, size_t ss, unsigned n) { in pa_deinterleave() argument
H A Dmix.c170 static void pa_mix2_s16ne(pa_mix_info streams[], unsigned channels, int16_t *data, unsigned length) { in pa_mix2_s16ne() argument
217 static void pa_mix_generic_s16ne(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *data, unsigned length) { in pa_mix_generic_s16ne() argument
243 pa_mix_s16ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *data, unsigned length) pa_mix_s16ne_c() argument
256 pa_mix_s16re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *data, unsigned length) pa_mix_s16re_c() argument
282 pa_mix_s32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int32_t *data, unsigned length) pa_mix_s32ne_c() argument
312 pa_mix_s32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int32_t *data, unsigned length) pa_mix_s32re_c() argument
342 pa_mix_s24ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_s24ne_c() argument
370 pa_mix_s24re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_s24re_c() argument
398 pa_mix_s24_32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint32_t *data, unsigned length) pa_mix_s24_32ne_c() argument
428 pa_mix_s24_32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint32_t *data, unsigned length) pa_mix_s24_32re_c() argument
458 pa_mix_u8_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_u8_c() argument
487 pa_mix_ulaw_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_ulaw_c() argument
513 pa_mix_alaw_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_alaw_c() argument
539 pa_mix_float32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, float *data, unsigned length) pa_mix_float32ne_c() argument
567 pa_mix_float32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, float *data, unsigned length) pa_mix_float32re_c() argument
[all...]
H A Dmodargs.c409 uint32_t channels; in pa_modargs_get_sample_spec() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dsample.h259 uint8_t channels; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_format_utils.h63 NSUInteger channels = 0; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DBootAnimationTest.cpp37 initTextureWithData(GLuint *texture, const void *data, GLint width, GLint height, unsigned int channels) initTextureWithData() argument
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpnm2png.c185 int channels = 0; in pnm2png() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpnginfo.h75 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */ member
/third_party/toybox/toys/posix/
H A Dfile.c332 int channels = le ? peek_le(s+22,2) : peek_be(s+22,2); in do_regular_file() local
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c75 unsigned channels; member
[all...]
H A Dmodule-virtual-sink.c68 unsigned channels; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp257 } channels[] = in init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_go_neg.c41 u8 channels; in p2p_peer_channels_check() local
[all...]
H A Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
108 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) p2p_build_invitation_resp() argument
436 struct p2p_channels intersection, *channels = NULL; p2p_process_invitation_resp() local
[all...]
H A Dp2p_utils.c254 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) p2p_channels_includes() argument
271 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) p2p_channels_includes_freq() argument
320 p2p_get_pref_freq(struct p2p_data *p2p, const struct p2p_channels *channels) p2p_get_pref_freq() argument
374 p2p_channel_pick_random(const u8 *channels, unsigned int num_channels) p2p_channel_pick_random() argument
459 p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, unsigned int max_len) p2p_channels_to_freqs() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_invitation.c193 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
115 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) p2p_build_invitation_resp() argument
488 struct p2p_channels intersection, *channels = NULL; p2p_process_invitation_resp() local
[all...]
H A Dp2p_utils.c257 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) p2p_channels_includes() argument
274 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) p2p_channels_includes_freq() argument
338 p2p_get_pref_freq(struct p2p_data *p2p, const struct p2p_channels *channels) p2p_get_pref_freq() argument
392 p2p_channel_pick_random(const u8 *channels, unsigned int num_channels) p2p_channel_pick_random() argument
477 p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, unsigned int max_len) p2p_channels_to_freqs() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dop_classes.c327 u8 channels[] = { 42, 58, 106, 122, 138, 155, 171 }; wpas_op_class_supported() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h27 int channels; member
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/
H A Drockchip_saradc.c41 const struct iio_chan_spec *channels; member
[all...]
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dwakeup_intell_voice_engine_napi.cpp602 int32_t channels = 0; in StartCapturer() member in OHOS::IntellVoiceNapi::StartCapturerContext

Completed in 19 milliseconds

1...<<11121314151617181920>>...26