Lines Matching full:planes
236 /* Plane 0 needs to be set separately. Set other planes in a loop */
237 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
238 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
239 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
240 bufDef.planes_buf.planes[0].reserved[0] = 0;
242 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
243 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
244 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
245 bufDef.planes_buf.planes[i].reserved[0] =
246 bufDef.planes_buf.planes[i-1].reserved[0] +
247 bufDef.planes_buf.planes[i-1].length;