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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp42 #define CAMERA_MIN_STREAMING_BUFFERS 3 macro
1248 int minCircularBufNum = CAMERA_MIN_STREAMING_BUFFERS +
1260 bufferCnt = CAMERA_MIN_STREAMING_BUFFERS +
1270 CAMERA_MIN_STREAMING_BUFFERS;
1282 CAMERA_MIN_STREAMING_BUFFERS;
1288 bufferCnt = zslQBuffers + CAMERA_MIN_STREAMING_BUFFERS;
1293 CAMERA_MIN_STREAMING_BUFFERS;
1300 CAMERA_MIN_STREAMING_BUFFERS;
1308 CAMERA_MIN_STREAMING_BUFFERS;
1318 if (bufferCnt < CAMERA_MIN_STREAMING_BUFFERS) {
[all...]

Completed in 47 milliseconds