Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp176 (mStopChunk - mFirstChunk) > UINT32_MAX / mSamplesPerChunk || in findChunkRange()
178 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange()
310 if (mTTSSampleIndex > UINT32_MAX - mTTSCount) { in findSampleTimeAndDuration()
317 (mTTSDuration != 0 && mTTSCount > UINT32_MAX / mTTSDuration) || in findSampleTimeAndDuration()
318 mTTSSampleTime > UINT32_MAX - (mTTSCount * mTTSDuration)) { in findSampleTimeAndDuration()
336 (offset > 0 && *time > UINT32_MAX - offset)) { in findSampleTimeAndDuration()
DSampleTable.cpp33 #ifndef UINT32_MAX
34 #define UINT32_MAX (4294967295U) macro
339 if (mNumSampleSizes > (UINT32_MAX - 12) / 16) { in setSampleSizeParams()
394 if (mTimeToSampleCount > UINT32_MAX / (2 * sizeof(uint32_t))) { in setTimeToSampleParams()
687 sampleTime > UINT32_MAX - compTimeDelta)) { in buildSampleEntriesTable()
693 sampleTime = UINT32_MAX; in buildSampleEntriesTable()
704 if (sampleTime > UINT32_MAX - delta) { in buildSampleEntriesTable()
707 sampleTime = UINT32_MAX; in buildSampleEntriesTable()
DMPEG4Extractor.cpp54 #ifndef UINT32_MAX
55 #define UINT32_MAX (4294967295U) macro
663 if (psshsize > 0 && psshsize <= UINT32_MAX) { in readMetaData()
4249 if (entrycount > UINT32_MAX / 8) { in parseSampleAuxiliaryInformationOffsets()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h117 #ifndef UINT32_MAX
118 #define UINT32_MAX 0xffffffff macro
/frameworks/base/libs/common_time/
Dcommon_clock.cpp52 if ((numer > UINT32_MAX) || (denom > UINT32_MAX)) { in init()
DLinearTransform.cpp68 tmp1 = (val & UINT32_MAX) * N; in scale_u64_to_u64()
97 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32); in scale_u64_to_u64()
Dclock_recovery.cpp65 while ((N > INT32_MAX) || (D > UINT32_MAX)) { in ClockRecoveryLoop()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglDrawArraysIndirect.cpp6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawArraysIndirect()
DglDrawElementsIndirect.cpp6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawElementsIndirect()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayer.h100 uint32_t mZOrder = UINT32_MAX;
DHwc2Test.cpp1171 hwc2_config_t CONFIG_MAX = UINT32_MAX; in getInvalidConfig()
3389 static_cast<uint32_t>(1), static_cast<uint32_t>(UINT32_MAX / 4), in TEST_F()
3390 static_cast<uint32_t>(UINT32_MAX / 2), in TEST_F()
3391 static_cast<uint32_t>(UINT32_MAX) }; in TEST_F()
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp136 mRepeatCount = UINT32_MAX; in PropertyAnimator()
/frameworks/av/include/private/media/
DAudioTrackShared.h309 if (minimum > UINT32_MAX) { in setMinimum()
310 minimum = UINT32_MAX; in setMinimum()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp215 if (nFilledLen > UINT32_MAX / 3) { in outputBufferSafe()
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp582 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) { in setLoop()
605 if (position > UINT32_MAX) { in setBufferPosition()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp235 if (yFrameSize > ((OMX_U64)UINT32_MAX / 3) * 2) { in onQueueFilled()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp156 CHECK_LT(ENTRY_SIZE, UINT32_MAX / mElementCapacity); in ListTableEntries()
1220 if (now < 0 || uint32_t(now) > UINT32_MAX - delta) { in getMpeg4Time()
1977 if (offset > UINT32_MAX || size > UINT32_MAX) { in addItemOffsetAndSize()
3967 if (mdhdDuration > UINT32_MAX) { in writeMdhdBox()
4128 } else if (delta < 0 && UINT32_MAX + delta < duration) { in writeCttsBox()
4129 duration = UINT32_MAX; in writeCttsBox()
DHevcUtils.cpp308 if (numNegativePics > UINT32_MAX - numPositivePics) { in parseSps()
/frameworks/minikin/libs/minikin/
DFontCollection.cpp109 const uint32_t kFirstFontScore = UINT32_MAX;
DCmapCoverage.cpp434 constexpr uint32_t kNoTable = UINT32_MAX; in getCoverage()
/frameworks/native/opengl/libagl/
Degl.cpp417 allocSize > UINT32_MAX) { in connect()
571 allocSize > UINT32_MAX) { in swapBuffers()
696 allocSize > UINT32_MAX) { in egl_pixmap_surface_t()
784 allocSize > UINT32_MAX) { in egl_pbuffer_surface_t()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp66 value = std::clamp(value, int64_t(0), int64_t(UINT32_MAX)); in parseArgs()
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp57 mTextureName(UINT32_MAX), in BufferLayer()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp440 uint32_t state = UINT32_MAX; in prepare()
/frameworks/native/libs/ui/
DRegion.cpp805 if (numRects > (UINT32_MAX / sizeof(Rect))) { in unflatten()

12