/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/ |
H A D | encode_data_process_test.cpp | 487 PropertyCarrier propertyCarrier; in HWTEST_F() local 488 int32_t rc = testEncodeDataProcess_->GetProperty(propertyName, propertyCarrier); in HWTEST_F() 517 PropertyCarrier propertyCarrier; in HWTEST_F() local 518 rc = testEncodeDataProcess_->GetProperty(propertyName, propertyCarrier); in HWTEST_F() 533 PropertyCarrier propertyCarrier; in HWTEST_F() local 534 int32_t rc = testEncodeDataProcess_->GetProperty(propertyName, propertyCarrier); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/ |
H A D | dcamera_pipeline_sink_test.cpp | 258 PropertyCarrier propertyCarrier; in HWTEST_F() local 259 int32_t rc1 = testPipelineSink_->GetProperty(propertyName, propertyCarrier); in HWTEST_F() 265 int32_t rc2 = testPipelineSink_->GetProperty(propertyName, propertyCarrier); in HWTEST_F() 269 int32_t rc3 = testPipelineSink_->GetProperty(propertyName, propertyCarrier); in HWTEST_F()
|
H A D | dcamera_pipeline_source_test.cpp | 228 PropertyCarrier propertyCarrier; in HWTEST_F() local 229 int32_t rc1 = testPipelineSource_->GetProperty(propertyName, propertyCarrier); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/ |
H A D | icamera_sink_output.h | 40 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
|
H A D | icamera_sink_data_process.h | 38 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_dcamera_sink_data_process.h | 66 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
|
H A D | mock_data_process_pipeline.h | 53 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
|
H A D | mock_dcamera_sink_output.h | 72 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
|
H A D | dcamera_sink_output_test.cpp | 283 PropertyCarrier propertyCarrier; in HWTEST_F() local 284 int32_t ret = output_->GetProperty(name, propertyCarrier); in HWTEST_F() 289 ret = output_->GetProperty(name, propertyCarrier); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline/ |
H A D | abstract_data_process.h | 40 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
|
H A D | dcamera_pipeline_source.h | 47 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
H A D | dcamera_pipeline_sink.h | 45 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/interfaces/ |
H A D | idata_process_pipeline.h | 39 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/ |
H A D | dcamera_pipeline_sink.cpp | 187 int32_t DCameraPipelineSink::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument 195 int32_t ret = cur->GetProperty(propertyName, propertyCarrier); in GetProperty()
|
H A D | dcamera_pipeline_source.cpp | 245 int32_t DCameraPipelineSource::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_data_process.cpp | 227 int32_t DCameraSinkDataProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument 233 return pipeline_->GetProperty(propertyName, propertyCarrier); in GetProperty()
|
H A D | dcamera_sink_output.cpp | 241 int32_t DCameraSinkOutput::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument 247 return dataProcesses_[CONTINUOUS_FRAME]->GetProperty(propertyName, propertyCarrier); in GetProperty()
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/fpscontroller/ |
H A D | fps_controller_process.h | 39 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_output.h | 50 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
H A D | dcamera_sink_data_process.h | 46 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/scale_conversion/ |
H A D | scale_convert_process.h | 54 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/ |
H A D | encode_data_process.h | 65 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/ |
H A D | decode_data_process.h | 73 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/ |
H A D | fps_controller_process.cpp | 341 int32_t FpsControllerProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/ |
H A D | encode_data_process.cpp | 571 int32_t EncodeDataProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument 579 return propertyCarrier.CarrySurfaceProperty(encodeProducerSurface_); in GetProperty()
|