Home
last modified time | relevance | path

Searched refs:propertyCarrier (Results 1 - 25 of 29) sorted by relevance

12

/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dencode_data_process_test.cpp487 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 Ddcamera_pipeline_sink_test.cpp258 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 Ddcamera_pipeline_source_test.cpp228 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 Dicamera_sink_output.h40 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
H A Dicamera_sink_data_process.h38 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_data_process.h66 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
H A Dmock_data_process_pipeline.h53 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
H A Dmock_dcamera_sink_output.h72 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
H A Ddcamera_sink_output_test.cpp283 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 Dabstract_data_process.h40 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
H A Ddcamera_pipeline_source.h47 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
H A Ddcamera_pipeline_sink.h45 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/include/interfaces/
H A Didata_process_pipeline.h39 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_sink.cpp187 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 Ddcamera_pipeline_source.cpp245 int32_t DCameraPipelineSource::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp227 int32_t DCameraSinkDataProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
233 return pipeline_->GetProperty(propertyName, propertyCarrier); in GetProperty()
H A Ddcamera_sink_output.cpp241 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 Dfps_controller_process.h39 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_output.h50 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
H A Ddcamera_sink_data_process.h46 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/scale_conversion/
H A Dscale_convert_process.h54 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 Dencode_data_process.h65 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 Ddecode_data_process.h73 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp341 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 Dencode_data_process.cpp571 int32_t EncodeDataProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
579 return propertyCarrier.CarrySurfaceProperty(encodeProducerSurface_); in GetProperty()

Completed in 10 milliseconds

12