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.cpp254 int myStride = outputBufferWidth(); in copyImageData() local
256 memcpy(outHeader->pBuffer + i * myStride, img.data + i * mWidth, mWidth); in copyImageData()
258 int Y = myStride * outputBufferHeight(); in copyImageData()
260 …memcpy(outHeader->pBuffer + Y + i * myStride / 2 , img.data + mWidth * mHeight + i * mWidth/2, mWi… in copyImageData()
264 …memcpy(outHeader->pBuffer + Y + UV + i * myStride / 2 , img.data + mWidth * mHeight * 5/4 + i * mW… in copyImageData()