Home | History | Annotate | Download | only in libcopybit

Lines Matching full:plane1_offset

183     int plane1_offset;
456 yuvInfo.plane1_offset = ALIGN(size,8192);
469 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
471 yuvInfo.plane1_offset = aligned_width * height;
567 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset);
568 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset);