Searched refs:ase_cfg (Results 1 – 1 of 1) sorted by relevance
292 auto const& ase_cfg = ase_configs.at(i); in ConfigureAses() local293 if (utils::IsCodecUsingLtvFormat(ase_cfg.codec.id) && in ConfigureAses()294 !utils::GetConfigurationSupportedPac(pacs, ase_cfg.codec)) { in ConfigureAses()315 auto const& ase_cfg = ase_configs.at(i); in ConfigureAses() local316 if (utils::IsCodecUsingLtvFormat(ase_cfg.codec.id) && in ConfigureAses()317 !utils::GetConfigurationSupportedPac(pacs, ase_cfg.codec)) { in ConfigureAses()342 auto const& ase_cfg = ase_configs.at(i); in ConfigureAses() local345 ase->data_path_configuration = ase_cfg.data_path_configuration; in ConfigureAses()357 ase->target_latency = ase_cfg.qos.target_latency; in ConfigureAses()358 ase->codec_id = ase_cfg.codec.id; in ConfigureAses()[all …]