Searched refs:src_y (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp212 const uint8_t *src_y = local
216 (const uint8_t *)src_y + src.mWidth * src.mHeight
242 signed y1 = (signed)src_y[x] - 16;
243 signed y2 = (signed)src_y[x + 1] - 16;
280 src_y += src.mWidth;
306 const uint8_t *src_y = local
310 (const uint8_t *)src_y + src.mWidth * src.mHeight
315 signed y1 = (signed)src_y[x] - 16;
316 signed y2 = (signed)src_y[x + 1] - 16;
353 src_y
380 const uint8_t *src_y = local
452 const uint8_t *src_y = (const uint8_t *)src.mBits; local
[all...]
H A DSoftwareRenderer.cpp213 const uint8_t *src_y = (const uint8_t *)data; local
225 memcpy(dst_y, src_y, mCropWidth);
227 src_y += mWidth;
242 const uint8_t *src_y = local
257 memcpy(dst_y, src_y, mCropWidth);
259 src_y += mWidth;
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp468 float src_y = viewport.top; local
471 TL.set(-src_x, -src_y);

Completed in 72 milliseconds