Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h398 int32_t processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_job);
DQCameraStateMachine.cpp2272 rc = m_parent->processJpegNotify(jpeg_job); in procEvtPicTakingState()
3101 rc = m_parent->processJpegNotify(jpeg_job); in procEvtVideoPicTakingState()
3635 rc = m_parent->processJpegNotify(jpeg_job); in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp6553 int32_t QCamera2HardwareInterface::processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_evt) in processJpegNotify() function in qcamera::QCamera2HardwareInterface