Home
last modified time | relevance | path

Searched refs:mSnapshotQueue (Results 1 – 5 of 5) sorted by relevance

/device/lge/mako/camera/
DQCameraHWI_Still.cpp259 if (!mSnapshotQueue.isEmpty()) { in jpegErrorHandler()
262 mSnapshotQueue.flush(); in jpegErrorHandler()
330 if (!mSnapshotQueue.isEmpty()) { in receiveCompleteJpegPicture()
333 (mm_camera_ch_data_buf_t *)mSnapshotQueue.dequeue(); in receiveCompleteJpegPicture()
348 mSnapshotQueue.flush(); in receiveCompleteJpegPicture()
1005 mSnapshotQueue.flush(); in deInitBuffer()
1621 …)=%d, enqueued =%d, Q empty=%d", __func__, getSnapshotState(), enqueued, mSnapshotQueue.isEmpty()); in encodeData()
1628 (!mSnapshotQueue.isEmpty() && !enqueued)){ /*busy and new buffer*/ in encodeData()
1633 mSnapshotQueue.enqueue((void *)recvd_frame); in encodeData()
2285 mSnapshotQueue.init(); in QCameraStream_Snapshot()
[all …]
DQCameraStream.h363 StreamQueue mSnapshotQueue; variable
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Still.cpp271 if (!mSnapshotQueue.isEmpty()) { in receiveCompleteJpegPicture()
274 (mm_camera_ch_data_buf_t *)mSnapshotQueue.dequeue(); in receiveCompleteJpegPicture()
288 mSnapshotQueue.flush(); in receiveCompleteJpegPicture()
909 mSnapshotQueue.flush(); in deInitBuffer()
1454 …)=%d, enqueued =%d, Q empty=%d", __func__, getSnapshotState(), enqueued, mSnapshotQueue.isEmpty()); in encodeData()
1457 (!mSnapshotQueue.isEmpty() && !enqueued)){ /*busy and new buffer*/ in encodeData()
1462 mSnapshotQueue.enqueue((void *)recvd_frame); in encodeData()
2013 mSnapshotQueue.init(); in QCameraStream_Snapshot()
2040 if (mSnapshotQueue.isInitialized()) { in ~QCameraStream_Snapshot()
2041 mSnapshotQueue.deinit(); in ~QCameraStream_Snapshot()
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraStream.h267 StreamQueue mSnapshotQueue; variable
/device/lge/mako/camera/QCamera/HAL/core/inc/
DQCameraStream.h355 StreamQueue mSnapshotQueue; variable