Home
last modified time | relevance | path

Searched defs:CreateCodecByName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/base/include/
H A Dcodecbase.h64 virtual int32_t CreateCodecByName(const std::string &name) in CreateCodecByName() function
/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h73 virtual int32_t CreateCodecByName(const std::string &name) in CreateCodecByName() function
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_factory.cpp59 std::shared_ptr<CodecBase> CodecFactory::CreateCodecByName(const std::string &name, API_VERSION api… in CreateCodecByName() function in OHOS::MediaAVCodec::CodecFactory
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec.h49 int32_t CreateCodecByName(const std::string &name) override in CreateCodecByName() function
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodecbase_mock.cpp331 int32_t CodecBase::CreateCodecByName(const std::string &name) in CreateCodecByName() function in OHOS::MediaAVCodec::CodecBase