Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dport.h33 enum class PortType { IN, OUT }; enum
41 PortType type;
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dport.h31 enum class PortType { IN, OUT }; enum
39 PortType type;
/ohos5.0/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()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp907 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound()
942 if (filter != demuxer_.get() || param.type != PortType::OUT) { in NewVideoPortFound()
981 if (filter != demuxer_.get() || param.type != PortType::OUT) { in RemoveFilterChains()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddemuxer_filter.cpp163 portInfo.type = PortType::OUT; in Stop()
450 portInfo.type = PortType::OUT; in PrepareStreams()