Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_snd_capture.c26 #define ALSA_CAP_BUFFER_SIZE (2 * 2 * 6000) // format(S16LE) * channels(2) * period. macro
703 buffer = OsalMemCalloc(ALSA_CAP_BUFFER_SIZE); in CaptureReadImpl()