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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.cpp 186 unsigned writeIndex = 0;
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...]
RealtimeAnalyser.cpp 171 unsigned writeIndex = m_writeIndex;
172 if (writeIndex < fftSize) {
173 memcpy(tempP, inputBuffer + writeIndex - fftSize + InputBufferSize, sizeof(*tempP) * (fftSize - writeIndex));
174 memcpy(tempP + fftSize - writeIndex, inputBuffer, sizeof(*tempP) * writeIndex);
176 memcpy(tempP, inputBuffer + writeIndex - fftSize, sizeof(*tempP) * fftSize);
289 unsigned writeIndex = m_writeIndex;
293 float value = inputBuffer[(i + writeIndex - fftSize + InputBufferSize) % InputBufferSize];
AudioBufferSourceNode.cpp 201 unsigned writeIndex = destinationFrameOffset;
266 memcpy(destinationChannels[i] + writeIndex, sourceChannels[i] + readIndex, sizeof(float) * framesThisTime);
268 writeIndex += framesThisTime;
275 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
309 destination[writeIndex] = narrowPrecisionToFloat(sample);
311 writeIndex++;
318 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
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;
ReverbInputBuffer.h 47 size_t writeIndex() const { return m_writeIndex; }
ReverbConvolver.cpp 164 int writeIndex = m_inputBuffer.writeIndex();
170 while ((readIndex = m_backgroundStages[0]->inputReadIndex()) != writeIndex) { // FIXME: do better to detect buffer overrun...
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java 77 int writeIndex = 0;
101 spans[writeIndex++] = spans[readIndex];
104 return writeIndex == readIndex ? spans : Arrays.copyOfRange(spans, 0, writeIndex);
  /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;
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 194 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 602 int32_t readIndex=mappingStart, writeIndex=mappingStart;
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++]=c
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 401 void writeIndex(llvm::BitstreamWriter &Stream);
652 void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) {
732 GlobalModuleIndex::writeIndex(FileManager &FileMgr, StringRef Path) {
787 Builder.writeIndex(OutputStream);
  /external/icu4c/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/doclava/src/com/google/doclava/
SampleCode.java 690 Data hdf = writeIndex(dir);
713 Data hdf = writeIndex(dir);
723 public Data writeIndex(File dir) {
Doclava.java 367 writeIndex();
390 private static void writeIndex() {
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 384 GlobalModuleIndex::writeIndex(
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 126 EAS_INLINE EAS_BOOL JET_ReadQueue (EAS_U32 *pEventQueue, EAS_U8 *pReadIndex, EAS_U8 writeIndex, EAS_U8 queueSize, EAS_U32 *pEvent)
130 if (*pReadIndex == writeIndex)
    [all...]
  /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 

Completed in 424 milliseconds