Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_pp.c139 pme->repro_buf_info[frame->buf_idx].frame = frame; in mm_app_isp_pix_notify_cb()
140 pme->repro_buf_info[frame->buf_idx].ref_cnt = pme->repro_dest_num; in mm_app_isp_pix_notify_cb()
142 (void *)&pme->repro_buf_info[frame->buf_idx]); in mm_app_isp_pix_notify_cb()
183 memset(pme->repro_buf_info, 0, sizeof(pme->repro_buf_info)); in prepareReprocess()
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
Dmm_qcamera_app.h131 repro_src_buf_info repro_buf_info[ISP_PIX_BUF_NUM]; member