Home | History | Annotate | Download | only in HAL

Lines Matching defs:plane_idx

261     uint32_t plane_idx = (index * buf_info.frame_buf_cnt);
284 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
286 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
287 plane_idx++;
291 CDBG("%s: num_buf = %d index = %d plane_idx = %d",
292 __func__, bufDef.user_buf.num_buffers, index, plane_idx);