Home
last modified time | relevance | path

Searched refs:CodecType (Results 1 - 25 of 39) sorted by relevance

12

/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodec_ability_singleton.cpp30 std::unordered_map<CodecType, std::shared_ptr<CodecListBase>> GetCodecLists() in GetCodecLists()
32 std::unordered_map<CodecType, std::shared_ptr<CodecListBase>> codecLists; in GetCodecLists()
35 codecLists.insert(std::make_pair(CodecType::AVCODEC_VIDEO_CODEC, vcodecList)); in GetCodecLists()
37 codecLists.insert(std::make_pair(CodecType::AVCODEC_VIDEO_HEVC_DECODER, hevcDecoderList)); in GetCodecLists()
40 codecLists.insert(std::make_pair(CodecType::AVCODEC_AUDIO_CODEC, acodecList)); in GetCodecLists()
55 RegisterCapabilityArray(videoCapaArray, CodecType::AVCODEC_HCODEC); in CodecAbilitySingleton()
58 std::unordered_map<CodecType, std::shared_ptr<CodecListBase>> codecLists = GetCodecLists(); in CodecAbilitySingleton()
60 CodecType codecType = iter->first; in CodecAbilitySingleton()
75 void CodecAbilitySingleton::RegisterCapabilityArray(std::vector<CapabilityData> &capaArray, CodecType codecType) in RegisterCapabilityArray()
124 std::unordered_map<std::string, CodecType> CodecAbilitySingleto
[all...]
H A Dcodec_ability_singleton.h32 void RegisterCapabilityArray(std::vector<CapabilityData> &capaArray, CodecType codecType);
35 std::unordered_map<std::string, CodecType> GetNameCodecTypeMap();
42 std::unordered_map<std::string, CodecType> nameCodecTypeMap_;
H A Dcodeclist_utils.h26 enum class CodecType : int32_t { class
H A Dcodeclist_core.cpp217 CodecType CodecListCore::FindCodecType(std::string codecName) in FindCodecType()
221 return CodecType::AVCODEC_INVALID; in FindCodecType()
223 std::unordered_map<std::string, CodecType> nameCodecTypeMap = in FindCodecType()
228 return CodecType::AVCODEC_INVALID; in FindCodecType()
H A Dcodeclist_core.h33 CodecType FindCodecType(std::string codecName);
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_factory.cpp62 CodecType codecType = codecListCore->FindCodecType(name); in CreateCodecByName()
66 case CodecType::AVCODEC_HCODEC: in CreateCodecByName()
69 case CodecType::AVCODEC_VIDEO_CODEC: in CreateCodecByName()
72 case CodecType::AVCODEC_VIDEO_HEVC_DECODER: in CreateCodecByName()
76 case CodecType::AVCODEC_AUDIO_CODEC: in CreateCodecByName()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodec_ability_singleton.h33 void RegisterCapabilityArray(std::vector<CapabilityData> &capaArray, CodecType codecType);
36 std::unordered_map<std::string, CodecType> GetNameCodecTypeMap();
42 std::unordered_map<std::string, CodecType> nameCodecTypeMap_;
50 void RegisterCapabilityArray(std::vector<CapabilityData> &capaArray, CodecType codecType);
53 std::unordered_map<std::string, CodecType> GetNameCodecTypeMap();
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/
H A Dsample_helper.cpp30 const std::unordered_map<OHOS::MediaAVCodec::Sample::CodecType, std::string> CODEC_TYPE_TO_STRING = {
31 {OHOS::MediaAVCodec::Sample::CodecType::VIDEO_HW_DECODER, "Hardware Decoder"},
32 {OHOS::MediaAVCodec::Sample::CodecType::VIDEO_SW_DECODER, "Software Decoder"},
33 {OHOS::MediaAVCodec::Sample::CodecType::VIDEO_HW_ENCODER, "Hardware Encoder"},
34 {OHOS::MediaAVCodec::Sample::CodecType::VIDEO_SW_ENCODER, "Software Encoder"},
/foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader/include/codec/
H A Dcoder_wrapper.h37 const CodecType CODEC_PCM_TO_AAC = AUDIO_ENCODER;
38 const CodecType CODEC_AAC_TO_PCM = AUDIO_DECODER;
H A Ddecoder_wrapper.h48 CodecType decodeType_ = CODEC_AAC_TO_PCM;
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_ability_singleton_mock.cpp33 void CodecAbilitySingleton::RegisterCapabilityArray(std::vector<CapabilityData> &capaArray, CodecType codecType) in RegisterCapabilityArray()
48 std::unordered_map<std::string, CodecType> CodecAbilitySingleton::GetNameCodecTypeMap() in GetNameCodecTypeMap()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dreference_parser_manager.h26 static std::shared_ptr<ReferenceParserManager> Create(CodecType codecType, std::vector<uint32_t> &IFramePos);
46 using CreateFunc = RefParser *(*)(CodecType, std::vector<uint32_t>&);
H A Dreference_parser.h38 enum struct CodecType : int32_t { struct
72 CodecType codeType, std::vector<uint32_t> &IFramePos);
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/include/
H A Dsample_info.h41 /* CodecType description
48 enum CodecType { enum
111 CodecType codecType = VIDEO_HW_DECODER;
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.h52 CodecType type;
61 int32_t GetCapbilityByMime(AvCodecMime mime, CodecType type, uint32_t flags, CodecCapability &cap);
/foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd/include/
H A Dwifi_diaplay.h33 enum class CodecType : int32_t { class
52 CodecType codecType;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h27 enum CodecType { enum
60 CodecType codecType;
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwifi_display.cpp263 case CodecType::CODEC_H264: in IsVideoCodecAttr()
265 case CodecType::CODEC_H265: in IsVideoCodecAttr()
295 case CodecType::CODEC_AAC: in IsAudioCodecAttr()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.h47 static PluginType GetCodecType(const CodecType& hdiType);
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dvideo_codec_base.h47 static std::shared_ptr<VideoCodecBase> CreateVideoCodec(CodecType type, CodecRunMode mode);
H A Dvideo_codec_base.cpp30 std::shared_ptr<VideoCodecBase> VideoCodecFactory::CreateVideoCodec(CodecType type, CodecRunMode mode) in CreateVideoCodec()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.h43 static std::optional<AVCodecType> HdiCodecTypeToInnerCodecType(CodecHDI::CodecType type);
/foundation/multimedia/audio_lite/services/impl/audio_encoder/include/
H A Daudio_encoder.h130 CodecType domainKind_ = AUDIO_ENCODER;
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.h71 int32_t RenderFrame(PlayerBufferInfo &frame, CodecType type);
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp68 const static std::map<int32_t, CodecType> g_a2dpCodecTypeMap = {
245 SetNamedPropertyByInteger(env, codecType, CodecType::CODEC_TYPE_SBC, "CODEC_TYPE_SBC"); in CodecTypeInit()
246 SetNamedPropertyByInteger(env, codecType, CodecType::CODEC_TYPE_AAC, "CODEC_TYPE_AAC"); in CodecTypeInit()
247 SetNamedPropertyByInteger(env, codecType, CodecType::CODEC_TYPE_L2HC, "CODEC_TYPE_L2HC"); in CodecTypeInit()
248 SetNamedPropertyByInteger(env, codecType, CodecType::CODEC_TYPE_L2HCST, "CODEC_TYPE_L2HCST"); in CodecTypeInit()
249 SetNamedPropertyByInteger(env, codecType, CodecType::CODEC_TYPE_LDAC, "CODEC_TYPE_LDAC"); in CodecTypeInit()
250 SetNamedPropertyByInteger(env, codecType, CodecType::CODEC_TYPE_INVALID, "CODEC_TYPE_INVALID"); in CodecTypeInit()
312 DECLARE_NAPI_PROPERTY("CodecType", codecTypeObj), in A2dpPropertyValueInit()

Completed in 9 milliseconds

12