Searched defs:max_bytes_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dfifo_packet.h50 uint32_t max_bytes_; member in class:nacl_io::FIFOPacket
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
H A Daudio_codec_speed_test.h70 int max_bytes_; member in class:webrtc::AudioCodecSpeedTest
/external/chromium_org/net/disk_cache/
H A Dcache_creator.cc48 int max_bytes_; member in class:__anon9163::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/opus/
H A Dopus_fec_test.cc55 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/http/
H A Dhttp_cache.h124 int max_bytes_; member in class:net::HttpCache::DefaultBackend

Completed in 984 milliseconds