Home | History | Annotate | Download | only in HAL

Lines Matching full:plane_idx

321     uint32_t plane_idx = (index * buf_info.frame_buf_cnt);
344 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
346 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
347 plane_idx++;
351 LOGD("num_buf = %d index = %d plane_idx = %d",
352 bufDef.user_buf.num_buffers, index, plane_idx);