Searched refs:buffer_target_count (Results 1 – 1 of 1) sorted by relevance
65 unsigned int buffer_target_count; member365 if (sp->buffer_total_count == sp->buffer_target_count) return 0; in pvr2_stream_achieve_buffer_count()369 sp, sp->buffer_total_count, sp->buffer_target_count); in pvr2_stream_achieve_buffer_count()371 if (sp->buffer_total_count < sp->buffer_target_count) { in pvr2_stream_achieve_buffer_count()372 return pvr2_stream_buffer_count(sp, sp->buffer_target_count); in pvr2_stream_achieve_buffer_count()376 while ((sp->buffer_total_count - cnt) > sp->buffer_target_count) { in pvr2_stream_achieve_buffer_count()403 if (sp->buffer_total_count != sp->buffer_target_count) { in pvr2_stream_internal_flush()541 return sp->buffer_target_count; in pvr2_stream_get_buffer_count()547 if (sp->buffer_target_count == cnt) return 0; in pvr2_stream_set_buffer_count()550 sp->buffer_target_count = cnt; in pvr2_stream_set_buffer_count()[all …]