Home | History | Annotate | Download | only in drm_gralloc

Lines Matching refs:pitches

197 		uint32_t *pitches, uint32_t *offsets, uint32_t *handles)
206 memset(pitches, 0, 4 * sizeof(uint32_t));
210 pitches[0] = ib->base.handle->stride;
217 pitches[2] = pitches[0]/2;
218 pitches[1] = pitches[0]/2;
222 pitches[0] * ib->base.handle->height;
224 pitches[2] * ib->base.handle->height/2;
232 pitches[1] = pitches[0];
234 pitches[0] * ib->base.handle->height;