Searched refs:totalOutputBytes (Results 1 – 4 of 4) sorted by relevance
407 int totalOutputBytes; in compress() member427 cdata.totalOutputBytes += numBytesInBuffer; in compress()497 clientData.totalOutputBytes += numBytesInBuffer; in compress()505 return clientData.totalOutputBytes; in compress()
405 int totalOutputBytes; in compress() member425 cdata.totalOutputBytes += numBytesInBuffer; in compress()495 clientData.totalOutputBytes += numBytesInBuffer; in compress()503 return clientData.totalOutputBytes; in compress()
1837 int32_t totalOutputBytes = -1; in onEvent() local1839 key, AMEDIAMETRICS_PROP_TOTALOUTPUTBYTES, &totalOutputBytes); in onEvent()1855 << " total_output_bytes:" << totalOutputBytes; in onEvent()1873 , totalOutputBytes); in onEvent()1891 , totalOutputBytes); in onEvent()
727 public void updateTotalBytes(int totalInputBytes, int totalOutputBytes) { in updateTotalBytes() argument729 mTotalOutputBytes.set(totalOutputBytes); in updateTotalBytes()1704 int totalOutputBytes) { in updateTotalBytes() argument1708 device.updateTotalBytes(totalInputBytes, totalOutputBytes); in updateTotalBytes()