Home
last modified time | relevance | path

Searched refs:newAudioDecoder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp697 auto newAudioDecoder = CreateAudioDecoder(portDesc.name); in NewAudioPortFound() local
698 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()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp920 auto newAudioDecoder = CreateAudioDecoder(portDesc.name); in NewAudioPortFound() local
921 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()