Searched defs:UINT32_MAX (Results 1 - 4 of 4) sorted by relevance

/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/codecs/on2/h264dec/source/
H A Dh264bsd_storage.c61 #ifndef UINT32_MAX
62 #define UINT32_MAX (4294967295U) macro
340 UINT32_MAX / pStorage->activeSps->picWidthInMbs)
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp31 #ifndef UINT32_MAX
32 #define UINT32_MAX (4294967295U) macro
298 if (mNumSampleSizes > (UINT32_MAX - 12) / 16) {
354 (uint64_t)UINT32_MAX / (2 * sizeof(uint32_t))) {
360 // 3) We hope that the table size does not exceed UINT32_MAX.
417 if (allocSize > UINT32_MAX) {
574 sampleTime > UINT32_MAX - compTimeDelta)) {
580 sampleTime = UINT32_MAX;
H A DMPEG4Extractor.cpp48 #ifndef UINT32_MAX
49 #define UINT32_MAX (4294967295U) macro
558 if (psshsize > 0 && psshsize <= UINT32_MAX) {
3801 if (entrycount > UINT32_MAX / 8) {

Completed in 4019 milliseconds