Home
last modified time | relevance | path

Searched refs:CODEC_API_VERSION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dcodec_plugin.h128 #define CODEC_API_VERSION MAKE_VERSION(CODEC_API_VERSION_MAJOR, CODEC_API_VERSION_MINOR) macro
143 apiVersion = CODEC_API_VERSION; ///< Codec plugin version in CodecPluginDef()
/ohos5.0/foundation/multimedia/av_codec/interfaces/plugin/
H A Dcodec_plugin.h78 #define CODEC_API_VERSION MAKE_VERSION(CODEC_API_VERSION_MAJOR, CODEC_API_VERSION_MINOR) macro
89 apiVersion = CODEC_API_VERSION; ///< Codec plugin version in CodecPluginDef()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp135 {PluginType::AUDIO_DECODER, CODEC_API_VERSION}, in VersionMatched()
136 {PluginType::VIDEO_DECODER, CODEC_API_VERSION}, in VersionMatched()
137 {PluginType::AUDIO_ENCODER, CODEC_API_VERSION}, in VersionMatched()
138 {PluginType::VIDEO_ENCODER, CODEC_API_VERSION}, in VersionMatched()