HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 226 - 250 of 602) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 377 int frames = in.readInt(); local
381 System.out.println("\tframes=" + frames);
383 int expectedLength = 4 + 4 + 4 + (frames * BinaryHprof.ID_SIZE);
387 + " based on number of frames but header "
390 StackTraceElement[] stackFrames = new StackTraceElement[frames];
391 for (int i = 0; i < frames; i++) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 27 self.frames = []
42 frameno = self.frames.index(frame)
44 frameno = len(self.frames)
45 self.frames.append(frame)
52 self.frames = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 27 self.frames = []
42 frameno = self.frames.index(frame)
44 frameno = len(self.frames)
45 self.frames.append(frame)
52 self.frames = None
  /external/chromium_org/media/audio/android/
audio_android_unittest.cc 94 << "frames per buffer: " << params.frames_per_buffer() << endl
132 return dest->frames();
161 audio_bus->frames() * audio_bus->channels() * kBytesPerSample;
171 // FromInterleaved() will zero out any unfilled frames when there is not
173 int frames = max_size / (audio_bus->channels() * kBytesPerSample); variable
175 audio_bus->FromInterleaved(file_->data() + pos_, frames, kBytesPerSample);
183 return frames;
334 (params_.bits_per_sample() / 8) * dest->frames() * dest->channels();
344 return dest->frames();
354 buffer_.get(), dest->frames(), params_.bits_per_sample() / 8)
373 const int frames = bytes \/ params_.GetBytesPerFrame(); local
    [all...]
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.cc 43 int frames) {
62 bus->set_frames(frames);
751 UInt32 buffer_size_bytes = input_bus_->frames() * sizeof(Float32);
785 int available_frames = fifo_.max_frames() - fifo_.frames();
786 if (input_bus_->frames() <= available_frames) {
807 if (fifo_.frames() < static_cast<int>(number_of_frames)) {
839 // input and output. We use the actual number of frames still in the FIFO
841 int delta = fifo_.frames() - target_fifo_frames_;
audio_auhal_mac.cc 28 int frames) {
42 bus->set_frames(frames);
243 audio_fifo_->Consume(output_bus_.get(), output_bus_->frames());
375 UInt32 buffer_size_bytes = input_bus_->frames() * sizeof(Float32);
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 50 /* We multiple by 2 because we skip even frames */
681 impl->frames = impl->processed;
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size)
84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame
91 mb = frames[mfit];
107 MosaicFrame **frames; local
109 // For THIN strip mode, accept all frames for blending
112 frames = oframes;
114 else // For WIDE strip mode, first select the relevant frames to blend.
117 frames = rframes;
120 ComputeBlendParameters(frames, frames_size, true);
125 LOGE("Error: No frames to blend")
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size)
84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame
91 mb = frames[mfit];
107 MosaicFrame **frames; local
109 // For THIN strip mode, accept all frames for blending
112 frames = oframes;
114 else // For WIDE strip mode, first select the relevant frames to blend.
117 frames = rframes;
120 ComputeBlendParameters(frames, frames_size, true);
125 LOGE("Error: No frames to blend")
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size)
84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame
91 mb = frames[mfit];
107 MosaicFrame **frames; local
109 // For THIN strip mode, accept all frames for blending
112 frames = oframes;
114 else // For WIDE strip mode, first select the relevant frames to blend.
117 frames = rframes;
120 ComputeBlendParameters(frames, frames_size, true);
125 LOGE("Error: No frames to blend")
    [all...]
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 364 TraceEventVector* frames = NULL; local
366 frames = &events_gpu;
369 frames = &events_sw;
373 ASSERT_GT(frames->size(), 20u);
376 TraceEventVector rate_events(frames->begin() + kIgnoreSomeFrames,
377 frames->end() - kIgnoreSomeFrames);
538 // Failing with insufficient frames: crbug.com/127595
  /external/chromium_org/net/quic/
quic_sent_packet_manager.cc 136 RetransmittableFrames* frames = unacked_it->second.retransmittable_frames; local
137 DCHECK(frames);
148 TransmissionInfo(frames, GetSequenceNumberLength(old_sequence_number));
280 const RetransmittableFrames* frames = local
282 if (frames == NULL) {
286 frames->encryption_level() == ENCRYPTION_INITIAL) {
410 // Delete the retransmittable frames.
519 // Retransmit any packet with retransmittable frames.
quic_client_session.h 116 const std::vector<QuicStreamFrame>& frames) OVERRIDE;
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 32 # Just stop printing the stack/suppression frames when the current one
84 frames = []
105 frames += [frame_dict]
112 return frames
217 frames = gatherFrames(stack, source_dir)
218 self._backtraces.append([description, frames])
221 frames = None
307 # Drop boring frames and all the following.
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 375 const uint32_t frames = (marker & 0x7) + 1; local
377 const size_t index_sz = 2 + mag * frames;
384 for (i = 0; i < frames; i++) {
392 *count = frames;
416 const uint32_t frames = (marker & 0x7) + 1; local
418 const uint32_t index_sz = 2 + mag * frames;
  /external/v8/src/
platform-solaris.cc 278 Vector<OS::StackFrame>& frames; member in struct:v8::internal::StackWalker
289 walker->frames[i].address = reinterpret_cast<void*>(pc);
292 walker->frames[i].text[OS::kStackWalkMaxTextLen - 1] = '\0';
294 Vector<char> text = MutableCStrVector(walker->frames[i].text,
315 int OS::StackWalk(Vector<OS::StackFrame> frames) {
317 struct StackWalker walker = { frames, 0 };
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 173 long frames; local
281 frames = (pcm->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
325 fprintf(stderr, "Aplay:avail = %d frames = %d\n",avail, frames);
341 frames = (pcm->flags & PCM_MONO) ? (remainingData / 2) : (remainingData / 4);
361 pcm->sync_ptr->c.control.appl_ptr += frames;
410 offset += frames;
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 186 animation.frames = (animation.time * animation.fps) - 1.0;
195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
203 if (current_frame == animation.frames) {
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 202 SkBitmap frames(*tp->GetBitmapNamed(
205 int image_size = frames.height();
207 canvas->DrawBitmapInt(frames, image_offset, 0, image_size, image_size, x, y,
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.cpp 259 int frames = framesToShow + framesToSkip; local
261 WTFGetBacktrace(samples, &frames);
262 WTFPrintBacktrace(samples + framesToSkip, frames - framesToSkip);
  /art/runtime/
stack.cc 214 : StackVisitor(thread, NULL), frames(0) {}
217 frames++;
221 size_t frames; member in struct:art::NumFramesVisitor
225 return visitor.frames;
290 if (cur_quick_frame_ != NULL) { // Handle quick stack frames.
316 // Skip runtime save all callee frames which are used to deliver exceptions.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 90 // injected into all frames of the active tab, so this listener may be called
101 // Set up event handlers and inject send_links.js into all frames in the active
  /external/chromium_org/media/base/
audio_splicer_unittest.cc 47 int frames = buffer->frame_count(); local
48 scoped_ptr<AudioBus> bus = AudioBus::Create(kChannels, frames);
49 buffer->ReadFrames(frames, 0, 0, bus.get());
50 for (int i = 0; i < frames; ++i) {
108 // next buffer starts many frames beyond the end of
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 105 for (var i = 0; i < traceinfo.frames.length; i++) {
106 var frame = traceinfo.frames[i];
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 76 Vector<RefPtr<Frame> > frames;
78 // Get all the frames of all the pages in all the page groups
82 frames.append(frame);
87 for (unsigned i = 0; i < frames.size(); i++)
88 frames[i]->domWindow()->dispatchEvent(Event::create(eventName));
517 // FIXME: I wonder if this needs to traverse frames like in WebViewImpl::resize, or whether there is only one document per Settings instance?

Completed in 913 milliseconds

1 2 3 4 5 6 7 8 91011>>