Home
last modified time | relevance | path

Searched refs:AVCodecType (Results 1 – 25 of 69) sorted by relevance

123

/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/
Davcodec_engine_gst_impl.h32 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) override;
51 std::string FindMimeTypeByName(AVCodecType type, const std::string &name);
52 int32_t HandleMimeType(AVCodecType type, const std::string &name);
53 int32_t HandlePluginName(AVCodecType type, const std::string &name);
57 AVCodecType type_ = AVCODEC_TYPE_VIDEO_ENCODER;
Davcodec_engine_ctrl.h33 int32_t Init(AVCodecType type, bool useSoftware, const std::string &name);
54 AVCodecType codecType_ = AVCODEC_TYPE_VIDEO_ENCODER;
Davcodec_engine_factory.h31 static std::unique_ptr<ProcessorBase> CreateProcessor(AVCodecType type);
Davcodec_engine_gst_impl.cpp41 int32_t AVCodecEngineGstImpl::Init(AVCodecType type, bool isMimeType, const std::string &name) in Init()
249 std::string AVCodecEngineGstImpl::FindMimeTypeByName(AVCodecType type, const std::string &name) in FindMimeTypeByName()
272 int32_t AVCodecEngineGstImpl::HandleMimeType(AVCodecType type, const std::string &name) in HandleMimeType()
309 int32_t AVCodecEngineGstImpl::HandlePluginName(AVCodecType type, const std::string &name) in HandlePluginName()
Davcodec_engine_factory.cpp34 std::unique_ptr<ProcessorBase> AVCodecEngineFactory::CreateProcessor(AVCodecType type) in CreateProcessor()
/foundation/multimedia/av_codec/frameworks/native/avcodec/
Davcodec_audio_codec_inner_impl.cpp33 AVCodecType type = AVCODEC_TYPE_AUDIO_DECODER; in CreateByMime()
53 AVCodecType type = AVCODEC_TYPE_AUDIO_ENCODER; in CreateByName()
76 int32_t AVCodecAudioCodecInnerImpl::Init(AVCodecType type, bool isMimeType, const std::string &name) in Init()
Davcodec_audio_encoder_impl.h42 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
Davcodec_audio_decoder_impl.h41 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
Davcodec_audio_codec_inner_impl.h29 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
Davcodec_video_encoder_impl.h46 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
Davcodec_video_decoder_impl.h48 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dtest_utils.cpp31 AVCodecType targetType = isEncoder ? AVCODEC_TYPE_VIDEO_ENCODER : AVCODEC_TYPE_VIDEO_DECODER; in GetCodecName()
/foundation/multimedia/player_framework/services/engine/common/avcodeclist/
Davcodeclist_engine_gst_impl.h37 const std::vector<CapabilityData> &capabilityDataArray, const AVCodecType &codecType);
/foundation/multimedia/player_framework/frameworks/native/avcodec/
Davcodec_audio_decoder_impl.h43 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
Davcodec_audio_encoder_impl.h44 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
Davcodec_video_decoder_impl.h44 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
Davcodec_video_encoder_impl.h45 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
/foundation/multimedia/player_framework/services/include/
Di_avcodec_service.h32 virtual int32_t InitParameter(AVCodecType type, bool isMimeType, const std::string &name) = 0;
/foundation/multimedia/player_framework/frameworks/js/media/
Dmedia_enum_napi.cpp151 { "AVCODEC_TYPE_VIDEO_ENCODER", AVCodecType::AVCODEC_TYPE_VIDEO_ENCODER },
152 { "AVCODEC_TYPE_VIDEO_DECODER", AVCodecType::AVCODEC_TYPE_VIDEO_DECODER },
153 { "AVCODEC_TYPE_AUDIO_ENCODER", AVCodecType::AVCODEC_TYPE_AUDIO_ENCODER },
154 { "AVCODEC_TYPE_AUDIO_DECODER", AVCodecType::AVCODEC_TYPE_AUDIO_DECODER },
/foundation/multimedia/av_codec/services/services/codec/ipc/
Di_standard_codec_service.h37 virtual int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) = 0;
Dcodec_service_proxy.h32 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) override;
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
Davcodec_list_impl.h48 std::vector<CapabilityData> SelectTargetCapabilityDataArray(const AVCodecType &codecType) const;
/foundation/multimedia/player_framework/services/services/avcodec/ipc/
Davcodec_service_proxy.h30 int32_t InitParameter(AVCodecType type, bool isMimeType, const std::string &name) override;
Di_standard_avcodec_service.h35 virtual int32_t InitParameter(AVCodecType type, bool isMimeType, const std::string &name) = 0;
/foundation/multimedia/player_framework/services/services/engine_intf/
Di_avcodec_engine.h47 virtual int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) = 0;

123