Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDisplay.cpp200 nsecs_t sum; in computeAverageVsyncInterval() local
211 sum = mVsyncIntervalHistory[0]; in computeAverageVsyncInterval()
215 sum += mVsyncIntervalHistory[j]; in computeAverageVsyncInterval()
222 sum = sum - vsyncMaxOutlier - vsyncMinOutlier; in computeAverageVsyncInterval()
223 mAvgVsyncInterval = sum / (CAMERA_NUM_VSYNC_INTERVAL_HISTORY - 2); in computeAverageVsyncInterval()
/hardware/qcom/display/msm8084/libqdutils/
Dprofiler.cpp178 nsecs_t sum = 0; in calc_fps() local
180 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
182 (float)sum)); in calc_fps()
/hardware/qcom/display/msm8996/libqdutils/
Dprofiler.cpp178 nsecs_t sum = 0; in calc_fps() local
180 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
182 (float)sum)); in calc_fps()
/hardware/qcom/display/msm8909w_3100/libqdutils/
Dprofiler.cpp179 nsecs_t sum = 0; in calc_fps() local
181 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
183 (float)sum)); in calc_fps()
/hardware/qcom/display/msm8998/libqdutils/
Dprofiler.cpp179 nsecs_t sum = 0; in calc_fps() local
181 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
183 (float)sum)); in calc_fps()
/hardware/qcom/display/msm8909/libqdutils/
Dprofiler.cpp179 nsecs_t sum = 0; in calc_fps() local
181 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
183 (float)sum)); in calc_fps()
/hardware/qcom/display/msm8994/libqdutils/
Dprofiler.cpp178 nsecs_t sum = 0; in calc_fps() local
180 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
182 (float)sum)); in calc_fps()
/hardware/qcom/display/msm8226/libqdutils/
Dprofiler.cpp178 nsecs_t sum = 0; in calc_fps() local
180 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
182 (float)sum)); in calc_fps()
/hardware/qcom/display/msm8960/libqdutils/
Dprofiler.cpp174 nsecs_t sum = 0; in calc_fps() local
176 sum += debug_fps_metadata.framearrivals[i]; in calc_fps()
177 print_fps((debug_fps_metadata.period * float(1000000))/float(sum)); in calc_fps()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c472 float d[6][6], sum = 0; in inv_matrix_det() local
480 sum = in inv_matrix_det()
481 sum + *(p + 6 * i + j) * SIGNM(i + in inv_matrix_det()
486 return (sum); in inv_matrix_det()
491 double d[6][6], sum = 0; in inv_matrix_detd() local
499 sum = in inv_matrix_detd()
500 sum + *(p + 6 * i + j) * SIGNM(i + in inv_matrix_detd()
505 return (sum); in inv_matrix_detd()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c472 float d[6][6], sum = 0; in inv_matrix_det() local
480 sum = in inv_matrix_det()
481 sum + *(p + 6 * i + j) * SIGNM(i + in inv_matrix_det()
486 return (sum); in inv_matrix_det()
491 double d[6][6], sum = 0; in inv_matrix_detd() local
499 sum = in inv_matrix_detd()
500 sum + *(p + 6 * i + j) * SIGNM(i + in inv_matrix_detd()
505 return (sum); in inv_matrix_detd()
/hardware/interfaces/tests/memory/2.0/
DIMemoryInterface.hal9 // equal size, the first contains the byte-wise sum and the other the byte-
/hardware/interfaces/tests/expression/1.0/
DIExpression.hal63 // both treated int32_t, sum = (int64_t)(int32_t)0x80000000 = (int64_t)(-2147483648)
65 // 0x80000000 is uint32_t, sum = (int64_t)(uint32_t)0x7fffffff = (int64_t)(2147483647)
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h399 [](size_t sum, auto& entry) { return sum + entry->encodedSize(); }); in encodedSize()
541 [](size_t sum, auto& entry) { return sum + entry->encodedSize(); }); in encodedSize()
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t143 * Performance of an {@link OperationType::IF} operation is the sum of
145 * two branch subgraphs, where performance for a subgraph is the sum of the
151 * Performance of a {@link OperationType::WHILE} operation is the sum of
154 * subgraph is the sum of the performance of all operations within the
Dtypes.hal97 * dimensions. The output is the sum of both input tensors, optionally
141 * * 0: The sum, a tensor of the same {@link OperandType} as input0.
159 * ) / sum(1)
263 * tensors. The output shape is [D0, D1, ..., sum(Daxis(i)), ..., Dm].
886 * sum(1))
960 * given vector, each component is divided by the weighted, squared sum of
965 * sqr_sum[a, b, c, d] = sum(
3521 * sum_{h, w}(input[b, h, w, c]) / sum(1)
3524 * sum_{h, w}(pow(input[b, h, w, c] - mean[b, c], 2)) / sum(1)
4451 * A sum of begin offset and a size of a slice must not exceed size of a
[all …]
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp279 int sum = 63*64/2; in TEST_P() local
280 EXPECT_EQ(sum, dataOut[0]); in TEST_P()
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal155 * can be derived by subtracting the sum of fullBiasNs and biasNs (when
189 * The error estimate for the sum of this and the biasNs is the biasUncertaintyNs.
200 * The error estimate for the sum of this and the fullBiasNs is the
/hardware/interfaces/camera/common/1.0/
Dtypes.hal278 * combination of camera devices exposed by the HAL where the sum of
315 * Since the sum of the resource costs is > 100, if a higher-priority
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal84 * dimensions. The output is the sum of both input tensors, optionally
118 * * 0: The sum, a tensor of the same {@link OperandType} as input0.
135 * ) / sum(1)
218 * tensors. The output shape is [D0, D1, ..., sum(Daxis(i)), ..., Dm].
663 * sum(1))
725 * given vector, each component is divided by the weighted, squared sum of
730 * sqr_sum[a, b, c, d] = sum(
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal160 * dimensions. The output is the sum of both input tensors, optionally
199 * * 0: The sum, a tensor of the same {@link OperandType} as input0.
216 * ) / sum(1)
314 * tensors. The output shape is [D0, D1, ..., sum(Daxis(i)), ..., Dm].
892 * sum(1))
966 * given vector, each component is divided by the weighted, squared sum of
971 * sqr_sum[a, b, c, d] = sum(
3316 * sum_{h, w}(input[b, h, w, c]) / sum(1)
3319 * sum_{h, w}(pow(input[b, h, w, c] - mean[b, c], 2)) / sum(1)
4216 * A sum of begin offset and a size of a slice must not exceed size of a
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4101 unsigned long long int sum = 0, weighted_sum = 0; in venc_empty_buf() local
4122 sum = in venc_empty_buf()
4131 cr = (weighted_sum && sum) ? in venc_empty_buf()
4132 ((256 * sum) << 16) / weighted_sum : cr; in venc_empty_buf()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4407 unsigned long long int sum = 0, weighted_sum = 0; in venc_empty_buf() local
4428 sum = in venc_empty_buf()
4437 compression_ratio = (weighted_sum && sum) ? in venc_empty_buf()
4438 ((256 * sum) << 16) / weighted_sum : compression_ratio; in venc_empty_buf()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal523 * be the sum of the ranges based on fuel and battery.