Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 62) sorted by relevance

123

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_unit_test.cpp58 AVCodecCategory category; variable
118 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
216 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
327 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
343 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
359 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
376 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
393 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
410 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
427 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dcpu_perf_scope.h46const BASE_NS::string_view category, const BASE_NS::string_view subCategory, const BASE_NS::string… in CpuPerfScopeInternal()
76 #define RENDER_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
79 #define RENDER_CPU_PERF_SCOPE(category, subCategory, name) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dcpu_perf_scope.h44const BASE_NS::string_view category, const BASE_NS::string_view subCategory, const BASE_NS::string… in CpuPerfScope()
73 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
76 #define CORE_CPU_PERF_SCOPE(category, subCategory, name) \ argument
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp108 std::string category = reinterpret_cast<const char*>(cur->name); in InitRule() local
115 void PhoneNumberRule::ParseXmlNode(xmlNodePtr cur, std::string& category) in ParseXmlNode()
173 void PhoneNumberRule::SetRules(std::string& category, icu::UnicodeString& content, std::string& val… in SetRules()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h40int32_t category) : title_(title), fileName_(fileName), uri_(uri), custType_(custType), category_(… in ToneAttrs()
84 void SetCategory(const int32_t category) in SetCategory()
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_impl.cpp64 …ret = syncer_->RegisterDataNotifier([this](const SessionDataCategory category, const std::string& … in CastSessionFromRemote()
74 int32_t RemoteSessionSinkImpl::HandleSessionDataCategory(const SessionDataCategory category) in HandleSessionDataCategory()
H A Dremote_session_capability_set.cpp60 SessionDataCategory category, int32_t key) in HasCapability()
H A Dremote_session_source_impl.cpp85 int32_t RemoteSessionSourceImpl::HandleSourceSessionDataCategory(const SessionDataCategory category, in HandleSourceSessionDataCategory()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h38 ObjectCategoryBits category; member
187 BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(ObjectCategoryBits category) const in GetAllTypes()
245 …ector<BASE_NS::shared_ptr<IObject>> GetObjectInstancesByCategory(ObjectCategoryBits category) const in GetObjectInstancesByCategory()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock_factory.cpp30AVCodecCategory category) in GetCapabilityByCategory()
/ohos5.0/drivers/liteos/hievent/include/
H A Dhievent_driver.h41 char category; member
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock_factory.cpp33AVCodecCategory category) in GetCapabilityByCategory()
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp64 uint16_t category = UCPTRIE_FAST_GET(trie, UCPTRIE_8, static_cast<int32_t>(str[index])); in GetNextBreakPos() local
238 …uint16_t category = UCPTRIE_FAST_GET(reinterpret_cast<UCPTrie*>(lineBreakTrie_), UCPTRIE_8, utf16); in IsBreakPos() local
249 …uint16_t category = UCPTRIE_FAST_GET(reinterpret_cast<UCPTrie*>(lineBreakTrie_), UCPTRIE_8, utf16); in IsBreakPos() local
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/server/
H A Dcodeclist_server.cpp63 const AVCodecCategory &category) in GetCapability()
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/ipc/
H A Dcodeclist_service_stub.cpp130 const bool isEncoder, const AVCodecCategory &category) in GetCapability()
158 AVCodecCategory category = static_cast<AVCodecCategory>(data.ReadInt32()); in DoGetCapability() local
H A Dcodeclist_service_proxy.cpp72 const bool isEncoder, const AVCodecCategory &category) in GetCapability()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_settings.cpp155 const PluginParaAllowedMap& PluginParameterTable::FindAllowedParameterMap(FilterType category) in FindAllowedParameterMap()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.h26 int32_t category; member
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/client/
H A Dcodeclist_client.cpp74 const AVCodecCategory &category) in GetCapability()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.h132 uint64_t category; member
H A Dclass_registry.cpp85 ObjectCategoryBits category, bool strict, bool excludeDeprecated) const in GetAllTypes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_controller.cpp208 void EventController::NotifyEvent(EventCategory category, int32_t eventType, in NotifyEvent()
222 void EventController::NotifyEventSync(EventCategory category, int32_t eventType, in NotifyEventSync()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.cpp32 char* category = nullptr; in RequireModule() local
77 bool ModuleManager::ParseModuleName(const char * const moduleName, char** category, char** name) co… in ParseModuleName()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dcharacter.cpp138 int8_t category = u_charType(char32); in GetType() local
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_mount_template.c97 const MountArgTemplate *GetMountArgTemplate(uint32_t category) in GetMountArgTemplate()

123