Home
last modified time | relevance | path

Searched refs:VIDEO_DECODER (Results 1 - 24 of 24) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp78 if (codecCapability.pluginType != PluginType::VIDEO_DECODER && in RegisterCodecPlugins()
126 if (pluginType == PluginType::VIDEO_DECODER || pluginType == PluginType::VIDEO_ENCODER) { in AddHdiCap()
134 if (pluginType == PluginType::VIDEO_DECODER) { in AddHdiCap()
199 case VIDEO_DECODER: in GetCodecType()
200 return PluginType::VIDEO_DECODER; in GetCodecType()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_type.h31 VIDEO_DECODER, member
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_query_tool.h30 VIDEO_DECODER
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_types.h117 VIDEO_DECODER, ///< reference CodecPlugin member
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp53 filterType_ = FilterType::VIDEO_DECODER; in VideoDecoderFilter()
55 pluginType_ = Plugin::PluginType::VIDEO_DECODER; in VideoDecoderFilter()
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp88 case PluginType::VIDEO_DECODER: in UpdateRegisterTableAndRegisterNames()
111 if ((def.pluginType == PluginType::AUDIO_DECODER || def.pluginType == PluginType::VIDEO_DECODER in UpdateRegisterTableAndRegisterNames()
136 {PluginType::VIDEO_DECODER, CODEC_API_VERSION}, in VersionMatched()
307 if ((type == PluginType::AUDIO_DECODER || type == PluginType::VIDEO_DECODER in ListPlugins()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h193 VIDEO_DECODER, ///< reference CodecPlugin member
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_query_tool.cpp125 case HISTREAM_PLUGIN_TYPE::VIDEO_DECODER: { in QueryHiStreamerPluginInfo()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp122 case VIDEO_DECODER: { in ConvertAttributeToParams()
146 } else if (attr.type == VIDEO_DECODER) { in CreateHandle()
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_settings.cpp117 table_[FilterType::VIDEO_DECODER] = { in InitVideoTable()
/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_dfx.h46 VIDEO_DECODER, enumerator
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp175 HiStreamerQueryTool::GetInstance().QueryHiStreamerPluginInfo(HISTREAM_PLUGIN_TYPE::VIDEO_DECODER); in RealQuery()
/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); in HWTEST()
/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp159 CodecType domain = VIDEO_DECODER; in DecoderCreate()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp154 {VIDEO_DECODER, AVCODEC_TYPE_VIDEO_DECODER}, in HdiCodecTypeToInnerCodecType()
H A Dhcodec.cpp57 if (cap.type == VIDEO_DECODER) { in Create()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp194 map = PluginParameterTable::FindAllowedParameterMap(FilterType::VIDEO_DECODER); in HWTEST()
H A DTestPluginSetting.cpp194 allowedMap = PluginParameterTable::FindAllowedParameterMap(FilterType::VIDEO_DECODER); in HWTEST()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.cpp300 } else if (type == VIDEO_DECODER) { in RenderFrame()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp763 auto videoDecNameList = PluginManager::Instance().ListPlugins(PluginType::VIDEO_DECODER); in QueryVideoDecoderAbility()
769 auto pluginInfo = PluginManager::Instance().GetPluginInfo(PluginType::VIDEO_DECODER, name); in QueryVideoDecoderAbility()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp750 attr.type = VIDEO_DECODER; in VideoDecoderStart()
1052 InitOutputBuffer(outInfo.info, VIDEO_DECODER); in RenderVideoFrame()
1058 ret = sinkManager_->RenderFrame(outInfo, VIDEO_DECODER); in RenderVideoFrame()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp62 definition.pluginType = PluginType::VIDEO_DECODER; in RegisterVideoDecoderPlugins()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp42 if (cap.role == MEDIA_ROLETYPE_VIDEO_HEVC && cap.type == VIDEO_DECODER && !IsSecureMode(cap.compName)) { in Create()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp353 cap.type == HDI::Codec::V3_0::VIDEO_DECODER && !IsSecureMode(cap.compName)) { in IsSupportHeif()

Completed in 22 milliseconds