HomeSort by relevance Sort by last modified time
    Searched defs:writeIndex (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbInputBuffer.h 48 size_t writeIndex() const { return m_writeIndex; }
ReverbAccumulationBuffer.cpp 85 size_t writeIndex = (*readIndex + delayFrames) % bufferLength;
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;
ReverbConvolver.cpp 137 int writeIndex = m_inputBuffer.writeIndex();
143 while ((readIndex = m_backgroundStages[0]->inputReadIndex()) != writeIndex) { // FIXME: do better to detect buffer overrun...
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
pa_ringbuffer.h 93 ring_buffer_size_t writeIndex; /**< Index of next writable element. Set by PaUtil_AdvanceRingBufferWriteIndex. */
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 75 uint8_t writeIndex;
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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java 78 int writeIndex = 0;
102 spans[writeIndex++] = spans[readIndex];
105 return writeIndex == readIndex ? spans : Arrays.copyOfRange(spans, 0, writeIndex);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp 200 unsigned writeIndex = destinationFrameOffset;
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))
AudioParamTimeline.cpp 270 unsigned writeIndex = 0;
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...]
RealtimeAnalyser.cpp 157 unsigned writeIndex = m_writeIndex;
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;
279 float value = inputBuffer[(i + writeIndex - fftSize + InputBufferSize) % InputBufferSize];
304 unsigned writeIndex = m_writeIndex
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 608 int32_t readIndex=mappingStart, writeIndex=mappingStart;
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++]=c
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 428 void writeIndex(llvm::BitstreamWriter &Stream);
685 void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) {
766 GlobalModuleIndex::writeIndex(FileManager &FileMgr, StringRef Path) {
821 Builder.writeIndex(OutputStream);
  /external/icu/icu4c/source/common/
uts46.cpp 606 int32_t readIndex=mappingStart, writeIndex=mappingStart;
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++]=c
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 380 writeIndex();
407 private static void writeIndex() {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 322 milliseconds