/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/ |
H A D | property_carrier.cpp | 21 PropertyCarrier::~PropertyCarrier() in ~PropertyCarrier() 26 int32_t PropertyCarrier::CarrySurfaceProperty(sptr<Surface>& surface) in CarrySurfaceProperty() 29 DHLOGD("PropertyCarrier::CarrySurfaceProperty: carry surface fail, input surface is nullptr."); in CarrySurfaceProperty() 33 DHLOGD("PropertyCarrier::CarrySurfaceProperty: carry surface success."); in CarrySurfaceProperty()
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/ |
H A D | property_carrier.h | 26 class PropertyCarrier { class 28 ~PropertyCarrier();
|
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/ |
H A D | property_carrier_test.cpp | 32 std::shared_ptr<PropertyCarrier> testPropertyCarrier_; 45 testPropertyCarrier_ = std::make_shared<PropertyCarrier>(); in SetUp()
|
H A D | encode_data_process_test.cpp | 487 PropertyCarrier propertyCarrier; in HWTEST_F() 517 PropertyCarrier propertyCarrier; in HWTEST_F() 533 PropertyCarrier 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()
|
H A D | mock_data_process_pipeline.h | 53 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
|
H A D | mock_dcamera_sink_output.h | 72 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
|
/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/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/src/pipeline/ |
H A D | dcamera_pipeline_sink.cpp | 187 int32_t DCameraPipelineSink::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
|
H A D | dcamera_pipeline_source.cpp | 245 int32_t DCameraPipelineSource::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
|
/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/test/unittest/common/pipeline/ |
H A D | dcamera_pipeline_source_test.cpp | 228 PropertyCarrier propertyCarrier; in HWTEST_F()
|
/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()
|
/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()
|
H A D | dcamera_sink_output.cpp | 241 int32_t DCameraSinkOutput::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
|