Home | History | Annotate | Download | only in HAL3

Lines Matching full:planes

241     /* Plane 0 needs to be set separately. Set other planes in a loop */
242 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
243 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
244 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
245 bufDef.planes_buf.planes[0].reserved[0] = 0;
247 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
248 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
249 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
250 bufDef.planes_buf.planes[i].reserved[0] =
251 bufDef.planes_buf.planes[i-1].reserved[0] +
252 bufDef.planes_buf.planes[i-1].length;