/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/ |
fifo_packet.cc | 16 FIFOPacket::FIFOPacket(size_t size) : max_bytes_(size), cur_bytes_(0) { 29 max_bytes_ = len; 38 if (cur_bytes_ > max_bytes_) 41 return max_bytes_ - cur_bytes_; 45 return cur_bytes_ >= max_bytes_;
|
fifo_packet.h | 50 uint32_t max_bytes_; member in class:nacl_io::FIFOPacket
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/ |
audio_codec_speed_test.cc | 30 max_bytes_(0), 68 max_bytes_ = input_length_sample_ * channels_ * sizeof(int16_t); 70 bit_stream_.reset(new uint8_t[max_bytes_]); 106 max_bytes_, &encoded_bytes_);
|
audio_codec_speed_test.h | 70 int max_bytes_; member in class:webrtc::AudioCodecSpeedTest
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/ |
opus_fec_test.cc | 55 int max_bytes_; member in class:webrtc::OpusFecTest 101 max_bytes_ = block_length_sample_ * channels_ * sizeof(int16_t); 104 bit_stream_.reset(new uint8_t[max_bytes_]); 124 max_bytes_(0), 134 max_bytes_, &bit_stream_[0]);
|
/external/chromium_org/net/disk_cache/ |
cache_creator.cc | 48 int max_bytes_; member in class:__anon13788::CacheCreator 75 max_bytes_(max_bytes), 99 path_, max_bytes_, type_, thread_, net_log_); 112 new_cache->SetMaxSize(max_bytes_);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
isac_speed_test.cc | 46 EXPECT_GE(max_bytes_, STREAM_MAXW16_60MS);
|
/external/chromium_org/net/http/ |
http_cache.h | 124 int max_bytes_; member in class:net::HttpCache::DefaultBackend
|
http_cache.cc | 72 max_bytes_(max_bytes), 87 DCHECK_GE(max_bytes_, 0); 91 max_bytes_, [all...] |