Searched refs:dstY (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnCursorPlane.cpp99 int dstY = mPosition.y; local
183 if (dstY < 0) {
185 dstY = -dstY;
187 mContext.ctx.cs_ctx.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff);
H A DAnnRGBPlane.cpp151 int dstX, dstY, dstW, dstH; local
162 dstY = mPosition.y;
166 checkPosition(dstX, dstY, dstW, dstH);
231 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
233 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
235 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp629 uint8_t *srcY, *dstY; local
634 dstY = pDestBuffer + destImage.offsets[0];
639 memcpy(dstY, srcY, width);
641 dstY += destImage.pitches[0];

Completed in 749 milliseconds