HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes_ (Results 1 - 12 of 12) 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
TestAllCodecs.cc 48 total_bytes_(0),
91 total_bytes_ += payload_size;
TestStereo.cc 33 total_bytes_(0),
85 total_bytes_ += payload_size;
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 621 total_bytes_(0),
637 total_bytes_(0),
657 total_bytes_ -= buffer_size_;
709 total_bytes_ += size;
856 total_bytes_ += buffer_size_;
coded_stream.h 809 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 105 if (total_bytes_ == 0) return;
110 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024;
112 total_bytes_, s);
115 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; }
118 size_t total_bytes_; member in class:ThroughputLogger
  /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...]

Completed in 167 milliseconds