HomeSort by relevance Sort by last modified time
    Searched refs:startFrame (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioChannel.cpp 73 void AudioChannel::copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame)
76 bool isRangeSafe = sourceChannel && startFrame < endFrame && endFrame <= sourceChannel->length();
85 size_t rangeLength = endFrame - startFrame;
100 memcpy(destination, source + startFrame, sizeof(float) * rangeLength);
AudioChannel.h 122 void copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame);
AudioBus.h 107 static PassRefPtr<AudioBus> createBufferFromRange(const AudioBus* sourceBuffer, unsigned startFrame, unsigned endFrame);
HRTFElevation.cpp 160 unsigned startFrame = index * ResponseFrameSize;
161 unsigned stopFrame = startFrame + ResponseFrameSize;
162 RefPtr<AudioBus> preSampleRateConvertedResponse(AudioBus::createBufferFromRange(bus.get(), startFrame, stopFrame));
AudioBus.cpp 174 PassRefPtr<AudioBus> AudioBus::createBufferFromRange(const AudioBus* sourceBuffer, unsigned startFrame, unsigned endFrame)
180 bool isRangeSafe = startFrame < endFrame && endFrame <= numberOfSourceFrames;
185 size_t rangeLength = endFrame - startFrame;
191 audioBus->channel(i)->copyFromRange(sourceBuffer->channel(i), startFrame, endFrame);
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_image.h 38 @property(nonatomic) CGRect startFrame;
46 // |animationFrame| should usually be big enough to contain the |startFrame|
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.h 47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
SDL_syscdrom.c 121 int startFrame, stopFrame;
128 nextTrackFramesRemaining, &startFrame, &stopFrame);
136 LoadFile (file, startFrame, stopFrame);
350 int startFrame, stopFrame;
369 ref = GetFileForOffset (cdrom, start, length, &startFrame, &stopFrame);
375 if (LoadFile (ref, startFrame, stopFrame) < 0)
CDPlayer.c 392 int LoadFile (const FSRef *ref, int startFrame, int stopFrame)
404 printf ("LoadFile: %d %d\n", startFrame, stopFrame);
420 if (startFrame >= 0)
421 thePlayer->SetStartFrame (thePlayer, startFrame);
423 if (stopFrame >= 0 && stopFrame > startFrame)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.cpp 70 // startFrame : Start frame for this source.
74 size_t startFrame = AudioUtilities::timeToSampleFrame(m_startTime, sampleRate);
81 if (m_playbackState == UNSCHEDULED_STATE || m_playbackState == FINISHED_STATE || startFrame >= quantumEndFrame) {
94 quantumFrameOffset = startFrame > quantumStartFrame ? startFrame - quantumStartFrame : 0;
  /frameworks/base/libs/hwui/
DrawProfiler.h 35 void startFrame(nsecs_t recordDurationNanos = 0);
AnimationContext.cpp 36 startFrame(TreeInfo::MODE_RT_ONLY);
57 void AnimationContext::startFrame(TreeInfo::TraversalMode mode) {
AnimationContext.h 88 // startFrame() is called
93 ANDROID_API virtual void startFrame(TreeInfo::TraversalMode mode);
  /frameworks/av/media/libstagefright/
AudioSource.cpp 183 int32_t startFrame, int32_t rampDurationFrames,
187 int32_t fixedMultiplier = (startFrame << kShift) / rampDurationFrames;
189 int32_t stopFrame = startFrame + bytes / sizeof(int16_t);
195 while (startFrame < stopFrame) {
199 ++startFrame;
204 startFrame += 2;
208 if ((startFrame & 3) == 0) {
209 fixedMultiplier = (startFrame << kShift) / rampDurationFrames;
  /external/srec/portable/src/
pstream.c 284 PortFile->startFrame = (FileBufferFrame *)start;
288 PortFile->startFrame = CreateFileBufferFrame(size, (unsigned char *)start);
291 start = (const unsigned char *)PortFile->startFrame;
295 if (PortFile->startFrame == NULL)
301 PortFile->endFrame = PortFile->curFrame = PortFile->startFrame;
376 DeleteFileBuffers(PortFile->startFrame);
530 PortFile->curFrame = PortFile->startFrame;
531 PortFile->curPos = PortFile->startFrame->buffer;
568 if (PortFile->startFrame->buffer == PortFile->curPos) /* start of file */
732 /* assgin it as startFrame, so others could get information when reopen it *
    [all...]
  /frameworks/av/include/media/stagefright/
AudioSource.h 96 int32_t startFrame, int32_t rampDurationFrames,
  /external/srec/portable/include/
pstream.h 39 struct FileBufferFrame *startFrame;
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp 96 mContext->profiler().startFrame(mRecordDurationNanos);
CanvasContext.cpp 163 mAnimationContext->startFrame(info.mode);
261 profiler().startFrame();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
LaunchedDebugger.java 162 protected FrameInfo[] jdwpGetFrames(long threadID, int startFrame, int length) {
167 packet.setNextValueAsInt(startFrame);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameTestCase.java 103 protected FrameInfo[] jdwpGetFrames(long threadID, int startFrame, int length) {
108 packet.setNextValueAsInt(startFrame);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 67 * <BR>startFrame=0, length=(amount_of_all_frames + 1)
121 * <BR>startFrame=(amount_of_all_frames + 1), length=-1
176 * <BR>startFrame=amount_of_all_frames, length=-1
232 * <BR>The index of such frame is passed as startFrame parameter for
328 * <BR>The index of such frame is passed as startFrame parameter for
421 private Vector getFrames(int startFrame, int length) {
425 logWriter.println("startFrame=" + startFrame
433 packet.setNextValueAsInt(startFrame);
  /external/esd/include/
audiofile.h 555 AFframecount startFrame);
558 AFframecount startFrame);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
audiofile.h 555 AFframecount startFrame);
558 AFframecount startFrame);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
audiofile.h 555 AFframecount startFrame);
558 AFframecount startFrame);

Completed in 808 milliseconds

1 2