HomeSort by relevance Sort by last modified time
    Searched defs:Threshold (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
CompLim.h 48 LVM_INT16 Threshold; /* Target threshold */
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitorAPI.h 91 int Threshold;
TrafficMonitor.h 137 int Threshold;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitorAPI.h 91 int Threshold;
TrafficMonitor.h 135 int Threshold;
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitorAPI.h 91 int Threshold;
TrafficMonitor.h 137 int Threshold;
  /external/chromium/base/
mime_util_linux.cc 87 Threshold
91 type(Threshold),
94 threshold(2) {
100 size_t threshold; // Maximum difference from desired size. 2 by default. member in class:__anon2197::IconTheme::SubDirInfo
291 else if (value == "Threshold")
292 current_info->type = SubDirInfo::Threshold;
297 } else if (key == "Threshold") {
298 current_info->threshold = atoi(value.c_str());
325 if (size >= info->size - info->threshold &&
326 size <= info->size + info->threshold) {
    [all...]

Completed in 214 milliseconds