Searched defs:dstY (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp87 const uint8_t *src, uint8_t *dstY, int32_t width, int32_t height) {
91 uint8_t *dstU = dstY + width * height;
109 dstY[x] = luma;
129 dstY += width;
86 ConvertRGB32ToPlanar( const uint8_t *src, uint8_t *dstY, int32_t width, int32_t height) argument
/frameworks/base/libs/hwui/font/
H A DFont.cpp212 int dstY = y + glyph->mBitmapTop; local
223 for (uint32_t cacheY = startY, bitmapY = dstY * bitmapWidth; cacheY < endY;

Completed in 85 milliseconds