Searched refs:prev_value (Results 1 – 3 of 3) sorted by relevance
464 uint64_t prev_value = 0; in fillAtomValues() local475 prev_value = prev_data->second; in fillAtomValues()480 tmp.set<VendorAtomValue::longValue>(cur_value - prev_value); in fillAtomValues()568 uint64_t prev_value = 0; in fillProcStat() local600 getValueFromParsedProcStat(*prev_pstat, entry.name, entry.offset, &prev_value); in fillProcStat()605 tmp.set<VendorAtomValue::longValue>((int64_t)cur_value - prev_value); in fillProcStat()
1656 T prev_value = min_value; in ParseStatsInfo() local1662 if (stats_threshold[i] <= prev_value) { in ParseStatsInfo()1664 << " is <=" << prev_value; in ParseStatsInfo()1667 prev_value = stats_threshold[i]; in ParseStatsInfo()
2881 const char *prev_value = get(KEY_QC_MANUAL_WB_VALUE); in setManualWhiteBalance() local2886 if (prev_value == NULL || (strcmp(value, prev_value) != 0) || in setManualWhiteBalance()