Searched defs:CapabilityData (Results 1 – 2 of 2) sorted by relevance
125 struct CapabilityData { struct126 std::string codecName = "";127 int32_t codecType = AVCODEC_TYPE_NONE;128 std::string mimeType = "";129 bool isVendor = false;130 int32_t maxInstance = 0;131 Range bitrate;132 Range channels;133 Range complexity;134 ImgSize alignment;[all …]
112 struct CapabilityData { struct113 std::string codecName = "";114 int32_t codecType = AVCODEC_TYPE_NONE;115 std::string mimeType = "";116 bool isVendor = false;117 Range bitrate;118 Range channels;119 Range complexity;120 Range alignment;121 Range width;[all …]