Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dq_gain2.c39 #define RANGE 64 macro
96 size = RANGE; in Q_gain2()
106 p = t_qua_gain7b + RANGE; /* pt at 1/4th of table */ in Q_gain2()
108 j = nb_qua_gain7b - RANGE; in Q_gain2()
124 size = RANGE; in Q_gain2()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp72 if (values.type == C2FieldSupportedValues::RANGE) { in C2SupportedRange()
334 case C2FieldSupportedValues::RANGE: return _mRange.contains(value); in supports()
369 _mType(type_t::RANGE), in Impl()
386 case type_t::RANGE: in operator C2ParamFieldValues()
433 case type_t::RANGE: in limitTo()
483 case type_t::RANGE: in limitTo()
500 _mType = _mRange.isEmpty() ? type_t::EMPTY : type_t::RANGE; in limitTo()
516 case type_t::RANGE: in limitTo()
521 _mType = _mRange.isEmpty() ? type_t::EMPTY : type_t::RANGE; in limitTo()
DC2Debug.cpp254 if (_mType == C2FieldSupportedValues::RANGE) { in streamOut()
/frameworks/minikin/tests/unittest/
DCmapCoverageTest.cpp1173 #define RANGE(x, y) x, y macro
1177 {RANGE('a', 'e'), RANGE('g', 'h'), RANGE('j', 'j'), RANGE('m', 'z')})); in TEST()
1199 #undef RANGE
/frameworks/av/media/codec2/core/include/
DC2Param.h1523 RANGE, ///< a numeric range that can be continuous or discrete
1577 : type(RANGE),
1582 type(RANGE),
1587 : type(RANGE),
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp508 { CU::kColorRangeUnspecified, GET_HAL_BITFIELD(RANGE, UNSPECIFIED) },
509 { CU::kColorRangeFull, GET_HAL_BITFIELD(RANGE, FULL) },
510 { CU::kColorRangeLimited, GET_HAL_BITFIELD(RANGE, LIMITED) },
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp270 if (sv.type == sv.RANGE) { in dumpFSV()
DC2ComponentInterface_test.cpp369 case C2FieldSupportedValues::type_t::RANGE: { in getTestValues()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp136 case C2FieldSupportedValues::RANGE: { in objcpy()
187 d->type = C2FieldSupportedValues::RANGE; in objcpy()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp160 if (fsv.type == C2FieldSupportedValues::RANGE && fsv.range.step.u32 > 0) { in UseComponentStoreForIonAllocator()