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

/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.cpp100 int dstY = mPosition.y; local
158 if (dstY < 0) {
160 dstY = -dstY;
162 mContext.ctx.cs_ctx.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff);
H A DAnnRGBPlane.cpp92 int dstX, dstY, dstW, dstH; local
103 dstY = mPosition.y;
107 checkPosition(dstX, dstY, dstW, dstH);
173 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
175 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
177 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngCursorPlane.cpp94 int dstY = mPosition.y; local
104 dstY = mModeInfo.vdisplay - dstY - cursorSize;
181 if (dstY < 0) {
183 dstY = -dstY;
185 mContext.ctx.cs_ctx.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff);
H A DTngSpritePlane.cpp41 int dstX, dstY, dstW, dstH; local
51 dstY = mPosition.y;
55 checkPosition(dstX, dstY, dstW, dstH);
100 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnCursorPlane.cpp99 int dstY = mPosition.y; local
179 if (dstY < 0) {
181 dstY = -dstY;
183 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.cpp617 uint8_t *srcY, *dstY; local
621 dstY = pDestBuffer + destImage.offsets[0];
626 memcpy(dstY, srcY, width);
628 dstY += destImage.pitches[0];

Completed in 146 milliseconds