Home | History | Annotate | Download | only in src

Lines Matching refs:old_buffer_count

12299     uint32_t old_buffer_count;
12331 old_buffer_count = drv_ctx.op_buf.actualcount;
12333 new_buffer_count = old_buffer_count > new_buffer_count ? old_buffer_count : new_buffer_count;
12338 have_size = old_buffer_size * old_buffer_count;