Home
last modified time | relevance | path

Searched refs:range (Results 1 – 25 of 68) sorted by relevance

123

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.h24 #define RANGE_FLOAT_TO_FIXEDPOINT(range, x) { \ argument
25 range.mantissa = (long)x; \
26 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
28 #define RANGE_FIXEDPOINT_TO_FLOAT(range, x) { \ argument
29 x = (float)(range.mantissa); \
30 x += ((float)range.fraction/PRECISION); \
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal42 * range<type>: <type>-<type>
79 * key: 'bitrate-range', value-type: range<num>
85 * key: 'sample-rate-ranges', value-type: list<range<num>>
89 * key: 'block-aspect-ratio-range', value-type: range<ratio>
90 * key: 'block-count-range', value-type: range<num>
92 * key: 'blocks-per-second-range', value-type: range<num>
94 * key: 'frame-rate-range', value-type: range<num>
95 * key: 'pixel-aspect-ratio-range', value-type: range<ratio>
96 * key: 'size-range', value-type: range<size>
100 * key: 'measured-frame-rate-<width>-<height>-range',
[all …]
Dtypes.hal221 FULL, // Full range
222 LIMITED, // Limited range (if defined), or not full range
273 Range range;
/hardware/interfaces/ir/1.0/vts/functional/
DVtsHalIrV1_0TargetTest.cpp63 for (auto range = ranges.begin(); range != ranges.end(); range++) { in TEST_F() local
64 EXPECT_TRUE(ir->transmit(range->min, vec)); in TEST_F()
65 EXPECT_TRUE(ir->transmit(range->max, vec)); in TEST_F()
/hardware/interfaces/audio/effect/2.0/
DIEnvironmentalReverbEffect.hal157 int16_t roomLevel; // in millibels, range -6000 to 0
158 int16_t roomHfLevel; // in millibels, range -4000 to 0
159 uint32_t decayTime; // in milliseconds, range 100 to 20000
160 int16_t decayHfRatio; // in permilles, range 100 to 1000
161 int16_t reflectionsLevel; // in millibels, range -6000 to 0
162 uint32_t reflectionsDelay; // in milliseconds, range 0 to 65
163 int16_t reverbLevel; // in millibels, range -6000 to 0
164 uint32_t reverbDelay; // in milliseconds, range 0 to 65
165 int16_t diffusion; // in permilles, range 0 to 1000
166 int16_t density; // in permilles, range 0 to 1000
DIAutomaticGainControlEffect.hal34 * Sets gain in the compression range in millibels.
39 * Gets gain in the compression range.
DIBassBoostEffect.hal36 * @param strength strength of the effect. The valid range for strength
DIVirtualizerEffect.hal36 * @param strength strength of the effect. The valid range for strength
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidReport.cpp129 auto range = h.getLogicalRange(); in operator <<() local
130 os << "logMin: " << range.first << ", " in operator <<()
131 << "logMax: " << range.second << ", "; in operator <<()
133 if (range == h.getPhysicalRange()) { in operator <<()
136 range = h.getPhysicalRange(); in operator <<()
137 os << "phyMin: " << range.first << ", " in operator <<()
138 << "phyMax: " << range.second << ", "; in operator <<()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp70 auto range = findRangeLocked(propId); in removeValuesForProperty() local
71 mPropertyValues.erase(range.first, range.second); in removeValuesForProperty()
87 auto range = findRangeLocked(propId); in readValuesForProperty() local
88 for (auto it = range.first; it != range.second; ++it) { in readValuesForProperty()
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal92 * id' of the navigation message, in the range of 1-25 (Subframe 1, 2, 3
95 * - For Glonass L1 C/A, this refers to the frame ID, in the range of 1-5.
97 * - For BeiDou D1, this refers to the frame number in the range of 1-24
99 * - For Beidou D2, this refers to the frame number, in the range of 1-120
102 * number, in the range of 1-12
105 * number in the range of 1-24
115 * the subframe number of the navigation message, in the range of 1-5.
117 * - For Glonass L1 C/A, this refers to the String number, in the range from
120 * - For Galileo F/NAV, this refers to the page type in the range 1-6
122 * - For Galileo I/NAV, this refers to the word type in the range 1-10+
DIGnssMeasurementCallback.hal327 * valid range for this field can be:
349 * valid range for this field can be:
366 * valid range for this field can be:
397 * valid range for this field can be:
413 * Carrier-to-noise density in dB-Hz, typically in the range [0, 63].
457 * Accumulated delta range's state. It indicates whether ADR is reset or
465 * Accumulated delta range since the last channel reset in meters.
468 * The sign of the 'accumulated delta range' and its relation to the sign of
470 * accumulated delta range = -k * carrier phase (where k is a constant)
472 * This value must be populated if 'accumulated delta range state' !=
[all …]
DIGnssMeasurement.hal36 * intra-measurement time offsets in the range from 0-2000msec can be
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal32 * The component values are unsigned normalized to the range [0, 1], whose
41 * The component values are unsigned normalized to the range [0, 1], whose
50 * The component values are unsigned normalized to the range [0, 1], whose
60 * The component values are unsigned normalized to the range [0, 1], whose
69 * The component values are unsigned normalized to the range [0, 1], whose
324 * The component values are unsigned normalized to the range [0, 1], whose
332 * This range is reserved for vendor extensions. Formats in this range
356 * The component values are unsigned normalized to the range [0, 1], whose
381 * The component values are unsigned normalized to the range [0, 1], whose
405 * This range is reserved for vendor extensions. Formats in this range
[all …]
/hardware/intel/img/psb_video/src/
Dvsp_VPP.c976 denoise_cap->range.min_value = MIN_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
977 denoise_cap->range.max_value = MAX_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
978 denoise_cap->range.default_value = MIN_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
979 denoise_cap->range.step = STEP_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
984 deblock_cap->range.min_value = MIN_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
985 deblock_cap->range.max_value = MAX_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
986 deblock_cap->range.default_value = MIN_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
987 deblock_cap->range.step = STEP_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
993 sharpen_cap->range.min_value = MIN_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
994 sharpen_cap->range.max_value = MAX_VPP_PARAM; in vsp_QueryVideoProcFilterCaps()
[all …]
Dtng_yuv_processor.c485 no_cap->range.min_value = 0; in ved_QueryVideoProcFilterCaps()
486 no_cap->range.max_value = 0; in ved_QueryVideoProcFilterCaps()
487 no_cap->range.default_value = 0; in ved_QueryVideoProcFilterCaps()
488 no_cap->range.step = 0; in ved_QueryVideoProcFilterCaps()
DAndroid.mk37 -Wno-tautological-constant-out-of-range-compare \
/hardware/intel/common/libva/va/
Dva_vpp.h932 VAProcFilterValueRange range; member
946 VAProcFilterValueRange range; member
954 VAProcFilterValueRange range; member
Dva_dec_vp8.h54 unsigned char range; member
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp172 adjust_to_range(VAProcFilterValueRange *range, float value) in adjust_to_range() argument
174 if (value < range->min_value || value > range->max_value){ in adjust_to_range()
176 value, range->min_value, range->max_value, range->default_value); in adjust_to_range()
177 return range->default_value; in adjust_to_range()
479 intensity = denoise_caps.range.default_value; in denoise_filter_init()
481 intensity = adjust_to_range(&denoise_caps.range, intensity); in denoise_filter_init()
584 intensity = sharpening_caps.range.default_value; in sharpening_filter_init()
587 intensity = adjust_to_range(&sharpening_caps.range, intensity); in sharpening_filter_init()
644 value = color_balance_caps[i].range.default_value; in color_balance_filter_init()
646 value = adjust_to_range(&color_balance_caps[i].range, value); in color_balance_filter_init()
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp414 … deblock.value = deblockCaps.range.min_value + DENOISE_DEBLOCK_STRENGTH * deblockCaps.range.step; in setupFilters()
443 … denoise.value = denoiseCaps.range.min_value + DENOISE_DEBLOCK_STRENGTH * denoiseCaps.range.step; in setupFilters()
500 sharpen.value = sharpenCaps.range.default_value; in setupFilters()
526 … color[i].value = colorCaps[i].range.min_value + COLOR_STRENGTH * colorCaps[i].range.step; in setupFilters()
532 … color[i].value = colorCaps[i].range.min_value + COLOR_STRENGTH * colorCaps[i].range.step; in setupFilters()
629 stde.value = stdeCaps.range.default_value; in setupFilters()
/hardware/qcom/display/msm8998/include/
Dcolor_metadata.h143 ColorRange range; member
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal159 * The slot must be in the range of [0, NUM_BUFFER_SLOTS).
165 * * slot was out of range (see above)
196 * * bufferCount was out of range (see above).
322 * out of the range [0, NUM_BUFFER_SLOTS), or because the slot
409 * The slot must be in the range of [0, NUM_BUFFER_SLOTS).
422 * * slot index was out of range (see above).
442 * The slot must be in the range of [0, NUM_BUFFER_SLOTS).
452 * * slot index was out of range (see above).
468 * * BAD_VALUE - what was out of range
507 * * api was out of range (see above).
[all …]
/hardware/interfaces/camera/device/1.0/
Dtypes.hal209 * The confidence level of the face. The range is 1 to 100. 100 is the
223 * The coordinates of the center of the left eye. The range is -1000 to
229 * The coordinates of the center of the right eye. The range is -1000 to
235 * The coordinates of the center of the mouth. The range is -1000 to 1000.
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal63 * receives SharedBuffer instances which specify the buffer address range
91 * call to operate on a range of subsamples in a single call

123