Searched refs:kMaxBytes (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkAutoMalloc.h | 165 static const size_t kMaxBytes = 4 * 1024; variable 166 static const size_t kSize = kSizeRequested > kMaxBytes ? kMaxBytes : kSizeAlign4;
|
/external/skqp/src/core/ |
D | SkAutoMalloc.h | 165 static const size_t kMaxBytes = 4 * 1024; variable 166 static const size_t kSize = kSizeRequested > kMaxBytes ? kMaxBytes : kSizeAlign4;
|
/external/skia/include/private/ |
D | SkTemplates.h | 203 static const int kMaxBytes = 4 * 1024; 204 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes 205 ? kMaxBytes / sizeof(T) 346 static const size_t kMaxBytes = 4 * 1024; variable 347 static const size_t kCount = kCountRequested * sizeof(T) > kMaxBytes 348 ? kMaxBytes / sizeof(T)
|
/external/skqp/include/private/ |
D | SkTemplates.h | 203 static const int kMaxBytes = 4 * 1024; 204 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes 205 ? kMaxBytes / sizeof(T) 346 static const size_t kMaxBytes = 4 * 1024; variable 347 static const size_t kCount = kCountRequested * sizeof(T) > kMaxBytes 348 ? kMaxBytes / sizeof(T)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 27 const size_t kMaxBytes = 1000; variable 65 uint8_t bitstream_[kMaxBytes]; 121 kMaxBytes, bitstream_); in EncodeDecode() 594 kMaxBytes, bitstream_); in TEST_P() 606 kMaxBytes, bitstream_); in TEST_P() 648 kMaxBytes, bitstream_); in TEST_P() 652 encoded_bytes_ = opus_repacketizer_out(rp, bitstream_, kMaxBytes); in TEST_P()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac_unittest.cc | 23 const size_t kMaxBytes = 1000; variable 34 uint8_t bitstream_[kMaxBytes];
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | opus_test.cc | 275 const size_t kMaxBytes = 1000; // Maximum number of bytes for one packet. in Run() local 277 uint8_t bitstream[kMaxBytes]; in Run() 281 &audio[read_samples], frame_length, kMaxBytes, bitstream); in Run()
|
/external/skia/tests/ |
D | PromiseImageTest.cpp | 446 static constexpr int kMaxBytes = 100; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 447 ctx->setResourceCacheLimits(kMaxResources, kMaxBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | PromiseImageTest.cpp | 889 static constexpr int kMaxBytes = 100; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 890 ctx->setResourceCacheLimits(kMaxResources, kMaxBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|