Home
last modified time | relevance | path

Searched refs:PortType (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dport.h33 enum class PortType { IN, OUT }; class
41 PortType type;
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dport.h31 enum class PortType { IN, OUT }; class
39 PortType type;
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp684 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound()
719 if (filter != demuxer_.get() || param.type != PortType::OUT) { in NewVideoPortFound()
758 if (filter != demuxer_.get() || param.type != PortType::OUT) { in RemoveFilterChains()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp922 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound()
957 if (filter != demuxer_.get() || param.type != PortType::OUT) { in NewVideoPortFound()
996 if (filter != demuxer_.get() || param.type != PortType::OUT) { in RemoveFilterChains()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddemuxer_filter.cpp163 portInfo.type = PortType::OUT; in Stop()
452 portInfo.type = PortType::OUT; in PrepareStreams()

Completed in 6 milliseconds