Home
last modified time | relevance | path

Searched refs:targetConfig (Results 1 - 20 of 20) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp253 bool DBConfig::operator==(const DBConfig &targetConfig) const in operator ==()
255 return pageSize_ == targetConfig.pageSize_ && redoFlushByTrx_ == targetConfig.redoFlushByTrx_ && in operator ==()
256 redoPubBufSize_ == targetConfig.redoPubBufSize_ && maxConnNum_ == targetConfig.maxConnNum_ && in operator ==()
257 bufferPoolSize_ == targetConfig.bufferPoolSize_ && crcCheckEnable_ == targetConfig.crcCheckEnable_; in operator ==()
260 bool DBConfig::operator!=(const DBConfig &targetConfig) const in operator !=()
262 return !(*this == targetConfig); in operator !=()
265 bool DBConfig::CheckPersistenceEqual(const DBConfig &targetConfig) cons
[all...]
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_source.cpp39 const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in CreateDataProcessPipeline()
46 if (!(IsInRange(sourceConfig) && IsInRange(targetConfig))) { in CreateDataProcessPipeline()
66 int32_t err = InitDCameraPipNodes(sourceConfig, targetConfig); in CreateDataProcessPipeline()
111 const VideoConfigParams& targetConfig) in InitDCameraPipNodes()
141 int32_t err = pipNodeRanks_[i]->InitNode(curNodeSourceCfg, targetConfig, curNodeProcessedCfg); in InitDCameraPipNodes()
160 targetConfig.GetWidth(), targetConfig.GetHeight(), in InitDCameraPipNodes()
161 targetConfig.GetVideoformat(), targetConfig.GetVideoCodecType(), targetConfig in InitDCameraPipNodes()
38 CreateDataProcessPipeline(PipelineType piplineType, const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, const std::shared_ptr<DataProcessListener>& listener) CreateDataProcessPipeline() argument
110 InitDCameraPipNodes(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig) InitDCameraPipNodes() argument
[all...]
H A Ddcamera_pipeline_sink.cpp36 const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in CreateDataProcessPipeline()
43 if (!(IsInRange(sourceConfig) && IsInRange(targetConfig))) { in CreateDataProcessPipeline()
61 int32_t err = InitDCameraPipNodes(sourceConfig, targetConfig); in CreateDataProcessPipeline()
80 const VideoConfigParams& targetConfig) in InitDCameraPipNodes()
101 int32_t err = pipNodeRanks_[i]->InitNode(curNodeSourceCfg, targetConfig, curNodeProcessedCfg); in InitDCameraPipNodes()
35 CreateDataProcessPipeline(PipelineType piplineType, const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, const std::shared_ptr<DataProcessListener>& listener) CreateDataProcessPipeline() argument
79 InitDCameraPipNodes(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig) InitDCameraPipNodes() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddb_config.h31 bool operator==(const DBConfig &targetConfig) const;
32 bool operator!=(const DBConfig &targetConfig) const;
34 bool CheckPersistenceEqual(const DBConfig &targetConfig) const;
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp35 int32_t ScaleConvertProcess::InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in InitNode() argument
40 targetConfig_ = targetConfig; in InitNode()
42 processedConfig_.SetWidthAndHeight(targetConfig.GetWidth(), targetConfig.GetHeight()); in InitNode()
43 processedConfig_.SetVideoformat(targetConfig.GetVideoformat()); in InitNode()
46 if (!IsConvertible(sourceConfig, targetConfig)) { in InitNode()
47 DHLOGI("sourceConfig: Videoformat %{public}d Width %{public}d, Height %{public}d, targetConfig: " in InitNode()
50 targetConfig.GetVideoformat(), targetConfig.GetWidth(), targetConfig in InitNode()
81 IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig) IsConvertible() argument
[all...]
H A Dscale_convert_process.cpp34 int32_t ScaleConvertProcess::InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in InitNode() argument
39 targetConfig_ = targetConfig; in InitNode()
41 processedConfig_.SetWidthAndHeight(targetConfig.GetWidth(), targetConfig.GetHeight()); in InitNode()
42 processedConfig_.SetVideoformat(targetConfig.GetVideoformat()); in InitNode()
45 if (!IsConvertible(sourceConfig, targetConfig)) { in InitNode()
47 "targetConfig: Videoformat %{public}d Width %{public}d, Height %{public}d.", in InitNode()
49 targetConfig.GetVideoformat(), targetConfig.GetWidth(), targetConfig in InitNode()
56 IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig) IsConvertible() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp32 int32_t FpsControllerProcess::InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in InitNode() argument
35 if (targetConfig.GetFrameRate() > MAX_TARGET_FRAME_RATE) { in InitNode()
37 targetConfig.GetFrameRate(), MAX_TARGET_FRAME_RATE); in InitNode()
41 targetConfig_ = targetConfig; in InitNode()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline/
H A Ddcamera_pipeline_source.h40 const VideoConfigParams& targetConfig, const std::shared_ptr<DataProcessListener>& listener) override;
52 int32_t InitDCameraPipNodes(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig);
H A Ddcamera_pipeline_sink.h38 const VideoConfigParams& targetConfig, const std::shared_ptr<DataProcessListener>& listener) override;
49 int32_t InitDCameraPipNodes(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig);
H A Dabstract_data_process.h36 virtual int32_t InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig,
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/scale_conversion/
H A Dscale_convert_process.h49 int32_t InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig,
57 bool IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_data_process_pipeline.h38 const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in CreateDataProcessPipeline()
37 CreateDataProcessPipeline(PipelineType piplineType, const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, const std::shared_ptr<DataProcessListener>& listener) CreateDataProcessPipeline() argument
/foundation/distributedhardware/distributed_camera/services/data_process/include/interfaces/
H A Didata_process_pipeline.h36 const VideoConfigParams& targetConfig, const std::shared_ptr<DataProcessListener>& listener) = 0;
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp55 int32_t EncodeDataProcess::InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in InitNode() argument
59 if (!(IsInEncoderRange(sourceConfig) && IsInEncoderRange(targetConfig))) { in InitNode()
63 if (!IsConvertible(sourceConfig, targetConfig)) { in InitNode()
65 sourceConfig.GetVideoCodecType(), targetConfig.GetVideoCodecType()); in InitNode()
70 targetConfig_ = targetConfig; in InitNode()
98 bool EncodeDataProcess::IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig) in IsConvertible() argument
100 return (sourceConfig.GetVideoCodecType() == targetConfig.GetVideoCodecType() || in IsConvertible()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.h52 int32_t InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig,
69 bool IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig);
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp43 int32_t DecodeDataProcess::InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in InitNode() argument
47 if (!(IsInDecoderRange(sourceConfig) && IsInDecoderRange(targetConfig))) { in InitNode()
52 if (!IsConvertible(sourceConfig, targetConfig)) { in InitNode()
59 targetConfig_ = targetConfig; in InitNode()
89 bool DecodeDataProcess::IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig) in IsConvertible() argument
91 return (sourceConfig.GetVideoCodecType() == targetConfig.GetVideoCodecType() || in IsConvertible()
92 targetConfig.GetVideoCodecType() == VideoCodecType::NO_CODEC); in IsConvertible()
H A Ddecode_data_process_common.cpp43 int32_t DecodeDataProcess::InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig, in InitNode() argument
47 if (!(IsInDecoderRange(sourceConfig) && IsInDecoderRange(targetConfig))) { in InitNode()
52 if (!IsConvertible(sourceConfig, targetConfig)) { in InitNode()
59 targetConfig_ = targetConfig; in InitNode()
89 bool DecodeDataProcess::IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig) in IsConvertible() argument
91 return (sourceConfig.GetVideoCodecType() == targetConfig.GetVideoCodecType() || in IsConvertible()
92 targetConfig.GetVideoCodecType() == VideoCodecType::NO_CODEC); in IsConvertible()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h57 int32_t InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig,
77 bool IsConvertible(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig);
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/fpscontroller/
H A Dfps_controller_process.h34 int32_t InitNode(const VideoConfigParams& sourceConfig, const VideoConfigParams& targetConfig,
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp771 AceResConfig targetConfig = AceResConfig::ConvertDeclarativeResTagToConfig(targetResTag); in GetTargetMediaScaleRatio() local
772 targetResolution = (targetConfig.resolution_ != ResolutionType::RESOLUTION_NONE) in GetTargetMediaScaleRatio()
773 ? targetConfig.resolution_ in GetTargetMediaScaleRatio()

Completed in 11 milliseconds