Lines Matching refs:srcV
634 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() argument
648 memcpy(dst, srcV, width / 2); in copyOutputBufferToYuvPlanarFrame()
649 srcV += srcVStride; in copyOutputBufferToYuvPlanarFrame()
662 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToY410() argument
673 uint16_t *vSrc = (uint16_t*) srcV; in convertYUV420Planar16ToY410()
717 srcV += srcVStride; in convertYUV420Planar16ToY410()
725 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToYUV420Planar() argument
747 dstV[x] = (uint8_t)(srcV[x] >> 2); in convertYUV420Planar16ToYUV420Planar()
751 srcV += srcVStride; in convertYUV420Planar16ToYUV420Planar()
837 const uint16_t *srcV = (const uint16_t *)img->planes[VPX_PLANE_V]; in outputBuffer() local
845 [dst, srcY, srcU, srcV, in outputBuffer()
849 (uint32_t *)dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
855 srcV += srcVStride / 2 * (kHeight / 2); in outputBuffer()
865 convertYUV420Planar16ToYUV420Planar(dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
873 const uint8_t *srcV = (const uint8_t *)img->planes[VPX_PLANE_V]; in outputBuffer() local
875 dst, srcY, srcU, srcV, in outputBuffer()