/frameworks/av/media/extractors/mp4/ |
D | SampleIterator.cpp | 176 (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()
|
D | SampleTable.cpp | 33 #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()
|
D | MPEG4Extractor.cpp | 54 #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/ |
D | pv_amr_wb_type_defs.h | 117 #ifndef UINT32_MAX 118 #define UINT32_MAX 0xffffffff macro
|
/frameworks/base/libs/common_time/ |
D | common_clock.cpp | 52 if ((numer > UINT32_MAX) || (denom > UINT32_MAX)) { in init()
|
D | LinearTransform.cpp | 68 tmp1 = (val & UINT32_MAX) * N; in scale_u64_to_u64() 97 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32); in scale_u64_to_u64()
|
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/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestLayer.h | 100 uint32_t mZOrder = UINT32_MAX;
|
D | Hwc2Test.cpp | 1171 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/ |
D | PropertyValuesAnimatorSet.cpp | 136 mRepeatCount = UINT32_MAX; in PropertyAnimator()
|
/frameworks/av/include/private/media/ |
D | AudioTrackShared.h | 309 if (minimum > UINT32_MAX) { in setMinimum() 310 minimum = UINT32_MAX; in setMinimum()
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 215 if (nFilledLen > UINT32_MAX / 3) { in outputBufferSafe()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 582 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) { in setLoop() 605 if (position > UINT32_MAX) { in setBufferPosition()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 235 if (yFrameSize > ((OMX_U64)UINT32_MAX / 3) * 2) { in onQueueFilled()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 156 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()
|
D | HevcUtils.cpp | 308 if (numNegativePics > UINT32_MAX - numPositivePics) { in parseSps()
|
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 109 const uint32_t kFirstFontScore = UINT32_MAX;
|
D | CmapCoverage.cpp | 434 constexpr uint32_t kNoTable = UINT32_MAX; in getCoverage()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 417 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/ |
D | TimeStats.cpp | 66 value = std::clamp(value, int64_t(0), int64_t(UINT32_MAX)); in parseArgs()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayer.cpp | 57 mTextureName(UINT32_MAX), in BufferLayer()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 440 uint32_t state = UINT32_MAX; in prepare()
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 805 if (numRects > (UINT32_MAX / sizeof(Rect))) { in unflatten()
|