Searched refs:bytes_per_sample (Results 1 – 3 of 3) sorted by relevance
89 int bytes_per_sample = pcm_config.bitsPerSample / 8; in startSession() local91 uint32_t data_mq_size = kBufferCount * bytes_per_sample * in startSession()100 << ", BytesPerSample: " << bytes_per_sample in startSession()
95 int bytes_per_sample = in startSession() local100 channel_mode_to_channel_count(pcm_config.channelMode) * bytes_per_sample * in startSession()108 << ", BytesPerSample: " << bytes_per_sample in startSession()
3667 size_t bytes_per_sample = audio_bytes_per_sample(out->format); in out_write() local3668 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()