Searched refs:signed_frames (Results 1 – 2 of 2) sorted by relevance
300 int64_t signed_frames = out->written - kernel_buffer_size + avail; in out_get_presentation_position() local301 if (signed_frames >= 0) { in out_get_presentation_position()302 *frames = signed_frames; in out_get_presentation_position()
484 int64_t signed_frames = out->written - kernel_buffer_size + avail; in out_get_presentation_position() local485 if (signed_frames >= 0) { in out_get_presentation_position()486 *frames = signed_frames; in out_get_presentation_position()