Searched refs:CHANNELS (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | lo-latency-test.c | 39 #define CHANNELS 2 macro 42 static float out[N_OUT][CHANNELS]; 77 #define WINDOW (2 * CHANNELS) 146 test_ctx.sample_spec.channels = CHANNELS, in START_TEST()
|
H A D | alsa-time-test.c | 14 #define CHANNELS 2 macro 65 samples = calloc(fillrate, CHANNELS*sizeof(uint16_t)); in main() 89 r = snd_pcm_hw_params_set_channels(pcm, hwparams, CHANNELS); in main()
|
H A D | passthrough-test.c | 34 #define CHANNELS 6 macro 217 pa_format_info_set_channels(formats[0], CHANNELS); in connect_stream()
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa.c | 67 #define MAKE_REORDER_FUNC(NAME, TYPE, CHANNELS, LAYOUT, MAP) \ 77 in += CHANNELS; \ 78 out += CHANNELS; \ 82 #define MAKE_REORDER_FUNCS(CHANNELS, LAYOUT, MAP) \ 83 MAKE_REORDER_FUNC(int8, int8_t, CHANNELS, LAYOUT, MAP) \ 84 MAKE_REORDER_FUNC(int16, int16_t, CHANNELS, LAYOUT, MAP) \ 85 MAKE_REORDER_FUNC(int32, int32_t, CHANNELS, LAYOUT, MAP) \ 86 MAKE_REORDER_FUNC(f32, float, CHANNELS, LAYOUT, MAP)
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_opcodes.py | 83 CHANNELS = immediate("channels") variable 241 op("ld_vary", (0x21, 0xBF, 8, _), srcs = 1, imms = [CHANNELS, PERSPECTIVE]) 242 op("ld_vary_flat", (0xA1, 0xBF, 8, _), srcs = 1, imms = [CHANNELS])
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_params.c | 1267 HW_PARAM(CHANNELS),
|
Completed in 8 milliseconds