/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 802 * If not set, each input element is considered to have the same weight 856 * * \f$W_{xi}\f$ is the input-to-input weight matrix, 857 * * \f$W_{hi}\f$ is the recurrent to input weight matrix, 858 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 860 * * \f$W_{xf}\f$ is the input-to-forget weight matrix, 861 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix, 862 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix, 864 * * \f$W_{xc}\f$ is the input-to-cell weight matrix, 865 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 867 * * \f$W_{xo}\f$ is the input-to-output weight matrix, [all …]
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | MemoryDomainTests.cpp | 103 TestOperand weight = {.type = operand.type, in createConvModel() local 114 .scale = operand.scale * weight.scale, in createConvModel() 124 std::move(weight), in createConvModel()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display.cpp | 58 int weight = 10; in WidestPrimaries() local 62 lp1 *= weight; in WidestPrimaries() 65 lp2 *= weight; in WidestPrimaries()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display.cpp | 61 int weight = 10; in WidestPrimaries() local 65 lp1 *= weight; in WidestPrimaries() 68 lp2 *= weight; in WidestPrimaries()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display.cpp | 61 int weight = 10; in WidestPrimaries() local 65 lp1 *= weight; in WidestPrimaries() 68 lp2 *= weight; in WidestPrimaries()
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 795 int weight[MAX_ROI]; member
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 1027 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member 1186 int32_t weight[MAX_ROI]; member
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1062 * If not set, each input element is considered to have the same weight 1124 * * \f$W_{xi}\f$ is the input-to-input weight matrix, 1125 * * \f$W_{hi}\f$ is the recurrent to input weight matrix, 1126 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 1128 * * \f$W_{xf}\f$ is the input-to-forget weight matrix, 1129 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix, 1130 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix, 1132 * * \f$W_{xc}\f$ is the input-to-cell weight matrix, 1133 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 1135 * * \f$W_{xo}\f$ is the input-to-output weight matrix, [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1059 * If not set, each input element is considered to have the same weight 1121 * * \f$W_{xi}\f$ is the input-to-input weight matrix, 1122 * * \f$W_{hi}\f$ is the recurrent to input weight matrix, 1123 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 1125 * * \f$W_{xf}\f$ is the input-to-forget weight matrix, 1126 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix, 1127 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix, 1129 * * \f$W_{xc}\f$ is the input-to-cell weight matrix, 1130 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 1132 * * \f$W_{xo}\f$ is the input-to-output weight matrix, [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 290 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
|
D | QCamera3HWI.cpp | 8119 convertToRegions(hAeRect, aeRegions, hAeRegions->weight); in translateFromHalMetadata() 8801 convertToRegions(hAfRect, afRegions, hAfRegions->weight); in translateCbUrgentMetadataToResultMetadata() 9153 int32_t *region, int weight) in convertToRegions() argument 9159 if (weight > -1) { in convertToRegions() 9160 region[FACE_WEIGHT] = weight; in convertToRegions() 9183 roi.weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions() 9215 if (roi->weight == 0) { in resetIfNeededROI()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 8924 areas[0].weight == 0) { in setFocusAreas() 8952 af_roi_value.weight[i] = areas[i].weight; in setFocusAreas() 9013 areas[0].weight == 0) { in setMeteringAreas() 12091 pAreas[index].weight = values[4]; in parseCameraAreaString() 12120 areas[0].weight == 0) { in validateCameraAreas() 12151 if (areas[i].weight < 1 || areas[i].weight > 1000) { in validateCameraAreas()
|