Home
last modified time | relevance | path

Searched refs:streamDepthData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp590 sptr<HStreamDepthData> streamDepthData; in CreateDepthDataOutput() local
601 streamDepthData = new (nothrow) HStreamDepthData(producer, format, width, height); in CreateDepthDataOutput()
602 if (streamDepthData == nullptr) { in CreateDepthDataOutput()
609 depthDataOutput = streamDepthData; in CreateDepthDataOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp735 sptr<IStreamDepthData> streamDepthData = nullptr; in CreateDepthDataOutput() local
755 …surface, metaFormat, depthProfile.GetSize().width, depthProfile.GetSize().height, streamDepthData); in CreateDepthDataOutput()
761 depthDataOutput->SetStream(streamDepthData); in CreateDepthDataOutput()