Home
last modified time | relevance | path

Searched refs:INT32_MIN (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h106 #ifndef INT32_MIN
107 #define INT32_MIN (-2147483647 - 1) macro
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp52 touchpad.last_device_x = INT32_MIN; in Reset()
53 touchpad.last_device_y = INT32_MIN; in Reset()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Process.c30 } else if (result <= INT32_MIN) { in mult32x32in32_shiftr()
31 return INT32_MIN; in mult32x32in32_shiftr()
/frameworks/native/services/sensorservice/
DSensorRegistrationInfo.h32 mSensorHandle = mSamplingRateUs = mMaxReportLatencyUs = INT32_MIN; in SensorRegistrationInfo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format.py58 INT32_MIN = int(-(1 << 31)) variable
Dwire_format_test.py164 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
/frameworks/native/include_sensor/android/
Dsensor.h66 #define ASENSOR_DELAY_INVALID INT32_MIN
/frameworks/native/include/android/
Dsensor.h66 #define ASENSOR_DELAY_INVALID INT32_MIN
/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp349 if ((offset < 0 && *time < (offset == INT32_MIN ? in findSampleTimeAndDuration()
DSampleTable.cpp684 (compTimeDelta == INT32_MIN ? in buildSampleEntriesTable()
DMPEG4Extractor.cpp510 delay < INT32_MIN) { in getTrackMetaData()
/frameworks/av/media/libaaudio/tests/
Dtest_various.cpp471 actualSize = AAudioStream_setBufferSizeInFrames(aaudioStream, INT32_MIN); in TEST()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp145 delta = std::clamp(delta, int64_t(INT32_MIN), int64_t(INT32_MAX)); in msBetween()
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp2270 C2Int32Value int32Value(INT32_MIN); in TEST_F()
2272 EXPECT_EQ(INT32_MIN, int32Value.value); in TEST_F()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp803 if (value < 0 && value >= INT32_MIN) { in configure()
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp1760 && value >= INT32_MIN in isValidInt32ColourValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c6127 if (val > INT32_MAX || val < INT32_MIN || errno == ERANGE || *end) in parse_default()
10242 if (val > INT32_MAX || val < INT32_MIN || errno == ERANGE || end != myend) in parse_number()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c6739 if (val > INT32_MAX || val < INT32_MIN || errno == ERANGE || *end) in parse_default()
10938 if (val > INT32_MAX || val < INT32_MIN || errno == ERANGE || end != myend) in parse_number()
/frameworks/av/media/libstagefright/
DACodec.cpp1832 } else if (mMaxPtsGapUs > INT32_MAX || mMaxPtsGapUs < INT32_MIN) { in configureCodec()