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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp247 size_t totalSizeBytes = tmpSize; local
252 if (bufferLength < totalSizeBytes) {
274 if (bufferLength < totalSizeBytes) {
312 if (bufferLength < totalSizeBytes) {
339 if (totalJpegSize > totalSizeBytes) {
341 __FUNCTION__, totalJpegSize, totalSizeBytes);
353 memcpy(img + totalSizeBytes - sizeof(footer), &footer, sizeof(footer));

Completed in 49 milliseconds