Home
last modified time | relevance | path

Searched refs:GetVideoRecorderProfile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp187 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);
214 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.h31 …std::shared_ptr<VideoRecorderProfile> GetVideoRecorderProfile(int32_t sourceId, int32_t qualityLev…
H A Drecorder_profiles_impl.cpp111 std::shared_ptr<VideoRecorderProfile> RecorderProfilesImpl::GetVideoRecorderProfile(int32_t sourceI… in GetVideoRecorderProfile() function in OHOS::Media::RecorderProfilesImpl
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h290 …virtual std::shared_ptr<VideoRecorderProfile> GetVideoRecorderProfile(int32_t sourceId, int32_t qu…
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h70 static napi_value GetVideoRecorderProfile(napi_env env, napi_callback_info info);
H A Drecorder_capability_napi.cpp164 napi_value RecorderCapabilityNapi::GetVideoRecorderProfile(napi_env env, napi_callback_info info) in GetVideoRecorderProfile() function in OHOS::Media::RecorderCapabilityNapi
206 …o videoRecorderProfile = RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile( in GetVideoRecorderProfile()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h360 RetInfo GetVideoRecorderProfile();
H A Davrecorder_napi.cpp2202 …OHOS::Media::RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, q… in GetAVRecorderProfile()