Searched defs:PortInfo (Results 1 – 6 of 6) sorted by relevance
40 struct PortInfo { struct41 PortType type;42 std::vector<PortDesc> ports;
38 struct PortInfo { struct39 PortType type;40 std::vector<PortDesc> ports;
30 struct PortInfo { struct
97 struct PortInfo { struct98 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;
1 # PortInfo chapter
111 struct PortInfo { struct112 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;