Searched refs:numFrames (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
H A Dfpstimer.h40 int numFrames(int spanMillis = 1000) const;
H A Dfpstimer.cpp45 int FpsTimer::numFrames(int spanMillis) const function in class:FpsTimer
H A Dwebview.cpp162 int frames = m_fpsTimer.numFrames(interval);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DSilenceTrackImpl.java25 long numFrames = getTrackMetaData().getTimescale() * ms / 1000 / 1024;
26 long standZeit = getTrackMetaData().getTimescale() * ms / numFrames / 1000;
27 entry = new TimeToSampleBox.Entry(numFrames, standZeit);
30 while (numFrames-- > 0) {
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DImageMac.mm78 unsigned numFrames = frameCount();
80 // If numFrames is zero, we know for certain this image doesn't have valid data
83 if (!numFrames)
87 for (unsigned i = 0; i < numFrames; ++i ) {
/external/webkit/Source/WebCore/platform/graphics/
H A DBitmapImage.cpp121 size_t numFrames = frameCount(); local
122 ASSERT(m_decodedSize == 0 || numFrames > 1);
124 if (m_frames.size() < numFrames)
125 m_frames.grow(numFrames);
128 if (numFrames == 1 && m_frames[index].m_frame)
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTilesProfiler.h65 int numFrames() { function in class:WebCore::TilesProfiler
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DMjpegFileWriter.java25 int numFrames = 0; field in class:MjpegFileWriter
37 public MjpegFileWriter(File aviFile, int width, int height, double framerate, int numFrames) throws Exception { argument
42 this.numFrames = numFrames;
203 dwTotalFrames = numFrames;
290 dwLength = numFrames;
/external/aac/libAACdec/src/
H A Dconceal.cpp1455 INT numFrames = 0; local
1462 numFrames = pConcealCommonData->numFadeInFrames;
1467 numFrames = pConcealCommonData->numFadeOutFrames;
1473 for (i = 0; i < numFrames; i++) {
1488 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) {
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c246 header.numFrames = spec->samples;
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp1078 return TilesManager::instance()->getProfiler()->numFrames();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 246 milliseconds