Lines Matching full:linoff
154 uint32_t linoff;
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,
357 mContext.ctx.prim_ctx.linoff = (mPosition.h - 1) * stride + (mPosition.w - 1) * 4;
359 mContext.ctx.prim_ctx.linoff = 0;
379 VLOGTRACE("type = %d, index = %d, cntr = %#x, linoff = %#x, stride = %#x,"
382 mContext.ctx.prim_ctx.linoff,