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

  /external/libvpx/libvpx/test/
altref_test.cc 77 cpu_used_(GET_PARAM(2)), forced_kf_frame_num_(1), frame_num_(0) {}
104 if (frame_num_ == forced_kf_frame_num_) {
106 << "Frame #" << frame_num_ << " isn't a keyframe!";
108 ++frame_num_;
114 unsigned int frame_num_; member in class:__anon25998::AltRefForcedKeyTestLarge
123 frame_num_ = 0;
136 frame_num_ = 0;
  /external/webp/src/demux/
demux.c 50 int frame_num_; member in struct:Frame
204 frame->frame_num_ = frame_num;
240 frame->frame_num_ = frame_num;
336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) {
605 const int cur_frame_set = f->frame_num_;
609 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) {
613 if (!is_animation && f->frame_num_ > 1) return 0;
796 if (frame_num == f->frame_num_) break;
835 iter->frame_num = frame->frame_num_;

Completed in 85 milliseconds