Home
last modified time | relevance | path

Searched defs:PERIOD_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Daudio_streams.rs823 const PERIOD_SIZE: usize = 8192; in audio_buffer_copy_from() constant
841 const PERIOD_SIZE: usize = 8192; in audio_buffer_copy_from_repeat() constant
859 const PERIOD_SIZE: usize = 8192; in audio_buffer_copy_to() constant
877 const PERIOD_SIZE: usize = 8192; in audio_buffer_copy_to_sink() constant
894 const PERIOD_SIZE: usize = 8192; in io_copy_audio_buffer() constant
/aosp_15_r20/device/linaro/poplar/audio/
Daudio_hw.c53 #define PERIOD_SIZE (CODEC_BASE_FRAME_COUNT * PERIOD_MULTIPLIER) macro
/aosp_15_r20/device/linaro/hikey/audio/
Daudio_hw.c54 #define PERIOD_SIZE (CODEC_BASE_FRAME_COUNT * PERIOD_MULTIPLIER) macro