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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp222 size_t totalSizeBytes = tmpSize; local
227 if (bufferLength < totalSizeBytes) {
249 if (bufferLength < totalSizeBytes) {
287 if (bufferLength < totalSizeBytes) {
314 if (totalJpegSize > totalSizeBytes) {
316 __FUNCTION__, totalJpegSize, totalSizeBytes);
328 memcpy(img + totalSizeBytes - sizeof(footer), &footer, sizeof(footer));

Completed in 519 milliseconds