Home
last modified time | relevance | path

Searched refs:totalOutputBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp407 int totalOutputBytes; in compress() member
427 cdata.totalOutputBytes += numBytesInBuffer; in compress()
497 clientData.totalOutputBytes += numBytesInBuffer; in compress()
505 return clientData.totalOutputBytes; in compress()
/frameworks/ex/camera2/extensions/jni/
DJpegEncoder.cpp405 int totalOutputBytes; in compress() member
425 cdata.totalOutputBytes += numBytesInBuffer; in compress()
495 clientData.totalOutputBytes += numBytesInBuffer; in compress()
503 return clientData.totalOutputBytes; in compress()
/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1837 int32_t totalOutputBytes = -1; in onEvent() local
1839 key, AMEDIAMETRICS_PROP_TOTALOUTPUTBYTES, &totalOutputBytes); in onEvent()
1855 << " total_output_bytes:" << totalOutputBytes; in onEvent()
1873 , totalOutputBytes); in onEvent()
1891 , totalOutputBytes); in onEvent()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java727 public void updateTotalBytes(int totalInputBytes, int totalOutputBytes) { in updateTotalBytes() argument
729 mTotalOutputBytes.set(totalOutputBytes); in updateTotalBytes()
1704 int totalOutputBytes) { in updateTotalBytes() argument
1708 device.updateTotalBytes(totalInputBytes, totalOutputBytes); in updateTotalBytes()