Searched refs:max_ (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 3843 max_(initial_max), in Progress() 3857 MYLOGI("Could not read stats from %s; using max of %d\n", path_.c_str(), max_); in Load() 3861 MYLOGE("No stats (empty file) on %s; using max of %d\n", path_.c_str(), max_); in Load() 3868 (int)lines.size(), max_); in Load() 3881 max_ = initial_max_; in Load() 3883 MYLOGI("Average max progress: %d in %d runs; estimated max: %d\n", average_max_, n_runs_, max_); in Load() 3910 if (progress_ > max_) { in Inc() 3911 int32_t old_max = max_; in Inc() 3912 max_ = floor((float)progress_ * growth_factor_); in Inc() 3913 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_); in Inc() [all …]
|
D | dumpstate.h | 145 int32_t max_; variable
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1911 C2PictureQuantizationStruct(C2Config::picture_type_t type, int32_t min_, int32_t max_) in C2PictureQuantizationStruct() 1912 : type_(type), min(min_), max(max_) { } in C2PictureQuantizationStruct()
|