Searched refs:weight (Results 1 – 16 of 16) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
D | over_temp_cal.c | 36 .weight = 10.0f, 42 .weight = 0.1f, 781 if (new_otc_weight->weight <= 0.0f) { in overTempValidateAndSetWeight() 1356 float weight = 1.0f; in updateModel() local 1361 weight = evaluateWeightingFunction( in updateModel() 1364 sw += weight; in updateModel() 1365 st += over_temp_cal->model_data[i].offset_temp_celsius * weight; in updateModel() 1366 sx += over_temp_cal->model_data[i].offset[0] * weight; in updateModel() 1367 sy += over_temp_cal->model_data[i].offset[1] * weight; in updateModel() 1368 sz += over_temp_cal->model_data[i].offset[2] * weight; in updateModel() [all …]
|
D | over_temp_cal.h | 151 float weight; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/ |
D | lua.css | 18 font-weight: normal ;
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_print.c | 398 u_int priority, weight, port; in ns_sprintrrf() local 405 weight = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf() 407 … len = SPRINTF((t, "%u %u %u ", (unsigned int)priority, (unsigned int)weight, (unsigned int)port)); in ns_sprintrrf()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | wsgui.py | 94 top.columnconfigure(99, weight=1)
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3HWI.h | 168 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
|
D | QCamera3HWI.cpp | 6014 convertToRegions(hAeRegions->rect, aeRegions, hAeRegions->weight); in translateFromHalMetadata() 6057 convertToRegions(hAfRegions->rect, afRegions, hAfRegions->weight); in translateFromHalMetadata() 6754 int32_t *region, int weight) in convertToRegions() argument 6760 if (weight > -1) { in convertToRegions() 6761 region[4] = weight; in convertToRegions() 6786 roi.weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions() 6818 if (roi->weight == 0) { in resetIfNeededROI()
|
/device/google/marlin/camera/ |
D | QCamera_Intf.h | 795 int weight[MAX_ROI]; member
|
/device/google/marlin/camera/QCamera2/stack/common/ |
D | cam_types.h | 885 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member 1041 int32_t weight[MAX_ROI]; member
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/ |
D | cam_types.h | 885 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member 1041 int32_t weight[MAX_ROI]; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 209 overall weight of memory speed will slightly increase.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 209 overall weight of memory speed will slightly increase.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-sdk.txt | 209 overall weight of memory speed will slightly increase.
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 8640 areas[0].weight == 0) { in setFocusAreas() 8668 af_roi_value.weight[i] = areas[i].weight; in setFocusAreas() 8729 areas[0].weight == 0) { in setMeteringAreas() 11662 pAreas[index].weight = values[4]; in parseCameraAreaString() 11691 areas[0].weight == 0) { in validateCameraAreas() 11722 if (areas[i].weight < 1 || areas[i].weight > 1000) { in validateCameraAreas()
|
/device/google/bonito/ |
D | init.hardware.rc | 498 write /dev/blkio/blkio.weight 1000 499 write /dev/blkio/background/blkio.weight 10
|
/device/google/crosshatch/ |
D | init.hardware.rc | 607 write /dev/blkio/blkio.weight 1000 608 write /dev/blkio/background/blkio.weight 10
|