Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp225 const uint8_t *src_v = in convertYUV420PlanarUseLibYUV() local
229 libyuv::I420ToRGB565(src_y, src.mWidth, src_u, src.mWidth / 2, src_v, src.mWidth / 2, in convertYUV420PlanarUseLibYUV()
255 const uint8_t *src_v = in convertYUV420Planar() local
282 signed v = (signed)src_v[x / 2] - 128; in convertYUV420Planar()
320 src_v += src.mWidth / 2; in convertYUV420Planar()
DSoftwareRenderer.cpp253 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2); in render() local
271 memcpy(dst_v, src_v, (mCropWidth + 1) / 2); in render()
274 src_v += mWidth / 2; in render()