Home
last modified time | relevance | path

Searched full:source_type (Results 1 – 17 of 17) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
Dmodule_hdi_source.c52 "source_type<source type or port>"
69 "source_type",
Dhdi_source.c482 if (pa_modargs_get_value_s32(ma, "source_type", &u->attrs.sourceType) < 0) { in InitUserdataAttrs()
483 AUDIO_ERR_LOG("Failed to parse source_type argument"); in InitUserdataAttrs()
/foundation/multimedia/av_codec/services/dfx/
Davcodec_sysevent.cpp87 "DOWNLOAD_SIZE", downloadSize, "SOURCE_TYPE", sourceType); in DemuxerInitEventWrite()
97 "SOURCE_TYPE", demuxerFaultInfo.sourceType, in FaultDemuxerEventWrite()
/foundation/multimedia/player_framework/
Dhisysevent.yaml42 SOURCE_TYPE: {type: INT8, desc: Enum of source type}
51 SOURCE_TYPE: {type: INT8, desc: Enum of source type}
175 SOURCE_TYPE: {type: UINT8, desc: Enum of source type}
/foundation/multimedia/av_codec/
Dhisysevent.yaml53 SOURCE_TYPE: {type: STRING, desc: Demuxer source type}
/foundation/multimedia/player_framework/services/engine/histreamer/player/
Ddfx_agent.cpp110 "SOURCE_TYPE", static_cast<uint8_t>(sourceType_), in ReportLagEvent()
/foundation/multimedia/ringtone_library/interfaces/inner_api/native/
Dringtone_db_const.h70 const std::string RINGTONE_COLUMN_SOURCE_TYPE = "source_type";
/foundation/graphic/graphic_2d/
Dhisysevent.yaml88 SOURCE_TYPE: {type: STRING, desc: input source type}
105 SOURCE_TYPE: {type: STRING, desc: input source type}
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
Dchecked_cast.h55 std::type_info const &source_type() const
/foundation/multimedia/ringtone_library/
DREADME_zh.md193 |source_type|INTEGER|系统预制(1),用户自定义(2)|
/foundation/multimedia/media_library/
Dhisysevent.yaml121 SOURCE_TYPE: { type: INT32, desc: The image source that generates thumbnails }
/foundation/arkui/ace_engine/adapter/ohos/build/
Dhisysevent.yaml179 SOURCE_TYPE: {type: STRING, desc: scene source type}
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
Ddfx_reporter.cpp217 "SOURCE_TYPE", static_cast<int32_t>(stats.sourceType), in ReportThumbnailGeneration()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_jank_stats.cpp479 … "SOURCE_TYPE", info.sourceType, "NOTE", info.note, "INPUT_TIME", static_cast<uint64_t>(inputTime), in ReportEventResponse()
504 … "SOURCE_TYPE", info.sourceType, "NOTE", info.note, "INPUT_TIME", static_cast<uint64_t>(inputTime), in ReportEventComplete()
/foundation/multimedia/player_framework/services/utils/
Dmedia_dfx.cpp181 "SOURCE_TYPE", sourceType, in SourceEventWrite()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Devent_report.cpp72 constexpr char EVENT_KEY_SOURCE_TYPE[] = "SOURCE_TYPE";
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
Daudio_adapter_manager.cpp915 args.append(" source_type="); in UpdateSourceArgs()