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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParamTimeline.cpp186 unsigned writeIndex = 0; local
195 for (; writeIndex < fillToFrame; ++writeIndex)
196 values[writeIndex] = defaultValue;
208 for (int i = 0; i < n && writeIndex < numberOfValues; ++i) {
233 for (; writeIndex < fillToFrame; ++writeIndex) {
236 values[writeIndex] = value;
242 for (; writeIndex < fillToFrame; ++writeIndex)
[all...]
H A DRealtimeAnalyser.cpp167 unsigned writeIndex = m_writeIndex; local
168 if (writeIndex < fftSize) {
169 memcpy(tempP, inputBuffer + writeIndex - fftSize + InputBufferSize, sizeof(*tempP) * (fftSize - writeIndex));
170 memcpy(tempP + fftSize - writeIndex, inputBuffer, sizeof(*tempP) * writeIndex);
172 memcpy(tempP, inputBuffer + writeIndex - fftSize, sizeof(*tempP) * fftSize);
285 unsigned writeIndex = m_writeIndex; local
289 float value = inputBuffer[(i + writeIndex - fftSize + InputBufferSize) % InputBufferSize];
H A DAudioBufferSourceNode.cpp203 unsigned writeIndex = destinationFrameOffset; local
268 memcpy(destinationChannels[i] + writeIndex, sourceChannels[i] + readIndex, sizeof(float) * framesThisTime);
270 writeIndex += framesThisTime;
277 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
311 destination[writeIndex] = narrowPrecisionToFloat(sample);
313 writeIndex++;
320 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
/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:WebCore::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/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.h194 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
/external/chromium_org/third_party/icu/source/common/
H A Duts46.cpp602 int32_t readIndex=mappingStart, writeIndex=mappingStart; local
609 s[writeIndex++]=0x73; // Replace sharp s with first s.
611 if(writeIndex==readIndex) {
621 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
624 s[writeIndex++]=0x73;
629 s[writeIndex++]=0x3c3;
637 // Only really necessary if writeIndex was different from readIndex.
638 s[writeIndex
[all...]
/external/icu4c/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/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp401 void writeIndex(llvm::BitstreamWriter &Stream);
652 void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { function in class:GlobalModuleIndexBuilder
732 GlobalModuleIndex::writeIndex(FileManager &FileMgr, StringRef Path) { function in class:GlobalModuleIndex
787 Builder.writeIndex(OutputStream);
/external/doclava/src/com/google/doclava/
H A DSampleCode.java690 Data hdf = writeIndex(dir);
713 Data hdf = writeIndex(dir);
723 public Data writeIndex(File dir) { method in class:SampleCode
H A DDoclava.java367 writeIndex();
390 private static void writeIndex() { method in class:Doclava
/external/clang/lib/Frontend/
H A DFrontendAction.cpp384 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/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 452 milliseconds