Searched refs:newAudioDecoder (Results 1 – 2 of 2) sorted by relevance
697 auto newAudioDecoder = CreateAudioDecoder(portDesc.name); in NewAudioPortFound() local698 pipeline_->AddFilters({newAudioDecoder.get(), audioSink_.get()}); in NewAudioPortFound()699 … FAIL_LOG(pipeline_->LinkPorts(fromPort, newAudioDecoder->GetInPort(PORT_NAME_DEFAULT))); in NewAudioPortFound()700 FAIL_LOG(pipeline_->LinkPorts(newAudioDecoder->GetOutPort(PORT_NAME_DEFAULT), in NewAudioPortFound()702 ActiveFilters({newAudioDecoder.get(), audioSink_.get()}); in NewAudioPortFound()
920 auto newAudioDecoder = CreateAudioDecoder(portDesc.name); in NewAudioPortFound() local921 pipeline_->AddFilters({newAudioDecoder.get(), audioSink_.get()}); in NewAudioPortFound()922 … FAIL_LOG(pipeline_->LinkPorts(fromPort, newAudioDecoder->GetInPort(PORT_NAME_DEFAULT))); in NewAudioPortFound()923 FAIL_LOG(pipeline_->LinkPorts(newAudioDecoder->GetOutPort(PORT_NAME_DEFAULT), in NewAudioPortFound()925 ActiveFilters({newAudioDecoder.get(), audioSink_.get()}); in NewAudioPortFound()