Home
last modified time | relevance | path

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

12

/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/extractors/mp4/
DSampleIterator.cpp182 (mStopChunk - mFirstChunk) > UINT32_MAX / mSamplesPerChunk || in findChunkRange()
184 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange()
316 if (mTTSSampleIndex > UINT32_MAX - mTTSCount) { in findSampleTimeAndDuration()
DSampleTable.cpp33 #ifndef UINT32_MAX
34 #define UINT32_MAX (4294967295U) macro
339 if (mNumSampleSizes > (UINT32_MAX - 12) / 16) { in setSampleSizeParams()
/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/bufferpool/1.0/
DConnection.h87 SYNC_BUFFERID = UINT32_MAX,
/frameworks/av/media/bufferpool/2.0/
DConnection.h92 SYNC_BUFFERID = UINT32_MAX,
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp342 if (getActiveWidth(s) < UINT32_MAX && getActiveHeight(s) < UINT32_MAX) { in getBufferSize()
361 if (getActiveWidth(s) < UINT32_MAX && getActiveHeight(s) < UINT32_MAX) { in computeSourceBounds()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayer.h100 uint32_t mZOrder = UINT32_MAX;
/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp353 if (time > UINT32_MAX) foundLargeValue = true; in TEST()
374 if (time > UINT32_MAX) activeFoundLargeValue = true; in TEST()
379 if (time > UINT32_MAX) policyFoundLargeValue = true; in TEST()
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp136 mRepeatCount = UINT32_MAX; in PropertyAnimator()
/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp116 C2F(mIonUsageInfo, capacity).inRange(0, UINT32_MAX, 1024), in Interface()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp52 if (layer.count == UINT32_MAX) { in ParseGop()
54 } else if (syncInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
58 if (layer.count == UINT32_MAX) { in ParseGop()
60 } else if (iInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
378 return (uint32_t)c2_max(c2_min(period + 0.5, double(UINT32_MAX)), 1.); in getSyncFramePeriod_l()
/frameworks/av/include/private/media/
DAudioTrackShared.h309 if (minimum > UINT32_MAX) { in setMinimum()
310 minimum = UINT32_MAX; in setMinimum()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp51 if (layer.count == UINT32_MAX) { in ParseGop()
53 } else if (syncInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
57 if (layer.count == UINT32_MAX) { in ParseGop()
59 } else if (iInt <= UINT32_MAX / (layer.count + 1)) { in ParseGop()
386 return (uint32_t)c2_max(c2_min(period + 0.5, double(UINT32_MAX)), 1.); in getSyncFramePeriod_l()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp225 if (nFilledLen > UINT32_MAX / 3) { in outputBufferSafe()
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp585 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) { in setLoop()
608 if (position > UINT32_MAX) { in setBufferPosition()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp239 if (yFrameSize > ((OMX_U64)UINT32_MAX / 3) * 2) { in onQueueFilled()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h415 return (uint32_t)c2_max(c2_min(period + 0.5, double(UINT32_MAX)), 1.); in getSyncFramePeriod()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp832 if (size > 0 && size <= UINT32_MAX && in getObjectInfo()
833 w > 0 && w <= UINT32_MAX && in getObjectInfo()
834 h > 0 && h <= UINT32_MAX) { in getObjectInfo()
/frameworks/minikin/libs/minikin/
DFontCollection.cpp108 const uint32_t kFirstFontScore = UINT32_MAX;
/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/av/media/libstagefright/
DMPEG4Writer.cpp153 CHECK_LT(ENTRY_SIZE, UINT32_MAX / mElementCapacity); in ListTableEntries()
1227 if (now < 0 || uint32_t(now) > UINT32_MAX - delta) { in getMpeg4Time()
2036 if (offset > UINT32_MAX || size > UINT32_MAX) { in addItemOffsetAndSize()
4133 if (mdhdDuration > UINT32_MAX) { in writeMdhdBox()
4296 } else if (delta < 0 && UINT32_MAX + delta < duration) { in writeCttsBox()
4297 duration = UINT32_MAX; in writeCttsBox()
DHevcUtils.cpp310 if (numNegativePics > UINT32_MAX - numPositivePics) { in parseSps()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp171 if (capacity > UINT32_MAX) { in UseComponentStoreForIonAllocator()
642 C2F(mIonUsageInfo, capacity).inRange(0, UINT32_MAX, 1024), in Interface()

12