Home
last modified time | relevance | path

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

/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1529 size_t max_buffer_period_size_frames = 0; in audio_config_compare() local
1534 if (rsxadev->routes[i].config.buffer_period_size_frames > max_buffer_period_size_frames) in audio_config_compare()
1536 max_buffer_period_size_frames = rsxadev->routes[i].config.buffer_period_size_frames; in audio_config_compare()
1541 const size_t buffer_size = max_buffer_period_size_frames * frame_size_in_bytes; in audio_config_compare()
1543 buffer_size, max_buffer_period_size_frames); in audio_config_compare()