Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp4932 struct rkisp_info2ddr dbgbuf_info; in allocMemResource() local
5082 dbgbuf_info.wsize = share_mem_cfg->alloc_param.width; in allocMemResource()
5083 dbgbuf_info.vsize = share_mem_cfg->alloc_param.height; in allocMemResource()
5084 dbgbuf_info.owner = (rkisp_info2ddr_owner)(share_mem_cfg->alloc_param.reserved[0]); in allocMemResource()
5085 if (dbgbuf_info.owner == RKISP_INFO2DRR_OWNER_AWB) { in allocMemResource()
5086 dbgbuf_info.u.awb.awb2ddr_sel = share_mem_cfg->alloc_param.reserved[1]; in allocMemResource()
5087 } else if (dbgbuf_info.owner == RKISP_INFO2DRR_OWNER_GAIN) { in allocMemResource()
5088 dbgbuf_info.u.gain.gain2ddr_mode = share_mem_cfg->alloc_param.reserved[1]; in allocMemResource()
5093 dbgbuf_info.buf_cnt = share_mem_cfg->alloc_param.reserved[2]; in allocMemResource()
5094 ret = isp20->mIspCoreDev->io_control(RKISP_CMD_INFO2DDR, &dbgbuf_info); in allocMemResource()
[all …]