Home
last modified time | relevance | path

Searched refs:RecorderProfilesXmlParser (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
H A Drecorder_profiles_xml_parser.cpp93 RecorderProfilesXmlParser::RecorderProfilesXmlParser() in RecorderProfilesXmlParser() function in OHOS::Media::RecorderProfilesXmlParser
100 RecorderProfilesXmlParser::~RecorderProfilesXmlParser() in ~RecorderProfilesXmlParser()
105 bool RecorderProfilesXmlParser::ParseInternal(xmlNode *node) in ParseInternal()
170 bool RecorderProfilesXmlParser::ParseRecorderCapsData(xmlNode *node) in ParseRecorderCapsData()
193 bool RecorderProfilesXmlParser::ParseRecorderContainerFormatData(xmlNode *node) in ParseRecorderContainerFormatData()
310 void RecorderProfilesXmlParser::PackageRecorderCaps() in PackageRecorderCaps()
341 void RecorderProfilesXmlParser::PaddingVideoCapsByAudioCaps( in PaddingVideoCapsByAudioCaps()
376 bool RecorderProfilesXmlParser::ParseRecorderProfilesData(xmlNode *node) in ParseRecorderProfilesData()
436 bool RecorderProfilesXmlParser::ParseVideoRecorderProfiles( in ParseVideoRecorderProfiles()
472 bool RecorderProfilesXmlParser::ParseVideoRecorderProfilesForVideoAudioData( in ParseVideoRecorderProfilesForVideoAudioData()
[all …]
H A Drecorder_profiles_xml_parser.h36 class RecorderProfilesXmlParser : public XmlParser {
38 RecorderProfilesXmlParser();
39 ~RecorderProfilesXmlParser();
H A Drecorder_profiles_ability_singleton.cpp55 …std::shared_ptr<RecorderProfilesXmlParser> xmlParser = std::make_shared<RecorderProfilesXmlParser>… in ParseRecorderProfilesXml()