Home
last modified time | relevance | path

Searched defs:PortInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dport.h40 struct PortInfo { struct
41 PortType type;
42 std::vector<PortDesc> ports;
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dport.h38 struct PortInfo { struct
39 PortType type;
40 std::vector<PortDesc> ports;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_port.h30 struct PortInfo { struct
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h97 struct PortInfo { struct
98 uint32_t width;
99 uint32_t height;
100 OMX_VIDEO_CODINGTYPE codingType;
101 std::optional<PixelFmt> pixelFmt;
102 double frameRate;
103 std::optional<uint32_t> inputBufSize;
104 std::optional<uint32_t> bufferCnt;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A D_port_info_v10.md1 # PortInfo chapter
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h111 struct PortInfo { struct
112 uint32_t width = 0;
113 uint32_t height = 0;
114 OMX_VIDEO_CODINGTYPE codingType;
115 std::optional<PixelFmt> pixelFmt;
116 double frameRate;
117 std::optional<uint32_t> inputBufSize;