Searched refs:GetVideoRecorderCaps (Results 1 – 6 of 6) sorted by relevance
30 std::vector<std::shared_ptr<VideoRecorderCaps>> GetVideoRecorderCaps() override;
97 std::vector<std::shared_ptr<VideoRecorderCaps>> RecorderProfilesImpl::GetVideoRecorderCaps() in GetVideoRecorderCaps() function in OHOS::Media::RecorderProfilesImpl
279 virtual std::vector<std::shared_ptr<VideoRecorderCaps>> GetVideoRecorderCaps() = 0;
69 static napi_value GetVideoRecorderCaps(napi_env env, napi_callback_info info);
121 napi_value RecorderCapabilityNapi::GetVideoRecorderCaps(napi_env env, napi_callback_info info) in GetVideoRecorderCaps() function in OHOS::Media::RecorderCapabilityNapi153 … auto videoRecorderCaps = RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderCaps(); in GetVideoRecorderCaps()
171 RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderCaps();