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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp 178 size_t destinationLength = bus->length();
180 bool isLengthGood = destinationLength <= 4096 && numberOfFrames <= 4096;
185 bool isOffsetGood = destinationFrameOffset <= destinationLength && destinationFrameOffset + numberOfFrames <= destinationLength;
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp 571 int destinationLength = sourceLength / sampleRateRatio;
575 RefPtr<AudioBus> destinationBus = create(numberOfDestinationChannels, destinationLength);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 352 static void normalizeCharacters(const TextRun& run, unsigned length, UChar* destination, unsigned* destinationLength)
364 *destinationLength = 0;
373 U16_APPEND(destination, *destinationLength, length, character, error);
    [all...]

Completed in 336 milliseconds