Home
last modified time | relevance | path

Searched refs:MIXER_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/generic/car/emulator/audio/driver/
Dext_pcm.h26 #define MIXER_BUFFER_SIZE (1024 * 4) macro
29 int16_t buffer[MIXER_BUFFER_SIZE];
Dext_pcm.c101 (MIXER_BUFFER_SIZE - pipeline->position) * sizeof(int16_t)); in mixer_pipeline_write()