Searched refs:alloc_param (Results 1 – 9 of 9) sorted by relevance
43 memset(&str_info->alloc_param, 0, sizeof(str_info->alloc_param)); in sst_alloc_stream_mrfld()44 str_info->alloc_param.operation = str_params->ops; in sst_alloc_stream_mrfld()45 str_info->alloc_param.codec_type = str_params->codec; in sst_alloc_stream_mrfld()46 str_info->alloc_param.sg_count = str_params->aparams.sg_count; in sst_alloc_stream_mrfld()47 str_info->alloc_param.ring_buf_info[0].addr = in sst_alloc_stream_mrfld()49 str_info->alloc_param.ring_buf_info[0].size = in sst_alloc_stream_mrfld()51 str_info->alloc_param.frag_size = str_params->aparams.frag_size; in sst_alloc_stream_mrfld()53 memcpy(&str_info->alloc_param.codec_params, &str_params->sparams, in sst_alloc_stream_mrfld()63 pcm_params = &str_info->alloc_param.codec_params.uc.pcm_params; in sst_alloc_stream_mrfld()78 str_info->alloc_param.ts = sst_drv_ctx->info.mailbox_start + in sst_alloc_stream_mrfld()[all …]
196 struct snd_sst_alloc_mrfld alloc_param; member
81 hw_config.alloc_param.width = config_.Width; in ImportHwBuffers()82 hw_config.alloc_param.height = config_.Height; in ImportHwBuffers()83 hw_config.alloc_param.reserved[0] = 1; in ImportHwBuffers()
124 struct snd_sst_alloc_params_ext *alloc_param) in sst_fill_alloc_params() argument135 alloc_param->ring_buf_info[0].addr = buffer_addr; in sst_fill_alloc_params()136 alloc_param->ring_buf_info[0].size = buffer_bytes; in sst_fill_alloc_params()137 alloc_param->sg_count = 1; in sst_fill_alloc_params()138 alloc_param->reserved = 0; in sst_fill_alloc_params()139 alloc_param->frag_size = periodbytes * channels; in sst_fill_alloc_params()
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()
34 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.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()
4946 ldchbuf_size.meas_width = share_mem_cfg->alloc_param.width; in allocMemResource()4947 ldchbuf_size.meas_height = share_mem_cfg->alloc_param.height; in allocMemResource()4955 ldchbuf_size.meas_width = share_mem_cfg->alloc_param.width; in allocMemResource()4956 ldchbuf_size.meas_height = share_mem_cfg->alloc_param.height; in allocMemResource()4998 fecbuf_size.meas_width = share_mem_cfg->alloc_param.width; in allocMemResource()4999 fecbuf_size.meas_height = share_mem_cfg->alloc_param.height; in allocMemResource()5000 fecbuf_size.meas_mode = share_mem_cfg->alloc_param.reserved[0]; in allocMemResource()5040 cacbuf_size.meas_width = share_mem_cfg->alloc_param.width; in allocMemResource()5041 cacbuf_size.meas_height = share_mem_cfg->alloc_param.height; in allocMemResource()5042 cacbuf_size.buf_cnt = share_mem_cfg->alloc_param.reserved[0]; in allocMemResource()[all …]
239 rk_aiq_share_mem_alloc_param_t alloc_param; member