Searched refs:RecorderProfilesImpl (Results 1 – 2 of 2) sorted by relevance
29 return RecorderProfilesImpl::GetInstance(); in CreateRecorderProfiles()32 RecorderProfiles& RecorderProfilesImpl::GetInstance() in GetInstance()34 static RecorderProfilesImpl instance; in GetInstance()39 int32_t RecorderProfilesImpl::Init() in Init()51 RecorderProfilesImpl::RecorderProfilesImpl() in RecorderProfilesImpl() function in OHOS::Media::RecorderProfilesImpl56 RecorderProfilesImpl::~RecorderProfilesImpl() in ~RecorderProfilesImpl()65 bool RecorderProfilesImpl::IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) in IsAudioRecorderConfigSupported()77 bool RecorderProfilesImpl::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile()83 std::vector<std::shared_ptr<AudioRecorderCaps>> RecorderProfilesImpl::GetAudioRecorderCaps() in GetAudioRecorderCaps()97 std::vector<std::shared_ptr<VideoRecorderCaps>> RecorderProfilesImpl::GetVideoRecorderCaps() in GetVideoRecorderCaps()[all …]
24 class RecorderProfilesImpl : public RecorderProfiles, public NoCopyable {26 ~RecorderProfilesImpl();36 RecorderProfilesImpl();