Home
last modified time | relevance | path

Searched refs:m_readWriteIndex (Results 1 – 14 of 14) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/audio/
H A DFFTConvolver.cpp43 , m_readWriteIndex(0) in FFTConvolver()
58 …bool isCopyGood1 = sourceP && inputP && m_readWriteIndex + framesToProcess <= m_inputBuffer.size(); in process()
63 memcpy(inputP + m_readWriteIndex, sourceP, sizeof(float) * framesToProcess); in process()
69 …bool isCopyGood2 = destP && outputP && m_readWriteIndex + framesToProcess <= m_outputBuffer.size(); in process()
74 memcpy(destP, outputP + m_readWriteIndex, sizeof(float) * framesToProcess); in process()
75 m_readWriteIndex += framesToProcess; in process()
80 if (m_readWriteIndex == halfSize) { in process()
98 m_readWriteIndex = 0; in process()
105 m_readWriteIndex = 0; in reset()
H A DFFTConvolver.h59 size_t m_readWriteIndex; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/blink/
H A DFFTConvolver.cpp37 : m_frame(fftSize), m_readWriteIndex(renderPhase % (fftSize / 2)) { in FFTConvolver()
75 m_readWriteIndex + WEBAUDIO_BLOCK_SIZE <= m_inputBuffer.Length()); in process()
77 memcpy(inputP + m_readWriteIndex, sourceP, in process()
81 m_readWriteIndex += WEBAUDIO_BLOCK_SIZE; in process()
84 if (m_readWriteIndex == halfSize) { in process()
102 m_readWriteIndex = 0; in process()
105 return outputP + m_readWriteIndex; in process()
110 m_readWriteIndex = 0; in reset()
H A DFFTConvolver.h74 size_t m_readWriteIndex; variable
/dports/www/firefox/firefox-99.0/dom/media/webaudio/blink/
H A DFFTConvolver.cpp37 : m_frame(fftSize), m_readWriteIndex(renderPhase % (fftSize / 2)) { in FFTConvolver()
75 m_readWriteIndex + WEBAUDIO_BLOCK_SIZE <= m_inputBuffer.Length()); in process()
77 memcpy(inputP + m_readWriteIndex, sourceP, in process()
81 m_readWriteIndex += WEBAUDIO_BLOCK_SIZE; in process()
84 if (m_readWriteIndex == halfSize) { in process()
102 m_readWriteIndex = 0; in process()
105 return outputP + m_readWriteIndex; in process()
110 m_readWriteIndex = 0; in reset()
H A DFFTConvolver.h74 size_t m_readWriteIndex; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/blink/
H A DFFTConvolver.cpp37 : m_frame(fftSize), m_readWriteIndex(renderPhase % (fftSize / 2)) { in FFTConvolver()
75 m_readWriteIndex + WEBAUDIO_BLOCK_SIZE <= m_inputBuffer.Length()); in process()
77 memcpy(inputP + m_readWriteIndex, sourceP, in process()
81 m_readWriteIndex += WEBAUDIO_BLOCK_SIZE; in process()
84 if (m_readWriteIndex == halfSize) { in process()
102 m_readWriteIndex = 0; in process()
105 return outputP + m_readWriteIndex; in process()
110 m_readWriteIndex = 0; in reset()
H A DFFTConvolver.h74 size_t m_readWriteIndex; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/blink/
H A DFFTConvolver.cpp37 : m_frame(fftSize), m_readWriteIndex(renderPhase % (fftSize / 2)) { in FFTConvolver()
75 m_readWriteIndex + WEBAUDIO_BLOCK_SIZE <= m_inputBuffer.Length()); in process()
77 memcpy(inputP + m_readWriteIndex, sourceP, in process()
81 m_readWriteIndex += WEBAUDIO_BLOCK_SIZE; in process()
84 if (m_readWriteIndex == halfSize) { in process()
102 m_readWriteIndex = 0; in process()
105 return outputP + m_readWriteIndex; in process()
110 m_readWriteIndex = 0; in reset()
H A DFFTConvolver.h74 size_t m_readWriteIndex; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/blink/
H A DFFTConvolver.cpp38 , m_readWriteIndex(renderPhase % (fftSize / 2)) in FFTConvolver()
77 … MOZ_ASSERT(sourceP && inputP && m_readWriteIndex + WEBAUDIO_BLOCK_SIZE <= m_inputBuffer.Length()); in process()
79 memcpy(inputP + m_readWriteIndex, sourceP, sizeof(float) * WEBAUDIO_BLOCK_SIZE); in process()
82 m_readWriteIndex += WEBAUDIO_BLOCK_SIZE; in process()
85 if (m_readWriteIndex == halfSize) { in process()
101 m_readWriteIndex = 0; in process()
104 return outputP + m_readWriteIndex; in process()
110 m_readWriteIndex = 0; in reset()
H A DFFTConvolver.h73 size_t m_readWriteIndex; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/blink/
H A DFFTConvolver.cpp37 : m_frame(fftSize), m_readWriteIndex(renderPhase % (fftSize / 2)) { in FFTConvolver()
75 m_readWriteIndex + WEBAUDIO_BLOCK_SIZE <= m_inputBuffer.Length()); in process()
77 memcpy(inputP + m_readWriteIndex, sourceP, in process()
81 m_readWriteIndex += WEBAUDIO_BLOCK_SIZE; in process()
84 if (m_readWriteIndex == halfSize) { in process()
102 m_readWriteIndex = 0; in process()
105 return outputP + m_readWriteIndex; in process()
110 m_readWriteIndex = 0; in reset()
H A DFFTConvolver.h74 size_t m_readWriteIndex; variable