Searched refs:streamDepthData (Results 1 – 2 of 2) sorted by relevance
590 sptr<HStreamDepthData> streamDepthData; in CreateDepthDataOutput() local601 streamDepthData = new (nothrow) HStreamDepthData(producer, format, width, height); in CreateDepthDataOutput()602 if (streamDepthData == nullptr) { in CreateDepthDataOutput()609 depthDataOutput = streamDepthData; in CreateDepthDataOutput()
735 sptr<IStreamDepthData> streamDepthData = nullptr; in CreateDepthDataOutput() local755 …surface, metaFormat, depthProfile.GetSize().width, depthProfile.GetSize().height, streamDepthData); in CreateDepthDataOutput()761 depthDataOutput->SetStream(streamDepthData); in CreateDepthDataOutput()