Home
last modified time | relevance | path

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

/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c166 #define AUDIO_CAPTURE_CHANNEL_COUNT 2 macro
170 .channels = AUDIO_CAPTURE_CHANNEL_COUNT,
283 int16_t data[AUDIO_CAPTURE_PERIOD_SIZE * AUDIO_CAPTURE_CHANNEL_COUNT * sizeof(int16_t)]; in effects_capture_thread_loop()