Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.c3323 int64_t signed_frames = out->written - kernel_buffer_size + avail; in out_get_presentation_position() local
3326 signed_frames -= in out_get_presentation_position()
3330 if (signed_frames >= 0) { in out_get_presentation_position()
3331 *frames = signed_frames; in out_get_presentation_position()