Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c3588 size_t haptic_frame_size = bytes_per_sample * haptic_channel_count; in out_write() local
3589 size_t audio_frame_size = frame_size - haptic_frame_size; in out_write()
3590 size_t total_haptic_buffer_size = frame_count * haptic_frame_size; in out_write()
3612 audio_frame_size = haptic_frame_size = bytes_per_sample; in out_write()
3619 for (size_t j = 0; j < haptic_frame_size; j++) in out_write()
3626 src_index += haptic_frame_size; in out_write()
3638 frame_count * haptic_frame_size); in out_write()