Searched refs:totalSizeBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp233 size_t totalSizeBytes = tmpSize; local
238 if (bufferLength < totalSizeBytes) {
260 if (bufferLength < totalSizeBytes) {
298 if (bufferLength < totalSizeBytes) {
325 if (totalJpegSize > totalSizeBytes) {
327 __FUNCTION__, totalJpegSize, totalSizeBytes);
339 memcpy(img + totalSizeBytes - sizeof(footer), &footer, sizeof(footer));

Completed in 78 milliseconds