Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h117 #ifndef UINT32_MAX
118 #define UINT32_MAX 0xffffffff macro
/frameworks/av/media/libstagefright/
DSampleTable.cpp31 #ifndef UINT32_MAX
32 #define UINT32_MAX (4294967295U) macro
298 if (mNumSampleSizes > (UINT32_MAX - 12) / 16) { in setSampleSizeParams()
354 (uint64_t)UINT32_MAX / (2 * sizeof(uint32_t))) { in setTimeToSampleParams()
417 if (allocSize > UINT32_MAX) { in setCompositionTimeToSampleParams()
574 sampleTime > UINT32_MAX - compTimeDelta)) { in buildSampleEntriesTable()
580 sampleTime = UINT32_MAX; in buildSampleEntriesTable()
DSampleIterator.cpp175 (mStopChunk - mFirstChunk) > UINT32_MAX / mSamplesPerChunk || in findChunkRange()
177 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange()
326 (offset > 0 && *time > UINT32_MAX - offset)) { in findSampleTimeAndDuration()
DHevcUtils.cpp290 if (numNegativePics > UINT32_MAX - numPositivePics) { in parseSps()
DMPEG4Extractor.cpp48 #ifndef UINT32_MAX
49 #define UINT32_MAX (4294967295U) macro
558 if (psshsize > 0 && psshsize <= UINT32_MAX) { in readMetaData()
3801 if (entrycount > UINT32_MAX / 8) { in parseSampleAuxiliaryInformationOffsets()
DMPEG4Writer.cpp131 CHECK_LT(mEntryCapacity, UINT32_MAX / mElementCapacity); in ListTableEntries()
1029 if (now < 0 || uint32_t(now) > UINT32_MAX - delta) { in getMpeg4Time()
/frameworks/base/libs/common_time/
Dcommon_clock.cpp53 if ((numer > UINT32_MAX) || (denom > UINT32_MAX)) { in init()
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/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_storage.c61 #ifndef UINT32_MAX
62 #define UINT32_MAX (4294967295U) macro
340 UINT32_MAX / pStorage->activeSps->picWidthInMbs) in h264bsdActivateParamSets()
DEvaluationTestBench.c303 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
DH264SwDecApi.c85 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
DDecTestBench.c705 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
DTestBenchMultipleInstance.c418 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
Dh264bsd_dpb.c1003 if (picSizeInMbs > (UINT32_MAX - 32 - 15) / 384) { in h264bsdInitDpb()
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp114 mRepeatCount = UINT32_MAX; in PropertyAnimator()
/frameworks/av/include/private/media/
DAudioTrackShared.h307 if (minimum > UINT32_MAX) { in setMinimum()
308 minimum = UINT32_MAX; in setMinimum()
/frameworks/minikin/libs/minikin/
DCmapCoverage.cpp148 const uint32_t kNoTable = UINT32_MAX; in getCoverage()
DFontCollection.cpp148 const uint32_t kFirstFontScore = UINT32_MAX;
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp541 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) { in setLoop()
564 if (position > UINT32_MAX) { in setBufferPosition()
/frameworks/native/opengl/libagl/
Degl.cpp400 allocSize > UINT32_MAX) { in connect()
560 allocSize > UINT32_MAX) { in swapBuffers()
685 allocSize > UINT32_MAX) { in egl_pixmap_surface_t()
772 allocSize > UINT32_MAX) { in egl_pbuffer_surface_t()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp458 UINT32_MAX, // maxDrawIndexedIndexValue in GetPhysicalDeviceProperties()
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp472 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawArraysIndirect()
484 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawElementsIndirect()
Dandroid_hardware_camera2_DngCreator.cpp1337 while (exposureTime > UINT32_MAX) { in DngCreator_setup()