Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 12 of 12) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
/hardware/intel/img/psb_video/src/
Dtng_hostheader.h63 IMG_INT32 weight[3][2]; member
Dtng_hostheader.c2895 …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/
Dhwc_display.cpp58 int weight = 10; in WidestPrimaries() local
62 lp1 *= weight; in WidestPrimaries()
65 lp2 *= weight; in WidestPrimaries()
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
Dhwc_display.cpp59 int weight = 10; in WidestPrimaries() local
63 lp1 *= weight; in WidestPrimaries()
66 lp2 *= weight; in WidestPrimaries()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h795 int weight[MAX_ROI]; member
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1018 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/
DQCamera3HWI.h285 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
DQCamera3HWI.cpp7877 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/
Dtypes.hal480 * 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/
DQCameraParameters.cpp8924 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()