Home
last modified time | relevance | path

Searched refs:coefficients (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp216 std::vector<float> coefficients; in ParseSensorInfo() local
328 coefficients.reserve(values.size()); in ParseSensorInfo()
330 coefficients.emplace_back(getFloatFromValue(values[j])); in ParseSensorInfo()
332 << "]: " << coefficients[j]; in ParseSensorInfo()
343 if (linked_sensors.size() != coefficients.size()) { in ParseSensorInfo()
650 virtual_sensor_info.reset(new VirtualSensorInfo{linked_sensors, coefficients, offset, in ParseSensorInfo()
810 std::vector<float> coefficients; in ParsePowerRailInfo() local
839 coefficients.reserve(values.size()); in ParsePowerRailInfo()
841 coefficients.emplace_back(getFloatFromValue(values[j])); in ParsePowerRailInfo()
843 << "]: " << coefficients[j]; in ParsePowerRailInfo()
[all …]
Dconfig_parser.h50 std::vector<float> coefficients; member
58 std::vector<float> coefficients; member
Dpower_files.cpp272 float coefficient = power_rail_info.virtual_power_rail_info->coefficients[i]; in computeAveragePower()
/hardware/google/pixel/thermal/
DThermal.cpp291 for (size_t i = 0; i < sensor_info_pair.second.virtual_sensor_info->coefficients.size(); in dumpVirtualSensorInfo()
293 *dump_buf << sensor_info_pair.second.virtual_sensor_info->coefficients[i] << " "; in dumpVirtualSensorInfo()
530 << power_rail_pair.second.virtual_power_rail_info->coefficients[i] in dumpPowerRailInfo()
/hardware/interfaces/camera/metadata/3.3/
Dtypes.hal84 * <p>The correction coefficients to correct for this camera device's
/hardware/interfaces/camera/metadata/3.6/
Dtypes.hal55 * <p>The correction coefficients to correct for this camera device's
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal779 * <p>The correction coefficients to correct for this camera device's
1298 * <p>Noise model coefficients for each CFA mosaic channel.</p>
1561 * that lists the coefficients used to correct for vignetting, for each
1569 * that lists the coefficients used to correct for vignetting and color shading,
/hardware/interfaces/sensors/1.0/
Dtypes.hal1073 * number of feedback coefficients N (for FIR filter, N = 1).
1076 * float[M+N]: filter coefficients (b0, b1, ..., b_{M-1}), then