Lines Matching refs:srcU
635 const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() argument
653 memcpy(dstU, srcU, width / 2); in copyOutputBufferToYuvPlanarFrame()
654 srcU += srcUStride; in copyOutputBufferToYuvPlanarFrame()
661 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToY410() argument
671 uint16_t *uSrc = (uint16_t*) srcU; in convertYUV420Planar16ToY410()
715 srcU += srcUStride; in convertYUV420Planar16ToY410()
725 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToYUV420Planar() argument
741 dstU[x] = (uint8_t)(srcU[x] >> 2); in convertYUV420Planar16ToYUV420Planar()
745 srcU += srcUStride; in convertYUV420Planar16ToYUV420Planar()
834 const uint16_t *srcU = (const uint16_t *)img->planes[VPX_PLANE_U]; in outputBuffer() local
843 [dstY, srcY, srcU, srcV, in outputBuffer()
847 (uint32_t *)dstY, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
852 srcU += srcUStride / 2 * (kHeight / 2); in outputBuffer()
864 srcY, srcU, srcV, in outputBuffer()
871 const uint8_t *srcU = (const uint8_t *)img->planes[VPX_PLANE_U]; in outputBuffer() local
876 srcY, srcU, srcV, in outputBuffer()