Home
last modified time | relevance | path

Searched refs:_totalBytes (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DOpenCallbackConsole.h23 UInt64 _totalBytes; variable
40 _totalBytes(0), in COpenCallbackConsole()
DOpenCallbackConsole.cpp36 _totalBytes = *bytes; in Open_SetTotal()
44 _percent.Total = _totalBytes; in Open_SetTotal()
/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.cc108 _totalBytes += payloadDataSize; in SendData()
240 _totalBytes(0), in Channel()
293 _totalBytes = 0; in ResetStats()
419 rate = ((double) _totalBytes * 8.0) / (double) (currTime - _beginTime); in BitRate()
DChannel.h119 uint64_t _totalBytes; variable
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp78 _totalBytes(UNDEFINED_VAL), _completedBytes(0), in CProgressSync()
111 _totalBytes = totalSize; in ScanProgress()
133 _totalBytes = val; in Set_NumBytesTotal() local
689 total = Sync._totalBytes; in UpdateStatInfo()
DProgressDialog2.h39 UInt64 _totalBytes; variable