Searched refs:haptic_frame_size (Results 1 – 1 of 1) sorted by relevance
3677 size_t haptic_frame_size = bytes_per_sample * haptic_channel_count; in out_write() local3678 size_t audio_frame_size = frame_size - haptic_frame_size; in out_write()3679 size_t total_haptic_buffer_size = frame_count * haptic_frame_size; in out_write()3701 audio_frame_size = haptic_frame_size = bytes_per_sample; in out_write()3708 for (size_t j = 0; j < haptic_frame_size; j++) in out_write()3715 src_index += haptic_frame_size; in out_write()3727 frame_count * haptic_frame_size); in out_write()