Lines Matching refs:srcU
469 … const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYV12Frame() argument
499 memcpy(dstU, srcU, width / 2); in copyOutputBufferToYV12Frame()
500 srcU += srcUStride; in copyOutputBufferToYV12Frame()
506 const uint16_t *srcU, in convertYUV420Planar16ToY410() argument
517 uint16_t *uSrc = (uint16_t *)srcU; in convertYUV420Planar16ToY410()
566 srcU += srcUStride; in convertYUV420Planar16ToY410()
574 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToYUV420Planar() argument
601 dstU[x] = (uint8_t)(srcU[x] >> 2); in convertYUV420Planar16ToYUV420Planar()
605 srcU += srcUStride; in convertYUV420Planar16ToYUV420Planar()
720 const uint16_t *srcU = (const uint16_t *)buffer->plane[1]; in outputBuffer() local
725 (uint32_t *)dstY, srcY, srcU, srcV, srcYStride / 2, srcUStride / 2, in outputBuffer()
729 dstY, dstU, dstV, srcY, srcU, srcV, srcYStride / 2, srcUStride / 2, in outputBuffer()
735 const uint8_t *srcU = (const uint8_t *)buffer->plane[1]; in outputBuffer() local
738 dstY, dstU, dstV, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride, in outputBuffer()