/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pv_amr_wb_type_defs.h | 117 #ifndef UINT32_MAX 118 #define UINT32_MAX 0xffffffff macro
|
/frameworks/av/media/libstagefright/ |
D | SampleTable.cpp | 31 #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()
|
D | SampleIterator.cpp | 175 (mStopChunk - mFirstChunk) > UINT32_MAX / mSamplesPerChunk || in findChunkRange() 177 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange() 326 (offset > 0 && *time > UINT32_MAX - offset)) { in findSampleTimeAndDuration()
|
D | HevcUtils.cpp | 290 if (numNegativePics > UINT32_MAX - numPositivePics) { in parseSps()
|
D | MPEG4Extractor.cpp | 48 #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()
|
D | MPEG4Writer.cpp | 131 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/ |
D | common_clock.cpp | 53 if ((numer > UINT32_MAX) || (denom > UINT32_MAX)) { in init()
|
D | clock_recovery.cpp | 65 while ((N > INT32_MAX) || (D > UINT32_MAX)) { in ClockRecoveryLoop()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawArraysIndirect.cpp | 6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawArraysIndirect()
|
D | glDrawElementsIndirect.cpp | 6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawElementsIndirect()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_storage.c | 61 #ifndef UINT32_MAX 62 #define UINT32_MAX (4294967295U) macro 340 UINT32_MAX / pStorage->activeSps->picWidthInMbs) in h264bsdActivateParamSets()
|
D | EvaluationTestBench.c | 303 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
|
D | H264SwDecApi.c | 85 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
|
D | DecTestBench.c | 705 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
|
D | TestBenchMultipleInstance.c | 418 if (size > UINT32_MAX / num) { in H264SwDecMalloc()
|
D | h264bsd_dpb.c | 1003 if (picSizeInMbs > (UINT32_MAX - 32 - 15) / 384) { in h264bsdInitDpb()
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesAnimatorSet.cpp | 114 mRepeatCount = UINT32_MAX; in PropertyAnimator()
|
/frameworks/av/include/private/media/ |
D | AudioTrackShared.h | 307 if (minimum > UINT32_MAX) { in setMinimum() 308 minimum = UINT32_MAX; in setMinimum()
|
/frameworks/minikin/libs/minikin/ |
D | CmapCoverage.cpp | 148 const uint32_t kNoTable = UINT32_MAX; in getCoverage()
|
D | FontCollection.cpp | 148 const uint32_t kFirstFontScore = UINT32_MAX;
|
/frameworks/av/media/libmedia/ |
D | AudioTrackShared.cpp | 541 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) { in setLoop() 564 if (position > UINT32_MAX) { in setBufferPosition()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 400 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/ |
D | null_driver.cpp | 458 UINT32_MAX, // maxDrawIndexedIndexValue in GetPhysicalDeviceProperties()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 472 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()
|
D | android_hardware_camera2_DngCreator.cpp | 1337 while (exposureTime > UINT32_MAX) { in DngCreator_setup()
|