| /foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/ |
| D | avcodec_engine_gst_impl.h | 32 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;
|
| D | avcodec_engine_ctrl.h | 33 int32_t Init(AVCodecType type, bool useSoftware, const std::string &name); 54 AVCodecType codecType_ = AVCODEC_TYPE_VIDEO_ENCODER;
|
| D | avcodec_engine_factory.h | 31 static std::unique_ptr<ProcessorBase> CreateProcessor(AVCodecType type);
|
| D | avcodec_engine_gst_impl.cpp | 41 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()
|
| D | avcodec_engine_factory.cpp | 34 std::unique_ptr<ProcessorBase> AVCodecEngineFactory::CreateProcessor(AVCodecType type) in CreateProcessor()
|
| /foundation/multimedia/av_codec/frameworks/native/avcodec/ |
| D | avcodec_audio_codec_inner_impl.cpp | 33 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()
|
| D | avcodec_audio_encoder_impl.h | 42 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| D | avcodec_audio_decoder_impl.h | 41 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| D | avcodec_audio_codec_inner_impl.h | 29 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| D | avcodec_video_encoder_impl.h | 46 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| D | avcodec_video_decoder_impl.h | 48 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| D | test_utils.cpp | 31 AVCodecType targetType = isEncoder ? AVCODEC_TYPE_VIDEO_ENCODER : AVCODEC_TYPE_VIDEO_DECODER; in GetCodecName()
|
| /foundation/multimedia/player_framework/services/engine/common/avcodeclist/ |
| D | avcodeclist_engine_gst_impl.h | 37 const std::vector<CapabilityData> &capabilityDataArray, const AVCodecType &codecType);
|
| /foundation/multimedia/player_framework/frameworks/native/avcodec/ |
| D | avcodec_audio_decoder_impl.h | 43 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| D | avcodec_audio_encoder_impl.h | 44 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| D | avcodec_video_decoder_impl.h | 44 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| D | avcodec_video_encoder_impl.h | 45 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
|
| /foundation/multimedia/player_framework/services/include/ |
| D | i_avcodec_service.h | 32 virtual int32_t InitParameter(AVCodecType type, bool isMimeType, const std::string &name) = 0;
|
| /foundation/multimedia/player_framework/frameworks/js/media/ |
| D | media_enum_napi.cpp | 151 { "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/ |
| D | i_standard_codec_service.h | 37 virtual int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) = 0;
|
| D | codec_service_proxy.h | 32 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) override;
|
| /foundation/multimedia/player_framework/frameworks/native/avcodeclist/ |
| D | avcodec_list_impl.h | 48 std::vector<CapabilityData> SelectTargetCapabilityDataArray(const AVCodecType &codecType) const;
|
| /foundation/multimedia/player_framework/services/services/avcodec/ipc/ |
| D | avcodec_service_proxy.h | 30 int32_t InitParameter(AVCodecType type, bool isMimeType, const std::string &name) override;
|
| D | i_standard_avcodec_service.h | 35 virtual int32_t InitParameter(AVCodecType type, bool isMimeType, const std::string &name) = 0;
|
| /foundation/multimedia/player_framework/services/services/engine_intf/ |
| D | i_avcodec_engine.h | 47 virtual int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) = 0;
|