Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 13 of 13) 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/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/
DSampleTable.cpp31 #ifndef UINT32_MAX
32 #define UINT32_MAX (4294967295U) macro
292 if (mNumSampleSizes > (UINT32_MAX - 12) / 16) { in setSampleSizeParams()
347 if (allocSize > UINT32_MAX) { in setTimeToSampleParams()
395 if (allocSize > UINT32_MAX) { in setCompositionTimeToSampleParams()
DMPEG4Extractor.cpp47 #ifndef UINT32_MAX
48 #define UINT32_MAX (4294967295U) macro
536 if (psshsize > 0 && psshsize <= UINT32_MAX) { in readMetaData()
3593 if (entrycount > UINT32_MAX / 8) { in parseSampleAuxiliaryInformationOffsets()
DMPEG4Writer.cpp117 CHECK_LT(mEntryCapacity, UINT32_MAX / mElementCapacity); in ListTableEntries()
/frameworks/av/include/private/media/
DAudioTrackShared.h293 if (minimum > UINT32_MAX) { in setMinimum()
294 minimum = UINT32_MAX; in setMinimum()
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp519 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) { in setLoop()
542 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/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.cpp1314 while (exposureTime > UINT32_MAX) { in DngCreator_setup()