Searched refs:UINT32_MAX (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawArraysIndirect.cpp6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) {
H A DglDrawElementsIndirect.cpp6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) {
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h117 #ifndef UINT32_MAX
118 #define UINT32_MAX 0xffffffff macro
/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp176 (mStopChunk - mFirstChunk) > UINT32_MAX / mSamplesPerChunk ||
178 UINT32_MAX - mFirstChunkSampleIndex)) {
309 if (mTTSSampleIndex > UINT32_MAX - mTTSCount) {
316 (mTTSDuration != 0 && mTTSCount > UINT32_MAX / mTTSDuration) ||
317 mTTSSampleTime > UINT32_MAX - (mTTSCount * mTTSDuration)) {
335 (offset > 0 && *time > UINT32_MAX - offset)) {
H A DSampleTable.cpp33 #ifndef UINT32_MAX
34 #define UINT32_MAX (4294967295U) macro
339 if (mNumSampleSizes > (UINT32_MAX - 12) / 16) {
394 if (mTimeToSampleCount > UINT32_MAX / (2 * sizeof(uint32_t))) {
400 // 3) We hope that the table size does not exceed UINT32_MAX.
687 sampleTime > UINT32_MAX - compTimeDelta)) {
693 sampleTime = UINT32_MAX;
704 if (sampleTime > UINT32_MAX - delta) {
707 sampleTime = UINT32_MAX;
H A DHevcUtils.cpp306 if (numNegativePics > UINT32_MAX - numPositivePics) {
H A DMPEG4Writer.cpp145 CHECK_LT(ENTRY_SIZE, UINT32_MAX / mElementCapacity);
1097 if (now < 0 || uint32_t(now) > UINT32_MAX - delta) {
3540 if (mdhdDuration > UINT32_MAX) {
3689 } else if (delta < 0 && UINT32_MAX + delta < duration) {
3690 duration = UINT32_MAX;
/frameworks/base/libs/common_time/
H A Dcommon_clock.cpp52 if ((numer > UINT32_MAX) || (denom > UINT32_MAX)) {
H A DLinearTransform.cpp68 tmp1 = (val & UINT32_MAX) * N;
97 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32);
H A Dclock_recovery.cpp65 while ((N > INT32_MAX) || (D > UINT32_MAX)) {
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestLayer.h100 uint32_t mZOrder = UINT32_MAX;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c303 if (size > UINT32_MAX / num) {
H A Dh264bsd_storage.c61 #ifndef UINT32_MAX
62 #define UINT32_MAX (4294967295U) macro
340 UINT32_MAX / pStorage->activeSps->picWidthInMbs)
H A DH264SwDecApi.c87 if (size > UINT32_MAX / num) {
H A DDecTestBench.c705 if (size > UINT32_MAX / num) {
H A DTestBenchMultipleInstance.c418 if (size > UINT32_MAX / num) {
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp136 mRepeatCount = UINT32_MAX;
/frameworks/av/include/private/media/
H A DAudioTrackShared.h307 if (minimum > UINT32_MAX) {
308 minimum = UINT32_MAX;
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp203 if (nFilledLen > UINT32_MAX / 3) {
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp541 if (loopStart > UINT32_MAX || loopEnd > UINT32_MAX) {
564 if (position > UINT32_MAX) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp243 if (yFrameSize > ((OMX_U64)UINT32_MAX / 3) * 2) {
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp121 const uint32_t kFirstFontScore = UINT32_MAX;
H A DCmapCoverage.cpp413 constexpr uint32_t kNoTable = UINT32_MAX;
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h1349 C2LinearAllocation(size_t capacity) : _C2LinearCapacityAspect(c2_min(capacity, UINT32_MAX)) {}
/frameworks/native/opengl/libagl/
H A Degl.cpp397 allocSize > UINT32_MAX) {
551 allocSize > UINT32_MAX) {
676 allocSize > UINT32_MAX) {
764 allocSize > UINT32_MAX) {

Completed in 734 milliseconds

12