Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/jni/
H A Djpegutil.cpp204 int totalOutputBytes; in Compress() member
224 cdata.totalOutputBytes += numBytesInBuffer; in Compress()
294 clientData.totalOutputBytes += numBytesInBuffer; in Compress()
302 return clientData.totalOutputBytes; in Compress()
/aosp12/frameworks/base/core/jni/
H A 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()