Lines Matching full:plane1_offset
185 int plane1_offset;
467 yuvInfo.plane1_offset = ALIGN(size,8192);
480 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
482 yuvInfo.plane1_offset = aligned_width * height;
578 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset);
579 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset);