Home | History | Annotate | Download | only in HAL

Lines Matching refs:planes_buf

284     bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
289 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
290 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
291 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
292 bufDef.planes_buf.planes[0].reserved[0] = 0;
293 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
294 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
295 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
296 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
297 bufDef.planes_buf.planes[i].reserved[0] =
298 bufDef.planes_buf.planes[i-1].reserved[0] +
299 bufDef.planes_buf.planes[i-1].length;