/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jackdbus-detect.c | 109 uint32_t channels; member 316 uint32_t channels = 0; pa__init() local [all...] |
H A D | module-jack-sink.c | 82 unsigned channels; member 302 uint32_t channels = 0; in pa__init() local [all...] |
H A D | module-jack-source.c | 72 unsigned channels; member 250 uint32_t channels = 0; in pa__init() local [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | scal.c | 63 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 D | sample-util.c | 124 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 D | mix.c | 170 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 D | modargs.c | 409 uint32_t channels; in pa_modargs_get_sample_spec() local [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 259 uint8_t channels; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_format_utils.h | 63 NSUInteger channels = 0; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BootAnimationTest.cpp | 37 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 D | pnm2png.c | 185 int channels = 0; in pnm2png() local [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pnginfo.h | 75 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */ member
|
/third_party/toybox/toys/posix/ |
H A D | file.c | 332 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 D | module-virtual-source.c | 75 unsigned channels; member [all...] |
H A D | module-virtual-sink.c | 68 unsigned channels; member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSwizzleTests.cpp | 257 } channels[] = in init() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_go_neg.c | 41 u8 channels; in p2p_peer_channels_check() local [all...] |
H A D | p2p_invitation.c | 186 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 D | p2p_utils.c | 254 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 D | p2p_invitation.c | 193 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 D | p2p_utils.c | 257 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 D | op_classes.c | 327 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 D | cdn-dp-core.h | 27 int channels; member
|
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/ |
H A D | rockchip_saradc.c | 41 const struct iio_chan_spec *channels; member [all...] |
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | wakeup_intell_voice_engine_napi.cpp | 602 int32_t channels = 0; in StartCapturer() member in OHOS::IntellVoiceNapi::StartCapturerContext
|