Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp264 int myStride = outputBufferWidth(); in copyImageData() local
266 memcpy(outHeader->pBuffer + i * myStride, img.data + i * mWidth, mWidth); in copyImageData()
268 int Y = myStride * outputBufferHeight(); in copyImageData()
270 …memcpy(outHeader->pBuffer + Y + i * myStride / 2 , img.data + mWidth * mHeight + i * mWidth/2, mWi… in copyImageData()
274 …memcpy(outHeader->pBuffer + Y + UV + i * myStride / 2 , img.data + mWidth * mHeight * 5/4 + i * mW… in copyImageData()