Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dproperty_carrier.h30 int32_t CarrySurfaceProperty(sptr<Surface>& surface);
/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
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/test/unittest/common/pipeline_node/
H A Dproperty_carrier_test.cpp55 * @tc.desc: Verify CarrySurfaceProperty.
64 int32_t ret = testPropertyCarrier_->CarrySurfaceProperty(surface); in HWTEST_F()
/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()

Completed in 3 milliseconds