Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h59 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/sdm845/display/sdm/include/utils/
Dconstants.h61 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/msm8998/sdm/include/utils/
Dconstants.h61 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/
Dconstants.h61 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/
Dconstants.h61 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/libhardware_legacy/include/hardware_legacy/
Dwifi_config.h33 u16 factor);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwificonfig.cpp185 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/
Ddrm_hal_common.cpp350 size_t factor = expectedStatus == StatusV1_2::ERROR_DRM_FRAME_TOO_LARGE ? 1 : 2; in decrypt() local
352 getDecryptMemory(totalSize * factor, kSegmentIndex); in decrypt()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal412 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped
414 * input 12 (dilation factor for height) must be specified as well.
417 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped
419 * input 11 (dilation factor for width) must be specified as well.
455 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped
457 * input 9 (dilation factor for height) must be specified as well.
460 * factor for height. Defaults to 1. If set to k > 1, there will be k-1 skipped
462 * input 8 (dilation factor for width) must be specified as well.
562 * factor for width. Defaults to 1. If set to k > 1, there will be k-1 skipped
564 * input 13 (dilation factor for height) must be specified as well.
[all …]
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal23 * factor data.
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1921 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/audio/5.0/
DIStreamIn.hal185 * Specifies the zoom factor for the selected microphone (for processing).
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal1236 * <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/neuralnetworks/1.0/
Dtypes.hal735 * factor, alpha.
1318 * scaling factor for the exponent, beta.