Home
last modified time | relevance | path

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

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