Home
last modified time | relevance | path

Searched refs:CreateRecorderProfiles (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp51 …EXPECT_TRUE(RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported(*prof…
68 …EXPECT_FALSE(RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported(*pro…
81 …EXPECT_TRUE(RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile(sourceId, qu…
94 …EXPECT_FALSE(RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile(sourceId, q…
158 RecorderProfilesFactory::CreateRecorderProfiles().GetAudioRecorderCaps();
171 RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderCaps();
187 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);
214 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp59 … auto audioRecorderCaps = RecorderProfilesFactory::CreateRecorderProfiles().GetAudioRecorderCaps(); in GetAudioRecorderCaps()
109 … bool outResult = RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported( in IsAudioRecorderConfigSupported()
153 … auto videoRecorderCaps = RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderCaps(); in GetVideoRecorderCaps()
206 …auto videoRecorderProfile = RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProf… in GetVideoRecorderProfile()
260 … bool outResult = RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile( in HasVideoRecorderProfile()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h295 static RecorderProfiles& CreateRecorderProfiles();
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp27 RecorderProfiles& RecorderProfilesFactory::CreateRecorderProfiles() in CreateRecorderProfiles() function in OHOS::Media::RecorderProfilesFactory
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2202 …OHOS::Media::RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, q… in GetAVRecorderProfile()