Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/third_party/pulseaudio/src/pulsecore/
Dsvolume_c.c31 static void pa_volume_u8_c(uint8_t *samples, const int32_t *volumes, unsigned channels, unsigned le… in pa_volume_u8_c()
45 static void pa_volume_alaw_c(uint8_t *samples, const int32_t *volumes, unsigned channels, unsigned … in pa_volume_alaw_c()
59 static void pa_volume_ulaw_c(uint8_t *samples, const int32_t *volumes, unsigned channels, unsigned … in pa_volume_ulaw_c()
73 static void pa_volume_s16ne_c(int16_t *samples, const int32_t *volumes, unsigned channels, unsigned… in pa_volume_s16ne_c()
89 static void pa_volume_s16re_c(int16_t *samples, const int32_t *volumes, unsigned channels, unsigned… in pa_volume_s16re_c()
105 static void pa_volume_float32ne_c(float *samples, const float *volumes, unsigned channels, unsigned… in pa_volume_float32ne_c()
118 static void pa_volume_float32re_c(float *samples, const float *volumes, unsigned channels, unsigned… in pa_volume_float32re_c()
135 static void pa_volume_s32ne_c(int32_t *samples, const int32_t *volumes, unsigned channels, unsigned… in pa_volume_s32ne_c()
153 static void pa_volume_s32re_c(int32_t *samples, const int32_t *volumes, unsigned channels, unsigned… in pa_volume_s32re_c()
171 static void pa_volume_s24ne_c(uint8_t *samples, const int32_t *volumes, unsigned channels, unsigned… in pa_volume_s24ne_c()
[all …]
Dmix.c170 static void pa_mix2_s16ne(pa_mix_info streams[], unsigned channels, int16_t *data, unsigned length)… in pa_mix2_s16ne()
217 static void pa_mix_generic_s16ne(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16… in pa_mix_generic_s16ne()
243 static void pa_mix_s16ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *da… in pa_mix_s16ne_c()
256 static void pa_mix_s16re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *da… in pa_mix_s16re_c()
282 static void pa_mix_s32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int32_t *da… in pa_mix_s32ne_c()
312 static void pa_mix_s32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int32_t *da… in pa_mix_s32re_c()
342 static void pa_mix_s24ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *da… in pa_mix_s24ne_c()
370 static void pa_mix_s24re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *da… in pa_mix_s24re_c()
398 static void pa_mix_s24_32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint32_t… in pa_mix_s24_32ne_c()
428 static void pa_mix_s24_32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint32_t… in pa_mix_s24_32re_c()
[all …]
Dsvolume_mmx.c93 static void pa_volume_s16ne_mmx(int16_t *samples, const int32_t *volumes, unsigned channels, unsign… in pa_volume_s16ne_mmx()
162 static void pa_volume_s16re_mmx(int16_t *samples, const int32_t *volumes, unsigned channels, unsign… in pa_volume_s16re_mmx()
Dsvolume_sse.c76 static void pa_volume_s16ne_sse2(int16_t *samples, const int32_t *volumes, unsigned channels, unsig… in pa_volume_s16ne_sse2()
160 static void pa_volume_s16re_sse2(int16_t *samples, const int32_t *volumes, unsigned channels, unsig… in pa_volume_s16re_sse2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_data.json8 "channels": "a", string
19 "channels": "rgba", string
33 "channels": "rgba", string
47 "channels": "rgba", string
61 "channels": "rgba", string
76 "channels": "rgba", string
91 "channels": "rgba", string
105 "channels": "bgra", string
119 "channels": "bgra", string
133 "channels": "bgra", string
[all …]
/third_party/node/deps/npm/node_modules/color-convert/
Dconversions.js15 rgb: {channels: 3, labels: 'rgb'}, property
16 hsl: {channels: 3, labels: 'hsl'}, property
17 hsv: {channels: 3, labels: 'hsv'}, property
18 hwb: {channels: 3, labels: 'hwb'}, property
19 cmyk: {channels: 4, labels: 'cmyk'}, property
20 xyz: {channels: 3, labels: 'xyz'}, property
21 lab: {channels: 3, labels: 'lab'}, property
22 lch: {channels: 3, labels: 'lch'}, property
23 hex: {channels: 1, labels: ['hex']}, property
24 keyword: {channels: 1, labels: ['keyword']}, property
[all …]
/third_party/alsa-lib/test/
Dchmap.c52 static int setup_pcm(snd_pcm_t *pcm, int format, int channels, int rate) in setup_pcm()
87 static int get_chmap(snd_pcm_t *pcm, int format, int channels, int rate) in get_chmap()
104 static int set_chmap(snd_pcm_t *pcm, int format, int channels, int rate, in set_chmap()
157 int channels = 0; in main() local
/third_party/mesa3d/src/util/format/
Du_format_pack.py74 def generate_bitfields(channels, swizzles): argument
93 def generate_full_fields(channels, swizzles): argument
442 def unpack_from_bitmask(channels, swizzles): argument
496 def unpack_from_struct(channels, swizzles): argument
538 def pack_into_bitmask(channels, swizzles): argument
572 def pack_into_struct(channels, swizzles): argument
Du_format_table.py146 def do_channel_array(channels, swizzles): argument
160 def do_swizzle_array(channels, swizzles): argument
/third_party/alsa-utils/alsamixer/
Dmixer_widget.c305 static void change_volume_to_percent(struct control *control, int value, unsigned int channels) in change_volume_to_percent()
330 static void change_volume_relative(struct control *control, int delta, unsigned int channels) in change_volume_relative()
361 static void change_control_to_percent(int value, unsigned int channels) in change_control_to_percent()
375 static void change_control_relative(int delta, unsigned int channels) in change_control_relative()
389 static void toggle_switches(unsigned int type, unsigned int channels) in toggle_switches()
434 static void toggle_mute(unsigned int channels) in toggle_mute()
439 static void toggle_capture(unsigned int channels) in toggle_capture()
473 unsigned int channels = LEFT | RIGHT; in on_mouse_key() local
/third_party/alsa-utils/bat/
Dconvert.c60 void convert_float_to_uint8(float *val, void *buf, int samples, int channels) in convert_float_to_uint8()
72 void convert_float_to_int16(float *val, void *buf, int samples, int channels) in convert_float_to_int16()
84 void convert_float_to_int24(float *val, void *buf, int samples, int channels) in convert_float_to_int24()
104 void convert_float_to_int32(float *val, void *buf, int samples, int channels) in convert_float_to_int32()
/third_party/libsnd/tests/
Dlossy_comp_test.c649 lcomp_test_short (const char *filename, int filetype, int channels, double margin) in lcomp_test_short()
836 lcomp_test_int (const char *filename, int filetype, int channels, double margin) in lcomp_test_int()
1034 lcomp_test_float (const char *filename, int filetype, int channels, double margin) in lcomp_test_float()
1229 lcomp_test_double (const char *filename, int filetype, int channels, double margin) in lcomp_test_double()
1425 sdlcomp_test_short (const char *filename, int filetype, int channels, double margin) in sdlcomp_test_short()
1645 sdlcomp_test_int (const char *filename, int filetype, int channels, double margin) in sdlcomp_test_int()
1869 sdlcomp_test_float (const char *filename, int filetype, int channels, double margin) in sdlcomp_test_float()
2116 sdlcomp_test_double (const char *filename, int filetype, int channels, double margin) in sdlcomp_test_double()
2360 read_raw_test (const char *filename, int filetype, int channels) in read_raw_test()
2447 gen_signal_double (double *data, double scale, int channels, int datalen) in gen_signal_double()
/third_party/ffmpeg/libavcodec/
Dmetasound.c68 int channels = tctx->avctx->ch_layout.nb_channels; in decode_ppc() local
127 int channels = tctx->avctx->ch_layout.nb_channels; in dec_bark_env() local
172 int channels = tctx->avctx->ch_layout.nb_channels; in metasound_read_bitstream() local
249 int channels; member
281 int channels; in metasound_decode_init() local
Dvmdaudio.c75 int channels = avctx->ch_layout.nb_channels; in vmdaudio_decode_init() local
107 int channels) in decode_audio_s16()
146 int channels = avctx->ch_layout.nb_channels; in vmdaudio_decode_frame() local
Dmpc.c39 static void mpc_synth(MPCContext *c, int16_t **out, int channels) in mpc_synth()
56 int channels) in ff_mpc_dequantize_and_synth()
/third_party/ffmpeg/libswresample/aarch64/
Daudio_convert_init.c42 int channels; in conv_fltp_to_s16_nch_neon() local
51 int channels) in swri_audio_convert_init_aarch64()
/third_party/ffmpeg/libswresample/arm/
Daudio_convert_init.c42 int channels; in conv_fltp_to_s16_nch_neon() local
51 int channels) in swri_audio_convert_init_arm()
/third_party/ffmpeg/libavfilter/
Daf_acontrast.c46 int nb_samples, int channels, in filter_flt()
66 int nb_samples, int channels, in filter_dbl()
86 int nb_samples, int channels, in filter_fltp()
104 int nb_samples, int channels, in filter_dblp()
Dframepool.c40 int channels; member
115 int channels, in ff_frame_pool_audio_init()
172 int *channels, in ff_frame_pool_get_audio_config()
/third_party/ffmpeg/libavresample/
Daudio_data.c51 int ff_sample_fmt_is_planar(enum AVSampleFormat sample_fmt, int channels) in ff_sample_fmt_is_planar()
59 int ff_audio_data_set_channels(AudioData *a, int channels) in ff_audio_data_set_channels()
74 int channels, int nb_samples, in ff_audio_data_init()
119 AudioData *ff_audio_data_alloc(int channels, int nb_samples, in ff_audio_data_alloc()
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_init_arm.c44 #define DECLARE_PACK(order,channels,shift) \ argument
46 #define ENUMERATE_PACK(order,channels,shift) \ argument
48 #define PACK_CHANNELS(macro,order,channels) \ argument
/third_party/alsa-lib/src/pcm/
Dpcm_simple.c50 unsigned int channels, in set_hw_params()
159 unsigned int channels, in snd_spcm_init()
212 unsigned int channels, in snd_spcm_init_duplex()
/third_party/libsnd/programs/
Dsndfile-concat.c136 concat_data_fp (SNDFILE *wfile, SNDFILE *rofile, int channels) in concat_data_fp()
154 concat_data_int (SNDFILE *wfile, SNDFILE *rofile, int channels) in concat_data_int()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c939 _channels_init(_channels *channels) in _channels_init()
956 _channels_next_id(_channels *channels) // needs lock in _channels_next_id()
970 _channels_lookup(_channels *channels, int64_t id, PyThread_type_lock *pmutex) in _channels_lookup()
1002 _channels_add(_channels *channels, _PyChannelState *chan) in _channels_add()
1033 _channels_close(_channels *channels, int64_t cid, _PyChannelState **pchan, in _channels_close()
1094 _channels_remove_ref(_channels *channels, _channelref *ref, _channelref *prev, in _channels_remove_ref()
1112 _channels_remove(_channels *channels, int64_t id, _PyChannelState **pchan) in _channels_remove()
1137 _channels_add_id_object(_channels *channels, int64_t id) in _channels_add_id_object()
1156 _channels_drop_id_object(_channels *channels, int64_t id) in _channels_drop_id_object()
1182 _channels_list_all(_channels *channels, int64_t *count) in _channels_list_all()
[all …]
/third_party/ffmpeg/libswresample/
Dswresample_frame.c172 int channels; in available_samples() local
175 channels = av_get_channel_layout_nb_channels(out->channel_layout); in available_samples() local

12345678910>>...21