Home
last modified time | relevance | path

Searched defs:CapabilityData (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davcodec_info.h125 struct CapabilityData { struct
126 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 …]
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Davcodec_info.h112 struct CapabilityData { struct
113 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 …]