Home | History | Annotate | Download | only in iowatcher

Lines Matching defs:batch_count

1104 	int batch_count;
1115 batch_count = cols / total_frames;
1117 if (batch_count == 0)
1118 batch_count = 1;
1168 while (i < cols && batch_i < batch_count) {