Home
last modified time | relevance | path

Searched refs:RecorderProfilesData (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
H A Drecorder_profiles_xml_parser.h40 std::vector<RecorderProfilesData> GetRecorderProfileDataArray();
49 bool SetVideoRecorderProfiles(RecorderProfilesData &data, const std::string &capabilityKey,
51 bool SetAudioRecorderProfiles(RecorderProfilesData &data, const std::string &capabilityKey,
53 bool SetVideoRecorderCaps(RecorderProfilesData &data, const std::string &capabilityKey,
55 bool SetAudioRecorderCaps(RecorderProfilesData &data, const std::string &capabilityKey,
64 bool ParseRecorderProfileSettingsData(xmlNode *node, RecorderProfilesData &capabilityData);
71 xmlNode *node, RecorderProfilesData &capabilityData, const std::string &capabilityKey);
73 xmlNode *node, RecorderProfilesData &capabilityData, const std::string &capabilityKey);
78 std::vector<RecorderProfilesData> videoEncoderCapsArray_;
79 std::vector<RecorderProfilesData> audioEncoderCapsArray_;
[all …]
H A Drecorder_profiles_xml_parser.cpp213 RecorderProfilesData capabilityData; in ParseRecorderEncodeCapsData()
257 bool RecorderProfilesXmlParser::SetVideoRecorderCaps(RecorderProfilesData &data, const std::string … in SetVideoRecorderCaps()
281 bool RecorderProfilesXmlParser::SetAudioRecorderCaps(RecorderProfilesData &data, const std::string … in SetAudioRecorderCaps()
342 const std::string &formatType, RecorderProfilesData &videoData) in PaddingVideoCapsByAudioCaps()
407 RecorderProfilesData capabilityData; in ParseRecorderProfilesSourceData()
417 …rofilesXmlParser::ParseRecorderProfileSettingsData(xmlNode *node, RecorderProfilesData &capability… in ParseRecorderProfileSettingsData()
437 xmlNode *node, RecorderProfilesData &capabilityData, const std::string &capabilityKey) in ParseVideoRecorderProfiles()
449 RecorderProfilesData &capabilityData) in ParseRecorderProfileVideoAudioData()
473 xmlNode *node, RecorderProfilesData &capabilityData, const std::string &capabilityKey) in ParseVideoRecorderProfilesForVideoAudioData()
486 xmlNode *node, RecorderProfilesData &capabilityData, const std::string &capabilityKey) in ParseAudioRecorderProfiles()
[all …]
H A Drecorder_profiles_ability_singleton.h30 std::vector<RecorderProfilesData> GetCapabilityDataArray() const;
36 std::vector<RecorderProfilesData> capabilityDataArray_;
H A Drecorder_profiles_ability_singleton.cpp69 std::vector<RecorderProfilesData> data = xmlParser->GetRecorderProfileDataArray(); in ParseRecorderProfilesXml()
75 std::vector<RecorderProfilesData> RecorderProfilesAbilitySingleton::GetCapabilityDataArray() const in GetCapabilityDataArray()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/
H A Drecorder_profiles_server.cpp48 std::vector<RecorderProfilesData> capabilityDataArray = GetCapabilityInfos(); in IsAudioRecorderConfigSupported()
50 RecorderProfilesData compareProfileData = (*iter); in IsAudioRecorderConfigSupported()
65 std::vector<RecorderProfilesData> capabilityDataArray = GetCapabilityInfos(); in HasVideoRecorderProfile()
80 RecorderProfilesData capabilityData; in GetVideoRecorderProfileInfo()
81 std::vector<RecorderProfilesData> capabilityDataArray = GetCapabilityInfos(); in GetVideoRecorderProfileInfo()
93 std::vector<RecorderProfilesData> RecorderProfilesServer::GetAudioRecorderCapsInfo() in GetAudioRecorderCapsInfo()
96 std::vector<RecorderProfilesData> capabilityDataArray = GetCapabilityInfos(); in GetAudioRecorderCapsInfo()
107 std::vector<RecorderProfilesData> RecorderProfilesServer::GetVideoRecorderCapsInfo() in GetVideoRecorderCapsInfo()
110 std::vector<RecorderProfilesData> capabilityDataArray = GetCapabilityInfos(); in GetVideoRecorderCapsInfo()
121 std::vector<RecorderProfilesData> RecorderProfilesServer::GetCapabilityInfos() in GetCapabilityInfos()
[all …]
H A Drecorder_profiles_server.h31 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
33 std::vector<RecorderProfilesData> GetAudioRecorderCapsInfo() override;
34 std::vector<RecorderProfilesData> GetVideoRecorderCapsInfo() override;
35RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
38 …bool CompareProfile(const RecorderProfilesData &compareProfile, const RecorderProfilesData &profil…
39 std::vector<RecorderProfilesData> GetCapabilityInfos();
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Drecorder_profiles_parcel.h31 MessageParcel &parcel, const std::vector<RecorderProfilesData> &profileCapabilityDataArray);
32 … static bool Marshalling(MessageParcel &parcel, const RecorderProfilesData &profileCapabilityData);
35 MessageParcel &parcel, std::vector<RecorderProfilesData> &profileCapabilityDataArray);
36 static bool Unmarshalling(MessageParcel &parcel, RecorderProfilesData &profileCapabilityData);
40 MessageParcel &parcel, const RecorderProfilesData &profileCapabilityData);
42 MessageParcel &parcel, RecorderProfilesData &profileCapabilityData);
H A Drecorder_profiles_parcel.cpp26 MessageParcel &parcel, const RecorderProfilesData &profileCapabilityData) in MarshallingRecorderProfilesData()
75 MessageParcel &parcel, const std::vector<RecorderProfilesData> &profileCapabilityDataArray) in Marshalling()
86 bool RecorderProfilesParcel::Marshalling(MessageParcel &parcel, const RecorderProfilesData &profile… in Marshalling()
95 MessageParcel &parcel, RecorderProfilesData &profileCapabilityData) in UnmarshallingRecorderProfilesData()
144 MessageParcel &parcel, std::vector<RecorderProfilesData> &profileCapabilityDataArray) in Unmarshalling()
153 RecorderProfilesData profileCapabilityData; in Unmarshalling()
162 bool RecorderProfilesParcel::Unmarshalling(MessageParcel &parcel, RecorderProfilesData &profileCapa… in Unmarshalling()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/
H A Drecorder_profiles_service_stub.cpp103 bool RecorderProfilesServiceStub::IsAudioRecorderConfigSupported(const RecorderProfilesData &profil… in IsAudioRecorderConfigSupported()
115 RecorderProfilesData RecorderProfilesServiceStub::GetVideoRecorderProfileInfo(int32_t sourceId, int… in GetVideoRecorderProfileInfo()
117 RecorderProfilesData data; in GetVideoRecorderProfileInfo()
122 std::vector<RecorderProfilesData> RecorderProfilesServiceStub::GetAudioRecorderCapsInfo() in GetAudioRecorderCapsInfo()
125 …mediaProfileServer_ != nullptr, std::vector<RecorderProfilesData>(), "recorder_profiles server is … in GetAudioRecorderCapsInfo()
129 std::vector<RecorderProfilesData> RecorderProfilesServiceStub::GetVideoRecorderCapsInfo() in GetVideoRecorderCapsInfo()
132 …mediaProfileServer_ != nullptr, std::vector<RecorderProfilesData>(), "recorder_profiles server is … in GetVideoRecorderCapsInfo()
138 RecorderProfilesData profile; in IsAudioRecorderConfigSupported()
156 RecorderProfilesData capabilityData = GetVideoRecorderProfileInfo(sourceId, qualityLevel); in GetVideoRecorderProfileInfo()
164 std::vector<RecorderProfilesData> capabilityDataArray = GetAudioRecorderCapsInfo(); in GetAudioRecorderCapsInfo()
[all …]
H A Drecorder_profiles_service_proxy.cpp39 bool RecorderProfilesServiceProxy::IsAudioRecorderConfigSupported(const RecorderProfilesData &profi… in IsAudioRecorderConfigSupported()
72 RecorderProfilesData RecorderProfilesServiceProxy::GetVideoRecorderProfileInfo(int32_t sourceId, in… in GetVideoRecorderProfileInfo()
77 RecorderProfilesData capabilityData; in GetVideoRecorderProfileInfo()
91 std::vector<RecorderProfilesData> RecorderProfilesServiceProxy::GetAudioRecorderCapsInfo() in GetAudioRecorderCapsInfo()
96 std::vector<RecorderProfilesData> capabilityDataArray; in GetAudioRecorderCapsInfo()
107 std::vector<RecorderProfilesData> RecorderProfilesServiceProxy::GetVideoRecorderCapsInfo() in GetVideoRecorderCapsInfo()
112 std::vector<RecorderProfilesData> capabilityDataArray; in GetVideoRecorderCapsInfo()
H A Di_standard_recorder_profiles_service.h42 virtual bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) = 0;
44 virtual std::vector<RecorderProfilesData> GetAudioRecorderCapsInfo() = 0;
45 virtual std::vector<RecorderProfilesData> GetVideoRecorderCapsInfo() = 0;
46 …virtual RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) =…
H A Drecorder_profiles_service_proxy.h31 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
33 std::vector<RecorderProfilesData> GetAudioRecorderCapsInfo() override;
34 std::vector<RecorderProfilesData> GetVideoRecorderCapsInfo() override;
35RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
H A Drecorder_profiles_service_stub.h35 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
37 std::vector<RecorderProfilesData> GetAudioRecorderCapsInfo() override;
38 std::vector<RecorderProfilesData> GetVideoRecorderCapsInfo() override;
39RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/
H A Drecorder_profiles_client.cpp58 bool RecorderProfilesClient::IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) in IsAudioRecorderConfigSupported()
72 RecorderProfilesData RecorderProfilesClient::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t … in GetVideoRecorderProfileInfo()
75 CHECK_AND_RETURN_RET_LOG(recorderProfilesProxy_ != nullptr, RecorderProfilesData(), in GetVideoRecorderProfileInfo()
80 std::vector<RecorderProfilesData> RecorderProfilesClient::GetAudioRecorderCapsInfo() in GetAudioRecorderCapsInfo()
83 CHECK_AND_RETURN_RET_LOG(recorderProfilesProxy_ != nullptr, std::vector<RecorderProfilesData>(), in GetAudioRecorderCapsInfo()
88 std::vector<RecorderProfilesData> RecorderProfilesClient::GetVideoRecorderCapsInfo() in GetVideoRecorderCapsInfo()
91 CHECK_AND_RETURN_RET_LOG(recorderProfilesProxy_ != nullptr, std::vector<RecorderProfilesData>(), in GetVideoRecorderCapsInfo()
H A Drecorder_profiles_client.h32 bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) override;
34 std::vector<RecorderProfilesData> GetAudioRecorderCapsInfo() override;
35 std::vector<RecorderProfilesData> GetVideoRecorderCapsInfo() override;
36RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_profiles_service.h37 struct RecorderProfilesData { struct
48 virtual bool IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) = 0; argument
50 virtual std::vector<RecorderProfilesData> GetAudioRecorderCapsInfo() = 0;
51 virtual std::vector<RecorderProfilesData> GetVideoRecorderCapsInfo() = 0;
52 …virtual RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) =…
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp68 RecorderProfilesData profileData; in IsAudioRecorderConfigSupported()
87 …std::vector<RecorderProfilesData> capabilityArray = recorderProfilesService_->GetAudioRecorderCaps… in GetAudioRecorderCaps()
101 …std::vector<RecorderProfilesData> capabilityArray = recorderProfilesService_->GetVideoRecorderCaps… in GetVideoRecorderCaps()
116RecorderProfilesData capability = recorderProfilesService_->GetVideoRecorderProfileInfo(sourceId, … in GetVideoRecorderProfile()