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

1 2

  /external/webkit/WebKit/mac/Misc/
WebKitStatistics.h 35 + (int)frameCount;
  /external/webkit/WebCore/inspector/
ConsoleMessage.cpp 120 size_t frameCount = msg->m_frames.size();
121 if (frameCount != m_frames.size())
124 for (size_t i = 0; i < frameCount; ++i) {
  /frameworks/base/services/audioflinger/
AudioBufferProvider.h 37 size_t frameCount;
AudioResamplerSinc.cpp 205 while (buffer.frameCount == 0) {
206 buffer.frameCount = inFrameCount;
219 if (inputIndex >= mBuffer.frameCount) {
220 inputIndex -= mBuffer.frameCount;
228 const size_t frameCount = buffer.frameCount;
247 if (inputIndex >= frameCount)
252 if (inputIndex >= frameCount)
257 if (inputIndex >= frameCount)
265 if (inputIndex >= frameCount) {
    [all...]
  /external/webkit/WebKit/chromium/src/
WebImageSkia.cpp 59 const size_t frameCount = source.frameCount();
62 for (size_t i = 0; i < frameCount; ++i) {
  /external/webkit/WebCore/platform/graphics/
ImageSource.cpp 115 size_t ImageSource::frameCount() const
117 return m_decoder ? m_decoder->frameCount() : 0;
BitmapImage.cpp 115 size_t numFrames = frameCount();
183 size_t BitmapImage::frameCount()
187 m_frameCount = m_source.frameCount();
204 if (index >= frameCount())
215 if (index >= frameCount())
226 if (index >= frameCount())
237 if (index >= frameCount())
270 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
292 size_t nextFrame = (m_currentFrame + 1) % frameCount();
300 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1)
    [all...]
  /external/webkit/WebCore/history/
PageCache.cpp 66 int PageCache::frameCount() const
68 int frameCount = 0;
70 ++frameCount;
72 frameCount += current->m_cachedPage ? current->m_cachedPage->cachedMainFrame()->descendantFrameCount() : 0;
75 return frameCount;
  /external/webkit/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 96 size_t ImageDecoderQt::frameCount()
138 count = frameCount();
  /external/webkit/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 102 size_t ICOImageDecoder::frameCount()
116 if (index >= frameCount())
203 // we must not resize it again later (see caution in frameCount()).
  /external/webkit/WebKit/win/
WebKitStatistics.cpp 105 HRESULT STDMETHODCALLTYPE WebKitStatistics::frameCount(
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 71 size_t GIFImageDecoder::frameCount()
118 if (index >= frameCount())
  /frameworks/base/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);
  /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/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 235 (!allDataReceived || m_decoder.m_gifDecoder->frameCount() > 1)) {
286 (!allDataReceived || m_decoder.m_gifDecoder->frameCount() > 1)) {
370 size_t ImageSource::frameCount() const
375 : m_decoder.m_gifDecoder->frameCount();
  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 210 size_t ImageSource::frameCount() const
  /frameworks/base/include/media/
AudioRecord.h 70 size_t frameCount;
111 static status_t getMinFrameCount(int* frameCount,
133 * frameCount: Total size of track PCM buffer in frames. This defines the
154 int frameCount = 0,
180 int frameCount = 0,
207 uint32_t frameCount() const;
298 /* obtains a buffer of "frameCount" frames. The buffer must be
352 int frameCount,
AudioTrack.h 75 size_t frameCount;
112 static status_t getMinFrameCount(int* frameCount,
134 * frameCount: Total size of track PCM buffer in frames. This defines the
148 int frameCount = 0,
192 int frameCount = 0,
220 uint32_t frameCount() const;
282 * (loopEnd-loopStart) <= framecount()
389 /* obtains a buffer of "frameCount" frames. The buffer must be
444 int frameCount,
  /frameworks/base/include/private/media/
AudioTrackShared.h 63 uint32_t frameCount;
88 uint32_t stepUser(uint32_t frameCount);
89 bool stepServer(uint32_t frameCount);
  /frameworks/base/media/libmedia/
AudioRecord.cpp 48 int* frameCount,
73 *frameCount = size;
89 int frameCount,
98 frameCount, flags, cbf, user, notificationFrames, sessionId);
122 int frameCount,
131 LOGV("set(): sampleRate %d, channels %d, frameCount %d",sampleRate, channels, frameCount);
166 // validate framecount
174 if (frameCount == 0) {
175 frameCount = minFrameCount
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.c 374 int frameCount;
423 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
425 if (frameCount < pPowerMgr->BetEnableThreshold)
430 else if (frameCount > pPowerMgr->BetDisableThreshold)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.c 378 int frameCount;
430 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
432 if (frameCount < pPowerMgr->BetEnableThreshold)
436 else if (frameCount > pPowerMgr->BetDisableThreshold)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgr.c 374 int frameCount;
423 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
425 if (frameCount < pPowerMgr->BetEnableThreshold)
430 else if (frameCount > pPowerMgr->BetDisableThreshold)
    [all...]
  /external/qemu/audio/
coreaudio.c 508 UInt32 frame, frameCount;
527 frameCount = core->bufferFrameSize;
531 if (live < frameCount) {
541 for (frame = 0; frame < frameCount; frame++) {
556 rpos = (rpos + frameCount) % hw->samples;
557 core->decr += frameCount;
652 UInt32 frame, frameCount;
671 frameCount = core->bufferFrameSize;
674 D("%s: enter avail=%d core.decr=%d core.pos=%d hw.samples=%d hw.total_samples_captured=%d frameCount=%d\n",
675 __FUNCTION__, avail, core->decr, core->pos, hw->samples, hw->total_samples_captured, (int)frameCount);
    [all...]
  /external/webkit/WebCore/page/
Page.cpp 807 int frameCount = 0;
809 ++frameCount;
811 ASSERT(m_frameCount + 1 == frameCount);

Completed in 915 milliseconds

1 2