/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/extractors/mp4/ |
D | SampleIterator.cpp | 182 (mStopChunk - mFirstChunk) > UINT32_MAX / mSamplesPerChunk || in findChunkRange() 184 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange() 316 if (mTTSSampleIndex > UINT32_MAX - mTTSCount) { in findSampleTimeAndDuration()
|
D | SampleTable.cpp | 33 #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/ |
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/bufferpool/1.0/ |
D | Connection.h | 87 SYNC_BUFFERID = UINT32_MAX,
|
/frameworks/av/media/bufferpool/2.0/ |
D | Connection.h | 92 SYNC_BUFFERID = UINT32_MAX,
|
/frameworks/native/services/surfaceflinger/ |
D | BufferStateLayer.cpp | 342 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/ |
D | Hwc2TestLayer.h | 100 uint32_t mZOrder = UINT32_MAX;
|
/frameworks/native/libs/cputimeinstate/ |
D | testtimeinstate.cpp | 353 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/ |
D | PropertyValuesAnimatorSet.cpp | 136 mRepeatCount = UINT32_MAX; in PropertyAnimator()
|
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 116 C2F(mIonUsageInfo, capacity).inRange(0, UINT32_MAX, 1024), in Interface()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 52 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/ |
D | AudioTrackShared.h | 309 if (minimum > UINT32_MAX) { in setMinimum() 310 minimum = UINT32_MAX; in setMinimum()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 51 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/ |
D | SoftVPX.cpp | 225 if (nFilledLen > UINT32_MAX / 3) { in outputBufferSafe()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 585 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) { in setLoop() 608 if (position > UINT32_MAX) { in setBufferPosition()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 239 if (yFrameSize > ((OMX_U64)UINT32_MAX / 3) * 2) { in onQueueFilled()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.h | 415 return (uint32_t)c2_max(c2_min(period + 0.5, double(UINT32_MAX)), 1.); in getSyncFramePeriod()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 832 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/ |
D | FontCollection.cpp | 108 const uint32_t kFirstFontScore = UINT32_MAX;
|
/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/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 153 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()
|
D | HevcUtils.cpp | 310 if (numNegativePics > UINT32_MAX - numPositivePics) { in parseSps()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 171 if (capacity > UINT32_MAX) { in UseComponentStoreForIonAllocator() 642 C2F(mIonUsageInfo, capacity).inRange(0, UINT32_MAX, 1024), in Interface()
|