MCPcopy Create free account
hub / github.com/audacity/audacity / CopySamples

Function CopySamples

libraries/lib-math/SampleFormat.cpp:109–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void CopySamples(constSamplePtr src, sampleFormat srcFormat,
110 samplePtr dst, sampleFormat dstFormat, size_t len,
111 DitherType ditherType, /* = gHighQualityDither */
112 unsigned int srcStride /* = 1 */,
113 unsigned int dstStride /* = 1 */)
114{
115 gDitherAlgorithm.Apply(
116 ditherType,
117 src, srcFormat, dst, dstFormat, len, srcStride, dstStride);
118}

Callers 11

ConvertToSampleFormatMethod · 0.85
SetSamplesMethod · 0.85
AppendMethod · 0.85
DoAppendMethod · 0.85
PutMethod · 0.85
GetMethod · 0.85
SamplesToFloatsFunction · 0.85
ProcessMethod · 0.85
GetBlobMethod · 0.85
AddSamplesMethod · 0.85
ProcessMethod · 0.85

Calls 1

ApplyMethod · 0.45

Tested by

no test coverage detected