Searched refs:coefficients (Results 1 – 8 of 8) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | config_parser.cpp | 216 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 …]
|
D | config_parser.h | 50 std::vector<float> coefficients; member 58 std::vector<float> coefficients; member
|
D | power_files.cpp | 272 float coefficient = power_rail_info.virtual_power_rail_info->coefficients[i]; in computeAveragePower()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 291 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/ |
D | types.hal | 84 * <p>The correction coefficients to correct for this camera device's
|
/hardware/interfaces/camera/metadata/3.6/ |
D | types.hal | 55 * <p>The correction coefficients to correct for this camera device's
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 779 * <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/ |
D | types.hal | 1073 * number of feedback coefficients N (for FIR filter, N = 1). 1076 * float[M+N]: filter coefficients (b0, b1, ..., b_{M-1}), then
|