Home | History | Annotate | Download | only in HAL3

Lines Matching full:planes

235     /* Plane 0 needs to be set separately. Set other planes in a loop */
236 bufDef.planes[0].length = offset.mp[0].len;
237 bufDef.planes[0].m.userptr = mMemInfo[index].fd;
238 bufDef.planes[0].data_offset = offset.mp[0].offset;
239 bufDef.planes[0].reserved[0] = 0;
241 bufDef.planes[i].length = offset.mp[i].len;
242 bufDef.planes[i].m.userptr = mMemInfo[i].fd;
243 bufDef.planes[i].data_offset = offset.mp[i].offset;
244 bufDef.planes[i].reserved[0] =
245 bufDef.planes[i-1].reserved[0] +
246 bufDef.planes[i-1].length;