HomeSort by relevance Sort by last modified time
    Searched refs:linoff (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnRGBPlane.cpp 154 uint32_t linoff; local
182 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
184 linoff = srcY * stride + srcX * bpp;
186 // unlikely happen, but still we need make sure linoff is valid
187 if (linoff > (stride * mapper.getHeight())) {
209 mContext.ctx.sp_ctx.linoff = linoff;
222 mContext.ctx.sp_ctx.linoff = (align_to(srcW, 32) * srcH / 64) - 1;
243 VLOGTRACE("type = %d, index = %d, cntr = %#x, linoff = %#x, stride = %#x,"
246 mContext.ctx.sp_ctx.linoff,
    [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 645 uint32_t linoff; member in struct:intel_sprite_context
1135 uint32_t linoff; member in struct:intel_dc_sprite_ctx
1155 uint32_t linoff; member in struct:intel_dc_primary_ctx
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 702 uint32_t linoff; member in struct:intel_sprite_context
1220 uint32_t linoff; member in struct:intel_dc_sprite_ctx
1238 uint32_t linoff; member in struct:intel_dc_primary_ctx
    [all...]

Completed in 52 milliseconds