Searched refs:percent_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c316 const int final_percent = enc->percent_ + task_percent;
368 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
369 &enc->percent_);
378 ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_);
H A Dwebpenc.c220 enc->percent_ = 0;
285 WebPReportProgress(enc->pic_, 100, &enc->percent_); // done!
H A Dalpha.c396 return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
H A Dframe.c587 const int final_percent = enc->percent_ + task_percent;
636 return WebPReportProgress(enc->pic_, final_percent, &enc->percent_);
840 ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
H A Danalysis.c385 WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
H A Diterator.c78 it->percent0_ = enc->percent_;
92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
H A Dvp8enci.h421 int percent_; // for progress member in struct:VP8Encoder
/external/webp/src/enc/
H A Dsyntax.c316 const int final_percent = enc->percent_ + task_percent;
368 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
369 &enc->percent_);
378 ok = ok && WebPReportProgress(pic, final_percent, &enc->percent_);
H A Dwebpenc.c220 enc->percent_ = 0;
285 WebPReportProgress(enc->pic_, 100, &enc->percent_); // done!
H A Dalpha.c396 return WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
H A Dframe.c587 const int final_percent = enc->percent_ + task_percent;
636 return WebPReportProgress(enc->pic_, final_percent, &enc->percent_);
840 ok = ok && WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
H A Danalysis.c385 WebPReportProgress(enc->pic_, enc->percent_ + 20, &enc->percent_);
H A Diterator.c78 it->percent0_ = enc->percent_;
92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
H A Dvp8enci.h421 int percent_; // for progress member in struct:VP8Encoder
/external/oprofile/libpp/
H A Dprofile_container.cpp34 filename_by_samples(debug_name_id id, double percent_) argument
35 : filename(id), percent(percent_)
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js534 this.percent_ = Math.max(download.percent, 0);
600 Number(this.percent_),

Completed in 1381 milliseconds