Home | History | Annotate | Download | only in HAL

Lines Matching defs:plane_idx

285     uint32_t plane_idx = (index * buf_info.frame_buf_cnt);
308 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
310 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
311 plane_idx++;
315 CDBG("%s: num_buf = %d index = %d plane_idx = %d",
316 __func__, bufDef.user_buf.num_buffers, index, plane_idx);