Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/include/
H A Dcodec_service_stub.h33 virtual int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) = 0;
47 MOCK_METHOD(int32_t, Init, (AVCodecType type, bool isMimeType, const std::string &name));
59 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name) override;
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A 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()
H A Davcodec_audio_decoder_impl.h41 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
H A Davcodec_audio_encoder_impl.h42 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
H A Davcodec_audio_codec_inner_impl.h29 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
H A Davcodec_video_decoder_impl.h49 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name, Format &format);
H A Davcodec_video_encoder_impl.h50 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name, Format &format);
H A Davcodec_audio_codec_impl.h52 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name);
H A Davcodec_audio_decoder_impl.cpp51 int32_t AVCodecAudioDecoderImpl::Init(AVCodecType type, bool isMimeType, const std::string &name) in Init()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h40 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name,
87 void InitLabel(AVCodecType type);
104 AVCodecType type_ = AVCODEC_TYPE_NONE;
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp168 AVCodecType codecType = AVCODEC_TYPE_NONE; in FindCodec()
238 AVCodecType codecType = AVCODEC_TYPE_NONE; in GetCapability()
277 AVCodecType codecType = AVCODEC_TYPE_NONE; in FindCodecNameArray()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp194 { "AVCODEC_TYPE_VIDEO_ENCODER", AVCodecType::AVCODEC_TYPE_VIDEO_ENCODER },
195 { "AVCODEC_TYPE_VIDEO_DECODER", AVCodecType::AVCODEC_TYPE_VIDEO_DECODER },
196 { "AVCODEC_TYPE_AUDIO_ENCODER", AVCodecType::AVCODEC_TYPE_AUDIO_ENCODER },
197 { "AVCODEC_TYPE_AUDIO_DECODER", AVCodecType::AVCODEC_TYPE_AUDIO_DECODER },
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.h37 …static std::optional<CodecScenario> CheckCodecScenario(const Media::Format &format, AVCodecType co…
H A Dcodec_server.h56 int32_t Init(AVCodecType type, bool isMimeType, const std::string &name,
143 AVCodecType codecType_ = AVCODEC_TYPE_NONE;
H A Dcodec_param_checker.cpp85 AVCodecType codecType);
108 …std::optional<CodecScenario> (*)(CapabilityData &capData, const Format &format, AVCodecType codecT…
187 AVCodecType codecType) in TemporalScalabilityChecker()
668 …Scenario> CodecParamChecker::CheckCodecScenario(const Media::Format &format, AVCodecType codecType, in CheckCodecScenario()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.cpp32 AVCodecType targetType = isEncoder ? AVCODEC_TYPE_VIDEO_ENCODER : AVCODEC_TYPE_VIDEO_DECODER; in GetCodecName()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhcodec_type_converter_unit_test.cpp26 … optional<AVCodecType> ret = TypeConverter::HdiCodecTypeToInnerCodecType(CodecHDI::VIDEO_DECODER);
33 optional<AVCodecType> ret = TypeConverter::HdiCodecTypeToInnerCodecType(CodecHDI::INVALID_TYPE);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.h43 static std::optional<AVCodecType> HdiCodecTypeToInnerCodecType(CodecHDI::CodecType type);
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.h34 static std::shared_ptr<BufferConverter> Create(AVCodecType type);
H A Di_standard_codec_service.h37 …virtual int32_t Init(AVCodecType type, bool isMimeType, const std::string &name, Media::Meta &call…
H A Dcodec_service_proxy.h33 …int32_t Init(AVCodecType type, bool isMimeType, const std::string &name, Media::Meta &callerInfo) …
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/
H A Dcodec_service_stub_mock.cpp58 int32_t CodecServiceStub::Init(AVCodecType type, bool isMimeType, const std::string &name) in Init()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_decoder_adapter.h37 Status Init(MediaAVCodec::AVCodecType type, bool isMimeType, const std::string &name);
H A Davcodec_info.h34 enum AVCodecType : int32_t { enum
215 AVCodecType GetType();
/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h40 virtual int32_t Init(AVCodecType type, bool isMimeType,

12