HomeSort by relevance Sort by last modified time
    Searched defs:frameCount (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/webkit/Source/WebKit/mac/Misc/
WebKitStatistics.h 38 + (int)frameCount;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptCallStackFactory.cpp 66 int frameCount = stackTrace->GetFrameCount();
67 if (frameCount > static_cast<int>(maxStackSize))
68 frameCount = maxStackSize;
69 for (int i = 0; i < frameCount; i++) {
73 if (!frameCount && !emptyStackIsAllowed) {
  /external/webkit/Source/WebKit/chromium/src/
WebImageCG.cpp 60 const size_t frameCount = source.frameCount();
63 for (size_t i = 0; i < frameCount; ++i) {
WebImageDecoder.cpp 91 size_t WebImageDecoder::frameCount() const
94 return m_private->frameCount();
WebImageSkia.cpp 59 const size_t frameCount = source.frameCount();
62 for (size_t i = 0; i < frameCount; ++i) {
  /frameworks/av/include/media/
AudioBufferProvider.h 30 Buffer() : raw(NULL), frameCount(0) { }
36 size_t frameCount;
AudioSystem.h 97 static status_t getOutputFrameCount(size_t* frameCount,
108 size_t* frameCount);
158 : samplingRate(0), format(AUDIO_FORMAT_DEFAULT), channels(0), frameCount(0), latency(0) {}
163 size_t frameCount;
298 // (sampling rate, framecount, channel count...)
AudioRecord.h 61 size_t frameCount; // number of sample frames corresponding to size;
65 size_t size; // total size in bytes == frameCount * frameSize
99 static status_t getMinFrameCount(size_t* frameCount,
121 * frameCount: Minimum size of track PCM buffer in frames. This defines the
138 int frameCount = 0,
163 int frameCount = 0,
188 size_t frameCount() const;
282 /* Obtains a buffer of "frameCount" frames. The buffer must be
305 /* Release an emptied buffer of "frameCount" frames for AudioFlinger to re-fill. */
355 size_t frameCount,
    [all...]
  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 99 int frameCount = 0;
101 &frameCount, 1));
  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 32 public SpriteAnimation(int animationId, int frameCount) {
34 mFrames = new FixedSizeArray<AnimationFrame>(frameCount);
35 mFrameStartTimes = new float[frameCount];
47 final int frameCount = frames.getCount();
48 result = frames.get(frameCount - 1);
50 if (frameCount > 1) {
68 for (int x = 0; x < frameCount; x++) {
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.cpp 128 size_t ImageSource::frameCount() const
130 return m_decoder ? m_decoder->frameCount() : 0;
BitmapImage.cpp 121 size_t numFrames = frameCount();
221 size_t BitmapImage::frameCount()
225 m_frameCount = m_source.frameCount();
244 if (index >= frameCount())
255 if (index >= frameCount())
266 if (index >= frameCount())
277 if (index >= frameCount())
307 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
316 size_t nextFrame = (m_currentFrame + 1) % frameCount();
324 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 97 size_t ImageDecoderQt::frameCount()
142 count = frameCount();
200 frameCount();
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 98 size_t ICOImageDecoder::frameCount()
115 if (index >= frameCount())
192 // we must not resize it again later (see caution in frameCount()).
  /external/webkit/Source/WebKit/win/
WebKitStatistics.cpp 105 HRESULT STDMETHODCALLTYPE WebKitStatistics::frameCount(
  /external/webkit/Source/WebCore/history/
PageCache.cpp 327 int PageCache::frameCount() const
329 int frameCount = 0;
331 ++frameCount;
333 frameCount += current->m_cachedPage ? current->m_cachedPage->cachedMainFrame()->descendantFrameCount() : 0;
336 return frameCount;
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 76 size_t GIFImageDecoder::frameCount()
123 if (index >= frameCount())
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 205 int frameCount = 0;
219 frameCount++;
228 printf("totalTime=%f s, frameCount=%d, %.2f fps\n",
229 totalTime, frameCount, frameCount/totalTime);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c 228 int frameCount;
230 frameCount = Exynos_OSAL_PerfFrameCount(id);
233 Exynos_OSAL_Log(EXYNOS_LOG_INFO, "%s Frame Count: %d", prefix, frameCount);
235 prefix, (float)perfTotal / (float)(frameCount * 1000),
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 68 private int frameCount = 1;
95 return frameCount;
126 public void setFrameCount(int frameCount) {
127 this.frameCount = frameCount;
150 frameCount = IsoTypeReader.readUInt16(content);
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 166 int frameCount = stackMapFrameList.size();
183 if (frameCount != originalFrameCount ||
190 else if (frameCount != 0)
196 if (frameCount == 0)
209 FullFrame[] stackMapFrames = new FullFrame[frameCount];
218 StackMapFrame[] stackMapFrames = new StackMapFrame[frameCount];
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 189 if (!allDataReceived || m_decoder.m_gifDecoder->frameCount() != 1)
228 int frameCount = 0;
233 frameCount = m_decoder.m_gifDecoder->frameCount();
235 if (frameCount != 1)
310 size_t ImageSource::frameCount() const
315 : m_decoder.m_gifDecoder->frameCount();
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 265 size_t ImageSource::frameCount() const
292 ASSERT(frameCount());
304 if (index < frameCount() - 1)
  /frameworks/av/media/libstagefright/
AudioSource.cpp 69 int frameCount = kMaxBufferSize / sizeof(int16_t) / channelCount;
73 while ((bufCount * frameCount) < minFrameCount) {
80 bufCount * frameCount,
83 frameCount);
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp     [all...]

Completed in 1296 milliseconds

1 2 3 4