Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/aidl/default/
DHfpSoftwareAudioProvider.cpp89 int bytes_per_sample = pcm_config.bitsPerSample / 8; in startSession() local
91 uint32_t data_mq_size = kBufferCount * bytes_per_sample * in startSession()
100 << ", BytesPerSample: " << bytes_per_sample in startSession()
DLeAudioSoftwareAudioProvider.cpp95 int bytes_per_sample = in startSession() local
100 channel_mode_to_channel_count(pcm_config.channelMode) * bytes_per_sample * in startSession()
108 << ", BytesPerSample: " << bytes_per_sample in startSession()
/hardware/qcom/audio/hal/
Daudio_hw.c3667 size_t bytes_per_sample = audio_bytes_per_sample(out->format); in out_write() local
3668 size_t frame_size = channel_count * bytes_per_sample; in out_write()
3677 size_t haptic_frame_size = bytes_per_sample * haptic_channel_count; in out_write()
3701 audio_frame_size = haptic_frame_size = bytes_per_sample; in out_write()