Searched refs:src_v (Results 1 – 2 of 2) sorted by relevance
225 const uint8_t *src_v = in convertYUV420PlanarUseLibYUV() local229 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() local282 signed v = (signed)src_v[x / 2] - 128; in convertYUV420Planar()320 src_v += src.mWidth / 2; in convertYUV420Planar()
253 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2); in render() local271 memcpy(dst_v, src_v, (mCropWidth + 1) / 2); in render()274 src_v += mWidth / 2; in render()