Searched refs:share_mem_config (Results 1 – 2 of 2) sorted by relevance
33 rk_aiq_share_mem_config_t share_mem_config; in alloc_ldch_buf() local34 share_mem_config.alloc_param.width = ldchCtx->dst_width; in alloc_ldch_buf()35 share_mem_config.alloc_param.height = ldchCtx->dst_height; in alloc_ldch_buf()36 share_mem_config.mem_type = MEM_TYPE_LDCH; in alloc_ldch_buf()38 &share_mem_config, in alloc_ldch_buf()
35 rk_aiq_share_mem_config_t share_mem_config; in alloc_fec_buf() local36 share_mem_config.alloc_param.width = fecCtx->dst_width; in alloc_fec_buf()37 share_mem_config.alloc_param.height = fecCtx->dst_height; in alloc_fec_buf()38 share_mem_config.alloc_param.reserved[0] = fecCtx->mesh_density; in alloc_fec_buf()39 share_mem_config.mem_type = MEM_TYPE_FEC; in alloc_fec_buf()41 &share_mem_config, in alloc_fec_buf()