Searched defs:bytes_out (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule_unittest.cc90 const uint32_t bytes_out = RecordedDataReceived() ? local
93 nSamplesOut = bytes_out / nBytesPerSample;
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_win.cc154 DWORD* bytes_out);
477 DWORD bytes_out; local
481 bytes_out = 0;
483 oid_buffer_size_, &bytes_out);
489 // The buffer we supplied is too small, so increase it. bytes_out should
491 if (bytes_out > static_cast<DWORD>(oid_buffer_size_)) {
492 oid_buffer_size_ = bytes_out;
585 DWORD* bytes_out) {
593 bytes_out,
582 PerformQuery(HANDLE adapter_handle, BYTE* buffer, DWORD buffer_size, DWORD* bytes_out) argument
/external/kernel-headers/original/linux/
H A Dppp_defs.h158 /* the compression ratio is defined as in_count / bytes_out */
160 __u32 bytes_out; /* Bytes transmitted */ member in struct:compstat
H A Dmroute6.h175 unsigned long bytes_in,bytes_out; member in struct:mif_device
/external/oprofile/libpp/
H A Dformat_output.cpp570 ostringstream bytes_out; member in namespace:format_output
650 out << bytes_out.str();
727 xml_support->output_symbol_bytes(bytes_out, symb, sd_it->second, *abfd);
/external/ppp/pppd/
H A Dpppd.h174 unsigned int bytes_out; member in struct:pppd_stats

Completed in 417 milliseconds