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

  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp 95 uint32_t linoff; local
123 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
125 linoff = srcY * stride + srcX * bpp;
127 // unlikely happen, but still we need make sure linoff is valid
128 if (linoff > (stride * mapper.getHeight())) {
150 mContext.ctx.sp_ctx.linoff = linoff;
163 mContext.ctx.sp_ctx.linoff = (align_to(srcW, 32) * srcH / 64) - 1;
185 VTRACE("type = %d, index = %d, cntr = %#x, linoff = %#x, stride = %#x,"
188 mContext.ctx.sp_ctx.linoff,
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngSpritePlane.cpp 44 uint32_t linoff; local
68 linoff = (mapper.getCrop().h + srcY - 1) * stride + (srcX + mapper.getCrop().w - 1) * bpp;
70 linoff = srcY * stride + srcX * bpp;
81 // unlikely happen, but still we need make sure linoff is valid
82 if (linoff > (stride * mapper.getHeight())) {
97 mContext.ctx.sp_ctx.linoff = linoff;
109 VTRACE("cntr = %#x, linoff = %#x, stride = %#x,"
112 mContext.ctx.sp_ctx.linoff,
TngPrimaryPlane.cpp 60 mContext.ctx.prim_ctx.linoff = (mPosition.h - 1) * mContext.ctx.prim_ctx.stride + (mPosition.w - 1)* 4;
62 mContext.ctx.prim_ctx.linoff = 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/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...]
  /toolchain/binutils/binutils-2.27/bfd/
xcofflink.c 1406 bfd_signed_vma linoff; local
4597 bfd_signed_vma linoff; local
    [all...]

Completed in 205 milliseconds