Home
last modified time | relevance | path

Searched refs:SetVideoRecorderProfiles (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.h49 bool SetVideoRecorderProfiles(RecorderProfilesData &data, const std::string &capabilityKey,
H A Drecorder_profiles_xml_parser.cpp442 bool ret = SetVideoRecorderProfiles(capabilityData, capabilityKey, capabilityValue); in ParseVideoRecorderProfiles()
479 bool ret = SetVideoRecorderProfiles(capabilityData, capabilityKey, capabilityValue); in ParseVideoRecorderProfilesForVideoAudioData()
497 bool RecorderProfilesXmlParser::SetVideoRecorderProfiles(RecorderProfilesData &data, const std::str… in SetVideoRecorderProfiles() function in OHOS::Media::RecorderProfilesXmlParser