Home
last modified time | relevance | path

Searched refs:GetVideoRecorderCaps (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.h30 std::vector<std::shared_ptr<VideoRecorderCaps>> GetVideoRecorderCaps() override;
H A Drecorder_profiles_impl.cpp97 std::vector<std::shared_ptr<VideoRecorderCaps>> RecorderProfilesImpl::GetVideoRecorderCaps() in GetVideoRecorderCaps() function in OHOS::Media::RecorderProfilesImpl
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h279 virtual std::vector<std::shared_ptr<VideoRecorderCaps>> GetVideoRecorderCaps() = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h69 static napi_value GetVideoRecorderCaps(napi_env env, napi_callback_info info);
H A Drecorder_capability_napi.cpp121 napi_value RecorderCapabilityNapi::GetVideoRecorderCaps(napi_env env, napi_callback_info info) in GetVideoRecorderCaps() function in OHOS::Media::RecorderCapabilityNapi
153 … auto videoRecorderCaps = RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderCaps(); in GetVideoRecorderCaps()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp171 RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderCaps();