/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | constants.h | 59 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() argument 60 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 64 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() argument 65 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | constants.h | 61 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() argument 62 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 66 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() argument 67 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | constants.h | 61 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() argument 62 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 66 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() argument 67 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | constants.h | 65 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() argument 66 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 70 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() argument 71 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | constants.h | 61 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() argument 62 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 66 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() argument 67 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | constants.h | 61 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() argument 62 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 66 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() argument 67 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | constants.h | 66 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() argument 67 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 71 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() argument 72 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_config.h | 31 u16 factor);
|
/hardware/google/graphics/common/libhwjpeg/ |
D | libhwjpeg-exynos.cpp | 368 void SetDownscaleFactor(unsigned int factor) { scale_factor = factor; } in SetDownscaleFactor() argument 496 void hwjpeg_set_downscale_factor(hwjpeg_decompress_ptr cinfo, unsigned int factor) in hwjpeg_set_downscale_factor() argument 498 cinfo->scale_factor = factor; in hwjpeg_set_downscale_factor()
|
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 382 int64_t factor = static_cast<int64_t>(from); in supportedResampling() local 384 factor <<= RESAMPLING_FRACTION_BITS; in supportedResampling() 385 factor /= to; in supportedResampling() 387 if (factor > (static_cast<int64_t>(downfactor) << RESAMPLING_FRACTION_BITS)) in supportedResampling() 391 if (factor < ((1 << RESAMPLING_FRACTION_BITS) / static_cast<int64_t>(upfactor))) in supportedResampling()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wificonfig.cpp | 188 u16 factor) in wifi_set_beacon_wifi_iface_stats_averaging_factor() argument 196 ALOGV("%s factor:%u", __FUNCTION__, factor); in wifi_set_beacon_wifi_iface_stats_averaging_factor() 232 QCA_WLAN_VENDOR_ATTR_CONFIG_STATS_AVG_FACTOR, factor)) { in wifi_set_beacon_wifi_iface_stats_averaging_factor()
|
/hardware/interfaces/soundtrigger/2.3/ |
D | types.hal | 83 * Controls the sensitivity threshold adjustment factor for a given model.
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 411 static AssertionResult IsValueSimilar(int32_t dividend, int32_t divisor, double factor) { in IsValueSimilar() argument 413 if (difference > factor * abs(divisor)) { in IsValueSimilar()
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 411 size_t factor = expectedStatus == StatusV1_2::ERROR_DRM_FRAME_TOO_LARGE ? 1 : 2; in decrypt() local 413 getDecryptMemory(totalSize * factor, kSegmentIndex); in decrypt()
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 335 * Speed factor (multiplier). Normal speed has the value of 1.0f. 341 * Pitch factor (multiplier). Setting pitch value to 1.0f together
|
D | IStreamIn.hal | 185 * Specifies the zoom factor for the selected microphone (for processing).
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 24 * factor data.
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1921 uint factor = 1; in bcm_qdbm_to_mw() local 1934 factor *= 10; in bcm_qdbm_to_mw() 1940 return ((nqdBm_to_mW_map[idx] + factor/2) / factor); in bcm_qdbm_to_mw()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 406 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 408 * input 12 (dilation factor for height) must be specified as well. 411 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 413 * input 11 (dilation factor for width) must be specified as well. 451 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 453 * input 9 (dilation factor for height) must be specified as well. 456 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 458 * input 8 (dilation factor for width) must be specified as well. 558 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 560 * input 13 (dilation factor for height) must be specified as well. [all …]
|
/hardware/interfaces/audio/7.0/ |
D | types.hal | 350 * Speed factor (multiplier). Normal speed has the value of 1.0f. 356 * Pitch factor (multiplier). Setting pitch value to 1.0f together
|
D | IStreamIn.hal | 197 * Specifies the zoom factor for the selected microphone (for processing).
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssAntennaInfoCallback.hal | 57 * screen for mobiles - see sensor or form factor documents for details.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 371 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 373 * input 12 (dilation factor for height) must be specified as well. 376 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 378 * input 11 (dilation factor for width) must be specified as well. 417 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 419 * input 9 (dilation factor for height) must be specified as well. 422 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 424 * input 8 (dilation factor for width) must be specified as well. 538 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 540 * input 13 (dilation factor for height) must be specified as well. [all …]
|
/hardware/interfaces/radio/1.5/ |
D | types.hal | 818 /** The barring factor as a percentage 0-100 */ 819 int32_t factor;
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 1238 * <p>Gain factor from electrons to raw units when 1809 * <p>The amount of exposure time increase factor applied to the original output
|