Searched refs:writeIndex (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverbAccumulationBuffer.cpp85 size_t writeIndex = (*readIndex + delayFrames) % bufferLength; local
90 size_t framesAvailable = bufferLength - writeIndex;
96 bool isSafe = writeIndex <= bufferLength && numberOfFrames1 + writeIndex <= bufferLength && numberOfFrames2 <= bufferLength;
101 vadd(source, 1, destination + writeIndex, 1, destination + writeIndex, 1, numberOfFrames1);
107 return writeIndex;
H A DReverbInputBuffer.h48 size_t writeIndex() const { return m_writeIndex; } function in class:blink::ReverbInputBuffer
H A DReverbConvolver.cpp137 int writeIndex = m_inputBuffer.writeIndex(); local
143 while ((readIndex = m_backgroundStages[0]->inputReadIndex()) != writeIndex) { // FIXME: do better to detect buffer overrun...
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParamTimeline.cpp270 unsigned writeIndex = 0; local
279 for (; writeIndex < fillToFrame; ++writeIndex)
280 values[writeIndex] = defaultValue;
292 for (int i = 0; i < n && writeIndex < numberOfValues; ++i) {
317 for (; writeIndex < fillToFrame; ++writeIndex) {
320 values[writeIndex] = value;
326 for (; writeIndex < fillToFrame; ++writeIndex)
[all...]
H A DRealtimeAnalyser.cpp157 unsigned writeIndex = m_writeIndex; local
158 if (writeIndex < fftSize) {
159 memcpy(tempP, inputBuffer + writeIndex - fftSize + InputBufferSize, sizeof(*tempP) * (fftSize - writeIndex));
160 memcpy(tempP + fftSize - writeIndex, inputBuffer, sizeof(*tempP) * writeIndex);
162 memcpy(tempP, inputBuffer + writeIndex - fftSize, sizeof(*tempP) * fftSize);
275 unsigned writeIndex = m_writeIndex; local
279 float value = inputBuffer[(i + writeIndex - fftSize + InputBufferSize) % InputBufferSize];
304 unsigned writeIndex local
[all...]
H A DAudioBufferSourceNode.cpp200 unsigned writeIndex = destinationFrameOffset; local
265 memcpy(destinationChannels[i] + writeIndex, sourceChannels[i] + readIndex, sizeof(float) * framesThisTime);
267 writeIndex += framesThisTime;
274 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
308 destination[writeIndex] = narrowPrecisionToFloat(sample);
310 writeIndex++;
317 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
H A Dpa_ringbuffer.c83 return ( (rbuf->writeIndex - rbuf->readIndex) & rbuf->bigMask );
97 rbuf->writeIndex = rbuf->readIndex = 0;
114 index = rbuf->writeIndex & rbuf->smallMask;
141 return rbuf->writeIndex = (rbuf->writeIndex + elementCount) & rbuf->bigMask;
H A Dpa_ringbuffer.h93 ring_buffer_size_t writeIndex; /**< Index of next writable element. Set by PaUtil_AdvanceRingBufferWriteIndex. */ member in struct:PaUtilRingBuffer
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport_Connectionless.c75 uint8_t writeIndex; local
106 writeIndex = pSocket->indexRwWrite % pSocket->localRW;
108 pSocket->sSocketRwBufferTable[writeIndex].buffer[0] = ssap;
110 memcpy(pSocket->sSocketRwBufferTable[writeIndex].buffer + 1,
113 pSocket->sSocketRwBufferTable[writeIndex].length = psData->length;
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h198 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
/external/chromium_org/third_party/icu/source/common/
H A Duts46.cpp608 int32_t readIndex=mappingStart, writeIndex=mappingStart; local
615 s[writeIndex++]=0x73; // Replace sharp s with first s.
617 if(writeIndex==readIndex) {
627 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
630 s[writeIndex++]=0x73;
635 s[writeIndex++]=0x3c3;
643 // Only really necessary if writeIndex was different from readIndex.
644 s[writeIndex
[all...]
/external/icu/icu4c/source/common/
H A Duts46.cpp606 int32_t readIndex=mappingStart, writeIndex=mappingStart; local
613 s[writeIndex++]=0x73; // Replace sharp s with first s.
615 if(writeIndex==readIndex) {
625 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
628 s[writeIndex++]=0x73;
633 s[writeIndex++]=0x3c3;
641 // Only really necessary if writeIndex was different from readIndex.
642 s[writeIndex
[all...]
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp428 void writeIndex(llvm::BitstreamWriter &Stream);
685 void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { function in class:GlobalModuleIndexBuilder
766 GlobalModuleIndex::writeIndex(FileManager &FileMgr, StringRef Path) { function in class:GlobalModuleIndex
821 Builder.writeIndex(OutputStream);
/external/clang/lib/Frontend/
H A DFrontendAction.cpp419 GlobalModuleIndex::writeIndex(
H A DCompilerInstance.cpp1532 GlobalModuleIndex::writeIndex(
1560 GlobalModuleIndex::writeIndex(
/external/sonivox/arm-wt-22k/lib_src/
H A Djet.c126 EAS_INLINE EAS_BOOL JET_ReadQueue (EAS_U32 *pEventQueue, EAS_U8 *pReadIndex, EAS_U8 writeIndex, EAS_U8 queueSize, EAS_U32 *pEvent) argument
130 if (*pReadIndex == writeIndex)
/external/doclava/src/com/google/doclava/
H A DDoclava.java380 writeIndex();
407 private static void writeIndex() { method in class:Doclava
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 364 milliseconds