summaryrefslogtreecommitdiffstats
path: root/camera/OMXCameraAdapter/OMXCapture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'camera/OMXCameraAdapter/OMXCapture.cpp')
-rw-r--r--camera/OMXCameraAdapter/OMXCapture.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/camera/OMXCameraAdapter/OMXCapture.cpp b/camera/OMXCameraAdapter/OMXCapture.cpp
index a05a981..8d37d24 100644
--- a/camera/OMXCameraAdapter/OMXCapture.cpp
+++ b/camera/OMXCameraAdapter/OMXCapture.cpp
@@ -1558,10 +1558,10 @@ status_t OMXCameraAdapter::initInternalBuffers(OMX_U32 portIndex)
index++;
- /* 10 is an arbitrary limit */
- } while (index < 10);
+ /* 1 is an arbitrary limit */
+ } while (index < 1);
- CAMHAL_LOGEA("Ducati requested too many (>10) internal buffers");
+ CAMHAL_LOGV("Ducati requested too many (>1) internal buffers");
return -EINVAL;
}