/foundation/multimedia/av_codec/services/engine/codeclist/ |
H A D | codec_ability_singleton.cpp | 30 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 D | codec_ability_singleton.h | 32 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 D | codeclist_utils.h | 26 enum class CodecType : int32_t { class
|
H A D | codeclist_core.cpp | 217 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 D | codeclist_core.h | 33 CodecType FindCodecType(std::string codecName);
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_factory.cpp | 62 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 D | codec_ability_singleton.h | 33 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 D | sample_helper.cpp | 30 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 D | coder_wrapper.h | 37 const CodecType CODEC_PCM_TO_AAC = AUDIO_ENCODER;
38 const CodecType CODEC_AAC_TO_PCM = AUDIO_DECODER;
|
H A D | decoder_wrapper.h | 48 CodecType decodeType_ = CODEC_AAC_TO_PCM;
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
H A D | codec_ability_singleton_mock.cpp | 33 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 D | reference_parser_manager.h | 26 static std::shared_ptr<ReferenceParserManager> Create(CodecType codecType, std::vector<uint32_t> &IFramePos); 46 using CreateFunc = RefParser *(*)(CodecType, std::vector<uint32_t>&);
|
H A D | reference_parser.h | 38 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 D | sample_info.h | 41 /* 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 D | decoder.h | 52 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 D | wifi_diaplay.h | 33 enum class CodecType : int32_t { class 52 CodecType codecType;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_a2dp_src.h | 27 enum CodecType { enum 60 CodecType codecType;
|
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/ |
H A D | wifi_display.cpp | 263 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 D | hdi_codec_manager.h | 47 static PluginType GetCodecType(const CodecType& hdiType);
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/ |
H A D | video_codec_base.h | 47 static std::shared_ptr<VideoCodecBase> CreateVideoCodec(CodecType type, CodecRunMode mode);
|
H A D | video_codec_base.cpp | 30 std::shared_ptr<VideoCodecBase> VideoCodecFactory::CreateVideoCodec(CodecType type, CodecRunMode mode) in CreateVideoCodec()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.h | 43 static std::optional<AVCodecType> HdiCodecTypeToInnerCodecType(CodecHDI::CodecType type);
|
/foundation/multimedia/audio_lite/services/impl/audio_encoder/include/ |
H A D | audio_encoder.h | 130 CodecType domainKind_ = AUDIO_ENCODER;
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
H A D | player_sink_manager.h | 71 int32_t RenderFrame(PlayerBufferInfo &frame, CodecType type);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 68 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()
|