Searched defs:writeIndex (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DReverbInputBuffer.h47 size_t writeIndex() const { return m_writeIndex; } function in class:WebCore::ReverbInputBuffer
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 DReverbConvolverStage.cpp125 int writeIndex = 0; local
138 writeIndex = m_accumulationBuffer->accumulate(temporaryBuffer, framesToProcess, &m_accumulationReadIndex, m_postDelayLength);
H A DReverbConvolver.cpp161 int writeIndex = m_inputBuffer.writeIndex(); local
167 while ((readIndex = m_backgroundStages[0]->inputReadIndex()) != writeIndex) { // FIXME: do better to detect buffer overrun...
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport_Connectionless.c73 uint8_t writeIndex; local
104 writeIndex = pSocket->indexRwWrite % pSocket->localRW;
106 pSocket->sSocketRwBufferTable[writeIndex].buffer[0] = ssap;
108 memcpy(pSocket->sSocketRwBufferTable[writeIndex].buffer + 1,
111 pSocket->sSocketRwBufferTable[writeIndex].length = psData->length;
/external/doclava/src/com/google/doclava/
H A DSampleCode.java107 Data hdf = writeIndex(dir);
125 public Data writeIndex(File dir) { method in class:SampleCode
H A DDoclava.java296 writeIndex();
319 private static void writeIndex() { method in class:Doclava
/external/webkit/Source/WebCore/webaudio/
H A DRealtimeAnalyser.cpp161 unsigned writeIndex = m_writeIndex; local
163 tempP[i] = inputBuffer[(i + writeIndex - fftSize + InputBufferSize) % InputBufferSize];
277 unsigned writeIndex = m_writeIndex; local
281 float value = inputBuffer[(i + writeIndex - fftSize + InputBufferSize) % InputBufferSize];
/external/icu4c/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/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 245 milliseconds