HomeSort by relevance Sort by last modified time
    Searched defs:total_bytes_ (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 48 uint64_t total_bytes_; member in class:webrtc::TestPack
TestStereo.h 56 uint64_t total_bytes_; member in class:webrtc::TestPackStereo
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 809 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 809 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp 111 if (total_bytes_ == 0) return;
116 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024;
118 total_bytes_, s);
121 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; }
124 size_t total_bytes_; member in class:ThroughputLogger

Completed in 259 milliseconds