Home
last modified time | relevance | path

Searched refs:ParseRecorderProfileSettingsData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
H A Drecorder_profiles_xml_parser.h64 bool ParseRecorderProfileSettingsData(xmlNode *node, RecorderProfilesData &capabilityData);
H A Drecorder_profiles_xml_parser.cpp410 bool ret = ParseRecorderProfileSettingsData(node, capabilityData); in ParseRecorderProfilesSourceData()
417 bool RecorderProfilesXmlParser::ParseRecorderProfileSettingsData(xmlNode *node, RecorderProfilesDat… in ParseRecorderProfileSettingsData() function in OHOS::Media::RecorderProfilesXmlParser