Home
last modified time | relevance | path

Searched refs:VIDEO_ENCODER (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp79 codecCapability.pluginType != PluginType::VIDEO_ENCODER) { in RegisterCodecPlugins()
126 if (pluginType == PluginType::VIDEO_DECODER || pluginType == PluginType::VIDEO_ENCODER) { in AddHdiCap()
201 case VIDEO_ENCODER: in GetCodecType()
202 return PluginType::VIDEO_ENCODER; in GetCodecType()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_type.h33 VIDEO_ENCODER, member
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_query_tool.h29 VIDEO_ENCODER, member in OHOS::DistributedHardware::HISTREAM_PLUGIN_TYPE
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_types.h118 VIDEO_ENCODER, ///< reference CodecPlugin member
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp90 case PluginType::VIDEO_ENCODER: in UpdateRegisterTableAndRegisterNames()
112 || def.pluginType == PluginType::AUDIO_ENCODER || def.pluginType == PluginType::VIDEO_ENCODER) in UpdateRegisterTableAndRegisterNames()
138 {PluginType::VIDEO_ENCODER, CODEC_API_VERSION}, in VersionMatched()
308 || type == PluginType::AUDIO_ENCODER || type == PluginType::VIDEO_ENCODER) in ListPlugins()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h194 VIDEO_ENCODER, ///< reference CodecPlugin member
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_query_tool.cpp121 case HISTREAM_PLUGIN_TYPE::VIDEO_ENCODER: { in QueryHiStreamerPluginInfo()
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_settings.cpp126 table_[FilterType::VIDEO_ENCODER] = { in InitVideoTable()
/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_dfx.h47 VIDEO_ENCODER, enumerator
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp171 HiStreamerQueryTool::GetInstance().QueryHiStreamerPluginInfo(HISTREAM_PLUGIN_TYPE::VIDEO_ENCODER); in RealQuery()
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp105 CodecType domainKind = VIDEO_ENCODER; in CameraCreateVideoEnc()
202 if (CodecCreateByType(VIDEO_ENCODER, codecMime, &codecHdl) != 0) { in CameraCreateJpegEncProc()
241 CodecType domainKind = VIDEO_ENCODER; in CameraCreateJpegEnc()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp68 filterType_ = FilterType::VIDEO_ENCODER; in VideoEncoderFilter()
69 pluginType_ = Plugin::PluginType::VIDEO_ENCODER; in VideoEncoderFilter()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp155 {VIDEO_ENCODER, AVCODEC_TYPE_VIDEO_ENCODER} in HdiCodecTypeToInnerCodecType()
H A Dhcodec.cpp59 } else if (cap.type == VIDEO_ENCODER) { in Create()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp198 map = PluginParameterTable::FindAllowedParameterMap(FilterType::VIDEO_ENCODER); in HWTEST()
H A DTestPluginSetting.cpp198 allowedMap = PluginParameterTable::FindAllowedParameterMap(FilterType::VIDEO_ENCODER); in HWTEST()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_packer.cpp84 cap.type == HDI::Codec::V3_0::VIDEO_ENCODER && !IsEncodeSecureMode(cap.compName)) { in IsSupportHeifEncode()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp565 auto videoEncNameList = PluginManager::Instance().ListPlugins(PluginType::VIDEO_ENCODER); in QueryVideoEncoderAbility()
571 auto pluginInfo = PluginManager::Instance().GetPluginInfo(PluginType::VIDEO_ENCODER, name); in QueryVideoEncoderAbility()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.cpp62 definition.pluginType = PluginType::VIDEO_ENCODER; in RegisterVideoEncoderPlugins()

Completed in 16 milliseconds