Home | History | Annotate | Download | only in HAL

Lines Matching full:planes

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