Lines Matching refs:buffer_target_count
69 unsigned int buffer_target_count; member
374 if (sp->buffer_total_count == sp->buffer_target_count) return 0; in pvr2_stream_achieve_buffer_count()
379 sp,sp->buffer_total_count,sp->buffer_target_count); in pvr2_stream_achieve_buffer_count()
381 if (sp->buffer_total_count < sp->buffer_target_count) { in pvr2_stream_achieve_buffer_count()
382 return pvr2_stream_buffer_count(sp,sp->buffer_target_count); in pvr2_stream_achieve_buffer_count()
386 while ((sp->buffer_total_count - cnt) > sp->buffer_target_count) { in pvr2_stream_achieve_buffer_count()
413 if (sp->buffer_total_count != sp->buffer_target_count) { in pvr2_stream_internal_flush()
550 return sp->buffer_target_count; in pvr2_stream_get_buffer_count()
556 if (sp->buffer_target_count == cnt) return 0; in pvr2_stream_set_buffer_count()
558 sp->buffer_target_count = cnt; in pvr2_stream_set_buffer_count()
598 if (sp->buffer_total_count != sp->buffer_target_count) { in pvr2_stream_kill()