Home
last modified time | relevance | path

Searched defs:src_v (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp345 const uint8_t *src_v = in convertYUV420PlanarUseLibYUV() local
428 return [](void *src_y, void *src_u, void *src_v, size_t x, in getReadFromSrc()
429 signed *y1, signed *y2, signed *u, signed *v) { in getReadFromSrc()
528 uint8_t *src_v = src_u + (src.mStride / 2) * (src.mHeight / 2); in convertYUV420Planar() local
637 const uint8_t *src_v = in convertYUV420Planar16ToY410() local
711 const uint8_t *src_v = in convertYUV420Planar16ToY410() local
793 const uint8_t *src_v = src_u + (src.mStride / 2) * (src.mHeight / 2); in convertYUV420Planar16ToY410() local
DSoftwareRenderer.cpp290 const uint8_t *src_v = (const uint8_t *)src_u + mStride * mHeight / 4; in render() local
322 const uint8_t *src_v = (const uint8_t *)src_u + mStride * mHeight / 4; in render() local
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp128 const uint8_t* src_v = view.data()[2]; in ImageCopy() local
163 const uint8_t* src_v = imgBase + img->mPlane[2].mOffset; in ImageCopy() local