Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_a2dp_hw/test/
Daudio_a2dp_hw_test.cc127 const uint64_t time_period_ms = 20; // TODO: Must be a parameter in TEST_F() local
129 (time_period_ms * AUDIO_STREAM_OUTPUT_BUFFER_PERIODS * sample_rate * in TEST_F()
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/test/
Daudio_hearing_aid_hw_test.cc127 const uint64_t time_period_ms = 20; // TODO: Must be a parameter in TEST_F() local
129 (time_period_ms * AUDIO_STREAM_OUTPUT_BUFFER_PERIODS * sample_rate * in TEST_F()
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc1008 const uint64_t time_period_ms = 20; // Conservative 20ms in audio_ha_hw_stream_compute_buffer_size() local
1096 buffer_sz = (time_period_ms * AUDIO_STREAM_OUTPUT_BUFFER_PERIODS * in audio_ha_hw_stream_compute_buffer_size()
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc1031 const uint64_t time_period_ms = 20; // Conservative 20ms in audio_a2dp_hw_stream_compute_buffer_size() local
1113 buffer_sz = (time_period_ms * AUDIO_STREAM_OUTPUT_BUFFER_PERIODS * in audio_a2dp_hw_stream_compute_buffer_size()