Home
last modified time | relevance | path

Searched defs:kMaxSize (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator_unittest.cc32 const size_t kMaxSize = 10; in TEST() local
50 const size_t kMaxSize = 1500; in TEST() local
81 const size_t kMaxSize = 1500; in TEST() local
137 size_t kMaxSize = 1500; in TEST() local
169 size_t kMaxSize = 1500; in TEST() local
187 size_t kMaxSize = 1500; in TEST() local
Drtp_format_vp8_unittest.cc105 const size_t kMaxSize = 13; in TEST_F() local
136 const int kMaxSize = 14; in TEST_F() local
159 const size_t kMaxSize = 25; in TEST_F() local
186 const size_t kMaxSize = 1500; in TEST_F() local
213 const size_t kMaxSize = 1500; in TEST_F() local
240 const size_t kMaxSize = 1460; in TEST_F() local
268 const size_t kMaxSize = 12; // Small enough to produce 4 packets. in TEST_F() local
297 const size_t kMaxSize = 25; // Small enough to produce two packets. in TEST_F() local
329 const size_t kMaxSize = helper_->buffer_size(); in TEST_F() local
358 const size_t kMaxSize = helper_->buffer_size(); in TEST_F() local
[all …]
/external/boringssl/src/tool/
Dfile.cc26 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
/external/webrtc/webrtc/base/
Dmessagedigest.h29 enum { kMaxSize = 64 }; // Maximum known size (SHA-512) enumerator
/external/compiler-rt/lib/tsan/rtl/
Dtsan_ignoreset.cc17 const uptr IgnoreSet::kMaxSize; member in __tsan::IgnoreSet
Dtsan_mutexset.cc18 const uptr MutexSet::kMaxSize; member in __tsan::MutexSet
/external/gemmlowp/profiling/
Dinstrumentation.h118 static const std::size_t kMaxSize = 15; member
/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc127 const size_t kMaxSize = 90; // Allows for processing time of 1.5s at 60fps. in Start() local
/external/skia/src/shaders/
DSkImageShader.cpp126 static const int kMaxSize = 65535; in bitmap_is_too_big() local
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp164 static const size_t kMaxSize = 1 << 15; member in SkFontMgr_FCI
/external/lzma/C/
DLzma2Enc.c237 const UInt32 kMaxSize = (UInt32)1 << 28; in Lzma2EncProps_Normalize() local
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c659 static const size_t kMaxSize = 256 * 1024; in d2i_PKCS12_bio() local
/external/v8/src/heap/
Dmark-compact.h222 static const size_t kMaxSize = 4 * MB; variable
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp45 static const SkScalar kMaxSize = 2*kMaxMIP; variable
/external/v8/src/
Dassembler.h667 static const int kMaxSize = 15; variable
Dobjects.h4439 static const int kMaxSize = 512 * MB; variable
4570 static const int kMaxSize = 512 * MB; variable
9693 static const int kMaxSize = 512 * MB - 1; variable
9732 static const int kMaxSize = 512 * MB - 1; variable
/external/libbrillo/brillo/streams/
Dfile_stream_unittest.cc183 const uint64_t kMaxSize = std::numeric_limits<int64_t>::max(); member in brillo::FileStreamTest
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h111 static const uptr kMaxSize = 1UL << kMaxSizeLog; variable