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.c3589 size_t haptic_frame_size = bytes_per_sample * haptic_channel_count; in out_write() local
3590 size_t audio_frame_size = frame_size - haptic_frame_size; in out_write()
3591 size_t total_haptic_buffer_size = frame_count * haptic_frame_size; in out_write()
3613 audio_frame_size = haptic_frame_size = bytes_per_sample; in out_write()
3620 for (size_t j = 0; j < haptic_frame_size; j++) in out_write()
3627 src_index += haptic_frame_size; in out_write()
3639 frame_count * haptic_frame_size); in out_write()