/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/ |
H A D | recorder_profiles_unit_test.cpp | 80 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 D | recorder_profiles_service_stub.cpp | 109 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 D | recorder_profiles_service_proxy.cpp | 55 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 D | i_standard_recorder_profiles_service.h | 43 virtual bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) = 0; 46 …virtual RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) =…
|
H A D | recorder_profiles_service_proxy.h | 32 bool HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) override; 35 … RecorderProfilesData GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) override;
|
H A D | recorder_profiles_service_stub.h | 36 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 D | recorder_profiles_server.cpp | 61 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 D | recorder_profiles_server.h | 32 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 D | recorder_profiles_client.cpp | 65 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 D | recorder_profiles_client.h | 33 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 D | recorder_profiles_impl.cpp | 77 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 D | recorder_profiles_impl.h | 28 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 D | recorder_profiles.h | 220 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 D | i_recorder_profiles_service.h | 49 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 D | recorder_capability_napi.cpp | 184 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 D | recorder_capability_napi.h | 86 int32_t qualityLevel = 0; member
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | depth_data_napi.h | 31 …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 D | recorder_profiles_parcel.cpp | 63 (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 D | depth_data_output_napi.cpp | 107 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 D | depth_data_napi.cpp | 113 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 D | photo_output.h | 184 void SetQuality(QualityLevel qualityLevel);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | photo_output.cpp | 65 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 D | recorder_profiles_xml_parser.cpp | 506 …"frameRate", data.recorderProfile.videoFrameRate}, {"quality", data.recorderProfile.qualityLevel}}; in SetVideoRecorderProfiles()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 347 const int32_t sourceId, const int32_t qualityLevel);
|
H A D | avrecorder_napi.cpp | 2198 const int32_t sourceId, const int32_t qualityLevel) in GetAVRecorderProfile() argument 2202 …:RecorderProfilesFactory::CreateRecorderProfiles().GetVideoRecorderProfile(sourceId, qualityLevel); in GetAVRecorderProfile()
|