/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/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/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/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/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/libhardware_legacy/include/hardware_legacy/ |
D | wifi_config.h | 33 u16 factor);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wificonfig.cpp | 185 u16 factor) in wifi_set_beacon_wifi_iface_stats_averaging_factor() argument 193 ALOGV("%s factor:%u", __FUNCTION__, factor); in wifi_set_beacon_wifi_iface_stats_averaging_factor() 229 QCA_WLAN_VENDOR_ATTR_CONFIG_STATS_AVG_FACTOR, factor)) { in wifi_set_beacon_wifi_iface_stats_averaging_factor()
|
/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/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/gatekeeper/1.0/ |
D | IGatekeeper.hal | 23 * 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 | 405 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 407 * input 12 (dilation factor for height) must be specified as well. 410 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 412 * input 11 (dilation factor for width) must be specified as well. 450 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 452 * input 9 (dilation factor for height) must be specified as well. 455 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 457 * input 8 (dilation factor for width) must be specified as well. 556 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 558 * input 13 (dilation factor for height) must be specified as well. [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 369 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 371 * input 12 (dilation factor for height) must be specified as well. 374 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 376 * input 11 (dilation factor for width) must be specified as well. 415 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 417 * input 9 (dilation factor for height) must be specified as well. 420 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped 422 * input 8 (dilation factor for width) must be specified as well. 534 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped 536 * input 13 (dilation factor for height) must be specified as well. [all …]
|
/hardware/interfaces/audio/6.0/ |
D | IStreamIn.hal | 185 * Specifies the zoom factor for the selected microphone (for processing).
|
/hardware/interfaces/audio/5.0/ |
D | IStreamIn.hal | 185 * Specifies the zoom factor for the selected microphone (for processing).
|
/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 | 1236 * <p>Gain factor from electrons to raw units when 1807 * <p>The amount of exposure time increase factor applied to the original output
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_hidl_hal_api.cpp | 1263 const int32_t barringFactor = info.barringTypeSpecificInfo.conditional().factor; in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 747 * * 3: A scalar, specifying the scale factor, alpha. 1310 * * 1: A scalar, specifying the positive scaling factor for the exponent,
|