Home
last modified time | relevance | path

Searched refs:argm_data_cb (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp163 if (app_cb->argm_data_cb.user_data != NULL) { in releaseAppCBData()
164 QCameraHalHeap_t *heap = (QCameraHalHeap_t *)app_cb->argm_data_cb.user_data; in releaseAppCBData()
263 app_cb->dataCb(app_cb->argm_data_cb.msg_type, in dataNotifyRoutine()
264 app_cb->argm_data_cb.data, in dataNotifyRoutine()
265 app_cb->argm_data_cb.index, in dataNotifyRoutine()
266 app_cb->argm_data_cb.metadata, in dataNotifyRoutine()
267 app_cb->argm_data_cb.cookie); in dataNotifyRoutine()
268 if (CAMERA_MSG_COMPRESSED_IMAGE == app_cb->argm_data_cb.msg_type) { in dataNotifyRoutine()
467 app_cb->argm_data_cb.msg_type = CAMERA_MSG_RAW_IMAGE; in encodeData()
468 app_cb->argm_data_cb.cookie = mCallbackCookie; in encodeData()
[all …]
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h198 argm_data_cb_t argm_data_cb; member