Home
last modified time | relevance | path

Searched refs:CarrySurfaceProperty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dproperty_carrier.cpp26 int32_t PropertyCarrier::CarrySurfaceProperty(sptr<Surface>& surface) in CarrySurfaceProperty() function in OHOS::DistributedHardware::PropertyCarrier
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dproperty_carrier.h30 int32_t CarrySurfaceProperty(sptr<Surface>& surface);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dproperty_carrier_test.cpp64 int32_t ret = testPropertyCarrier_->CarrySurfaceProperty(surface);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp579 return propertyCarrier.CarrySurfaceProperty(encodeProducerSurface_); in GetProperty()