Searched refs:hw_config_ (Results 1 – 1 of 1) sorted by relevance
118 rk_aiq_share_mem_config_t hw_config_; in ImportHwBuffers() local119 hw_config_.mem_type = MEM_TYPE_FEC; in ImportHwBuffers()120 hw_config_.alloc_param.width = config_.Width; in ImportHwBuffers()121 hw_config_.alloc_param.height = config_.Height; in ImportHwBuffers()122 hw_config_.alloc_param.reserved[0] = config_.MeshDensity; in ImportHwBuffers()124 mem_ops_->alloc_mem(0, (void*)mem_ops_, &hw_config_, &mem_ctx_); in ImportHwBuffers()