Home | History | Annotate | Download | only in HAL

Lines Matching refs:plane_idx

327     uint32_t plane_idx = (index * buf_info.frame_buf_cnt);
350 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
352 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
353 plane_idx++;
357 LOGD("num_buf = %d index = %d plane_idx = %d",
358 bufDef.user_buf.num_buffers, index, plane_idx);