Home
last modified time | relevance | path

Searched refs:qualityLevel (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp80 int32_t qualityLevel = RECORDER_QUALITY_LOW; variable
81 …RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile(sourceId, qualityLevel));
93 int32_t qualityLevel = RECORDER_QUALITY_HIGH; variable
94 …RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile(sourceId, qualityLevel));
185 int32_t qualityLevel = RECORDER_QUALITY_LOW; variable
187 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);
195 EXPECT_EQ(RECORDER_QUALITY_LOW, videoRecorderProfile->qualityLevel);
212 int32_t qualityLevel = RECORDER_QUALITY_HIGH; variable
214 … RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel);
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/
H A Drecorder_profiles_service_stub.cpp109 bool RecorderProfilesServiceStub::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
112 return mediaProfileServer_->HasVideoRecorderProfile(sourceId, qualityLevel); in HasVideoRecorderProfile()
115 …ta RecorderProfilesServiceStub::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
119 return mediaProfileServer_->GetVideoRecorderProfileInfo(sourceId, qualityLevel); in GetVideoRecorderProfileInfo()
147 int32_t qualityLevel = data.ReadInt32(); in HasVideoRecorderProfile() local
148 reply.WriteBool(HasVideoRecorderProfile(sourceId, qualityLevel)); in HasVideoRecorderProfile()
155 int32_t qualityLevel = data.ReadInt32(); in GetVideoRecorderProfileInfo() local
156 RecorderProfilesData capabilityData = GetVideoRecorderProfileInfo(sourceId, qualityLevel); in GetVideoRecorderProfileInfo()
H A Drecorder_profiles_service_proxy.cpp55 bool RecorderProfilesServiceProxy::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
65 data.WriteInt32(qualityLevel); in HasVideoRecorderProfile()
72 …a RecorderProfilesServiceProxy::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
83 data.WriteInt32(qualityLevel); in GetVideoRecorderProfileInfo()
H A Di_standard_recorder_profiles_service.h43 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
46 …virtual RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) =…
H A Drecorder_profiles_service_proxy.h32 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
35 … RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
H A Drecorder_profiles_service_stub.h36 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
39 … RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/
H A Drecorder_profiles_server.cpp61 bool RecorderProfilesServer::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
68 … if ((sourceId == iter->sourceId) && (qualityLevel == iter->recorderProfile.qualityLevel)) { in HasVideoRecorderProfile()
77 …lesData RecorderProfilesServer::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
84 … if ((sourceId == iter->sourceId) && (qualityLevel == iter->recorderProfile.qualityLevel)) { in GetVideoRecorderProfileInfo()
H A Drecorder_profiles_server.h32 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
35 … RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/
H A Drecorder_profiles_client.cpp65 bool RecorderProfilesClient::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
69 return recorderProfilesProxy_->HasVideoRecorderProfile(sourceId, qualityLevel); in HasVideoRecorderProfile()
72 …lesData RecorderProfilesClient::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
77 return recorderProfilesProxy_->GetVideoRecorderProfileInfo(sourceId, qualityLevel); in GetVideoRecorderProfileInfo()
H A Drecorder_profiles_client.h33 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
36 … RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp77 bool RecorderProfilesImpl::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
80 return recorderProfilesService_->HasVideoRecorderProfile(sourceId, qualityLevel); in HasVideoRecorderProfile()
112 int32_t qualityLevel) in GetVideoRecorderProfile() argument
116 …lesData capability = recorderProfilesService_->GetVideoRecorderProfileInfo(sourceId, qualityLevel); in GetVideoRecorderProfile()
H A Drecorder_profiles_impl.h28 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
31 …ptr<VideoRecorderProfile> GetVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override;
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h220 int32_t qualityLevel = RECORDER_QUALITY_LOW; member
263 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
290 …ared_ptr<VideoRecorderProfile> GetVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_profiles_service.h49 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0;
52 …virtual RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) =…
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp184 NAPI_CALL(env, napi_get_value_int32(env, args[1], &asyncCtx->qualityLevel)); in GetVideoRecorderProfile()
207 asyncCtx->sourceId, asyncCtx->qualityLevel); in GetVideoRecorderProfile()
238 NAPI_CALL(env, napi_get_value_int32(env, args[1], &asyncCtx->qualityLevel)); in HasVideoRecorderProfile()
261 asyncCtx->sourceId, asyncCtx->qualityLevel); in HasVideoRecorderProfile()
395 setRet = CommonNapi::SetPropertyInt32(env, result, "qualityLevel", value_->qualityLevel); in GetJsResult()
H A Drecorder_capability_napi.h86 int32_t qualityLevel = 0; member
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_napi.h31 …alue CreateDepthData(napi_env env, napi_value format, napi_value depthMap, napi_value qualityLevel,
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Drecorder_profiles_parcel.cpp63 (void)parcel.WriteInt32(profileCapabilityData.recorderProfile.qualityLevel); in MarshallingRecorderProfilesData()
132 profileCapabilityData.recorderProfile.qualityLevel = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp107 napi_value qualityLevel; in ExecuteDepthData() local
108 napi_get_undefined(env_, &qualityLevel); in ExecuteDepthData()
111 napi_create_int32(env_, nativeQualityLevel, &qualityLevel); in ExecuteDepthData()
119 result[1] = DepthDataNapi::CreateDepthData(env_, format, depthMap, qualityLevel, accuracy); in ExecuteDepthData()
H A Ddepth_data_napi.cpp113 napi_value qualityLevel, napi_value accuracy) in CreateDepthData() argument
126 sQualityLevel_ = qualityLevel; in CreateDepthData()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h184 void SetQuality(QualityLevel qualityLevel);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp65 void PhotoCaptureSetting::SetQuality(PhotoCaptureSetting::QualityLevel qualityLevel) in SetQuality() argument
71 if (qualityLevel == QUALITY_LEVEL_HIGH) { in SetQuality()
73 } else if (qualityLevel == QUALITY_LEVEL_MEDIUM) { in SetQuality()
/ohos5.0/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
H A Drecorder_profiles_xml_parser.cpp506 …"frameRate", data.recorderProfile.videoFrameRate}, {"quality", data.recorderProfile.qualityLevel}}; in SetVideoRecorderProfiles()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h347 const int32_t sourceId, const int32_t qualityLevel);
H A Davrecorder_napi.cpp2198 const int32_t sourceId, const int32_t qualityLevel) in GetAVRecorderProfile() argument
2202 …:RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel); in GetAVRecorderProfile()

12