Home
last modified time | relevance | path

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

/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp668 const size_t buffer_size_bytes = buffer_size_frames * stream_frame_size; in audio_config_compare() local
670 buffer_size_bytes, buffer_size_frames); in audio_config_compare()
671 return buffer_size_bytes; in audio_config_compare()
1028 const size_t buffer_size_bytes = buffer_size_frames * stream_frame_size; in audio_config_compare() local
1029 SUBMIX_ALOGV("in_get_buffer_size() returns %zu bytes, %zu frames", buffer_size_bytes, in audio_config_compare()
1031 return buffer_size_bytes; in audio_config_compare()