Searched refs:GetVideoRecorderProfile (Results 1 – 8 of 8) sorted by relevance
187 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);214 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);
31 …std::shared_ptr<VideoRecorderProfile> GetVideoRecorderProfile(int32_t sourceId, int32_t qualityLev…
111 std::shared_ptr<VideoRecorderProfile> RecorderProfilesImpl::GetVideoRecorderProfile(int32_t sourceI… in GetVideoRecorderProfile() function in OHOS::Media::RecorderProfilesImpl
290 …virtual std::shared_ptr<VideoRecorderProfile> GetVideoRecorderProfile(int32_t sourceId, int32_t qu…
70 static napi_value GetVideoRecorderProfile(napi_env env, napi_callback_info info);
164 napi_value RecorderCapabilityNapi::GetVideoRecorderProfile(napi_env env, napi_callback_info info) in GetVideoRecorderProfile() function in OHOS::Media::RecorderCapabilityNapi206 …o videoRecorderProfile = RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile( in GetVideoRecorderProfile()
360 RetInfo GetVideoRecorderProfile();
2202 …OHOS::Media::RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, q… in GetAVRecorderProfile()