Home
last modified time | relevance | path

Searched refs:fcount_captured (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.cpp36 int fcount_captured; variable
50 fcount_captured = 0; in initTest()
124 mRequestedCapture, fcount_captured); in snapshotProcessCaptureRequestRepeat()
125 if (mRequestedCapture == fcount_captured) { in snapshotProcessCaptureRequestRepeat()
128 LOGD("\n Capture Done , Recieved Frame : %d", fcount_captured); in snapshotProcessCaptureRequestRepeat()
142 mRequestedCapture, fcount_captured); in snapshotProcessCaptureRequestRepeat()
DQCameraHAL3RawSnapshotTest.cpp35 extern int fcount_captured;
125 mRequestedCapture, fcount_captured); in rawProcessCaptureRequestRepeat()
126 if (mRequestedCapture == fcount_captured) { in rawProcessCaptureRequestRepeat()
129 LOGD("\n Capture Done , Recieved Frame : %d", fcount_captured); in rawProcessCaptureRequestRepeat()
DQCameraHAL3Base.cpp148 extern int fcount_captured; in ProcessCaptureResult()
151 result->num_output_buffers, fcount_captured); in ProcessCaptureResult()
153 fcount_captured++; in ProcessCaptureResult()
154 LOGD("\n Capture %d done preparing for capture ", fcount_captured); in ProcessCaptureResult()