Searched refs:weight (Results 1 – 12 of 12) sorted by relevance
/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/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/intel/img/psb_video/src/ |
D | tng_hostheader.h | 63 IMG_INT32 weight[3][2]; member
|
D | tng_hostheader.c | 2895 …SlHParams.luma_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[0][0] … in tng__H264_prepare_slice_header() 2898 …SlHParams.chromaB_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[1][0] … in tng__H264_prepare_slice_header() 2900 …SlHParams.chromaR_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[2][0] … in tng__H264_prepare_slice_header() 2903 …SlHParams.luma_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[0][1] … in tng__H264_prepare_slice_header() 2906 …SlHParams.chromaB_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[1][1] … in tng__H264_prepare_slice_header() 2908 …SlHParams.chromaR_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[2][1] … in tng__H264_prepare_slice_header()
|
/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/sdm845/sdm/libs/hwc2/ |
D | hwc_display.cpp | 59 int weight = 10; in WidestPrimaries() local 63 lp1 *= weight; in WidestPrimaries() 66 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 | 1018 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member 1177 int32_t weight[MAX_ROI]; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 285 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
|
D | QCamera3HWI.cpp | 7877 convertToRegions(hAeRect, aeRegions, hAeRegions->weight); in translateFromHalMetadata() 8455 convertToRegions(hAfRect, afRegions, hAfRegions->weight); in translateCbUrgentMetadataToResultMetadata() 8807 int32_t *region, int weight) in convertToRegions() argument 8813 if (weight > -1) { in convertToRegions() 8814 region[FACE_WEIGHT] = weight; in convertToRegions() 8837 roi.weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions() 8869 if (roi->weight == 0) { in resetIfNeededROI()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 480 * If not set, each input element is considered to have the same weight of 761 * * “input_weights” is a weight matrix that multiplies the inputs; 762 * * “recurrent_weights” is a weight matrix that multiplies the current
|
/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()
|