HomeSort by relevance Sort by last modified time
    Searched refs:num_frames_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/
throbber_gtk.cc 25 num_frames_(0) {
68 static_cast<int>(animation_.GetCurrentValue() * (num_frames_ - 1));
99 num_frames_ = width / height;
throbber_gtk.h 69 int num_frames_; member in class:ThrobberGtk
  /art/runtime/
stack.cc 88 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(0), cur_depth_(0),
325 if (num_frames_ != 0) {
326 // Check agreement of frame Ids only if num_frames_ is computed to avoid infinite
360 if (num_frames_ != 0) {
361 CHECK_EQ(cur_depth_, num_frames_);
stack.h 447 if (num_frames_ == 0) {
448 num_frames_ = ComputeNumFrames(thread_);
450 return num_frames_;
566 size_t num_frames_; member in class:art::StackVisitor
  /external/chromium_org/third_party/libwebp/demux/
demux.c 72 int num_frames_; member in struct:WebPDemuxer
328 status = StoreFrame(dmux->num_frames_ + 1, anmf_payload_size, mem, frame,
333 ++dmux->num_frames_;
370 dmux->num_frames_ = 1;
457 dmux->num_frames_ = 1;
760 case WEBP_FF_FRAME_COUNT: return (uint32_t)dmux->num_frames_;
832 iter->num_frames = dmux->num_frames_;
852 if (frame_num > dmux->num_frames_) return 0;
853 if (frame_num == 0) frame_num = dmux->num_frames_;
  /external/webp/src/demux/
demux.c 74 int num_frames_; member in struct:WebPDemuxer
330 status = StoreFrame(dmux->num_frames_ + 1, anmf_payload_size, mem, frame);
334 ++dmux->num_frames_;
371 dmux->num_frames_ = 1;
457 dmux->num_frames_ = 1;
760 case WEBP_FF_FRAME_COUNT: return (uint32_t)dmux->num_frames_;
832 iter->num_frames = dmux->num_frames_;
854 if (frame_num > dmux->num_frames_) return 0;
855 if (frame_num == 0) frame_num = dmux->num_frames_;

Completed in 201 milliseconds