Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp57 if (recvd_frame->bufs[i]->p_mobicat_info) { in superbuf_cb_routine()
58 free(recvd_frame->bufs[i]->p_mobicat_info); in superbuf_cb_routine()
59 recvd_frame->bufs[i]->p_mobicat_info = NULL; in superbuf_cb_routine()
131 if (cookie->src_frame->bufs[i]->p_mobicat_info) { in snapshot_jpeg_cb()
132 free(cookie->src_frame->bufs[i]->p_mobicat_info); in snapshot_jpeg_cb()
133 cookie->src_frame->bufs[i]->p_mobicat_info = NULL; in snapshot_jpeg_cb()
181 if (super_buf->bufs[i]->p_mobicat_info) { in releaseSuperBuf()
182 free(super_buf->bufs[i]->p_mobicat_info); in releaseSuperBuf()
183 super_buf->bufs[i]->p_mobicat_info = NULL; in releaseSuperBuf()
557 main_frame->p_mobicat_info = (cam_exif_tags_t*)malloc(sizeof(cam_exif_tags_t)); in encodeData()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h202 cam_exif_tags_t *p_mobicat_info; /*for mobicat info*/ member