Searched refs:src_y (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 218 const uint8_t *src_y = in convertYUV420PlanarUseLibYUV() local 222 (const uint8_t *)src_y + src.mWidth * src.mHeight in convertYUV420PlanarUseLibYUV() 229 libyuv::I420ToRGB565(src_y, src.mWidth, src_u, src.mWidth / 2, src_v, src.mWidth / 2, in convertYUV420PlanarUseLibYUV() 248 const uint8_t *src_y = in convertYUV420Planar() local 252 (const uint8_t *)src_y + src.mWidth * src.mHeight in convertYUV420Planar() 278 signed y1 = (signed)src_y[x] - 16; in convertYUV420Planar() 279 signed y2 = (signed)src_y[x + 1] - 16; in convertYUV420Planar() 316 src_y += src.mWidth; in convertYUV420Planar() 342 const uint8_t *src_y = in convertQCOMYUV420SemiPlanar() local 346 (const uint8_t *)src_y + src.mWidth * src.mHeight in convertQCOMYUV420SemiPlanar() [all …]
|
D | SoftwareRenderer.cpp | 250 const uint8_t *src_y = (const uint8_t *)data; in render() local 263 memcpy(dst_y, src_y, mCropWidth); in render() 265 src_y += mWidth; in render() 283 const uint8_t *src_y = (const uint8_t *)data; in render() local 296 memcpy(dst_y, src_y, mCropWidth); in render() 298 src_y += mWidth; in render()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 564 float src_y = viewport.top; local 567 TL.set(-src_x, -src_y);
|