Home
last modified time | relevance | path

Searched refs:initStream (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_intelperc.hpp36 virtual bool initStream(PXCSession *session) = 0;
64 virtual bool initStream(PXCSession *session);
78 virtual bool initStream(PXCSession *session);
Dcap_intelperc.cpp203 bool IntelPerCStreamImage::initStream(PXCSession *session) in initStream() function in cv::IntelPerCStreamImage
411 bool IntelPerCStreamDepth::initStream(PXCSession *session) in initStream() function in cv::IntelPerCStreamDepth
552 m_contextOpened = m_imageStream.initStream(m_session); in VideoCapture_IntelPerC()
553 m_contextOpened &= m_depthStream.initStream(m_session); in VideoCapture_IntelPerC()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp405 std::error_code initStream(std::unique_ptr<DataStreamer> Streamer);
496 std::error_code initStream(std::unique_ptr<DataStreamer> Streamer);
3714 if (std::error_code EC = initStream(std::move(Streamer))) in parseBitcodeInto()
3787 if (std::error_code EC = initStream(nullptr)) in parseTriple()
3822 if (std::error_code EC = initStream(nullptr)) in parseIdentificationBlock()
5325 BitcodeReader::initStream(std::unique_ptr<DataStreamer> Streamer) { in initStream() function in BitcodeReader
5662 if (std::error_code EC = initStream(std::move(Streamer))) in parseSummaryIndexInto()
5703 if (std::error_code EC = initStream(std::move(Streamer))) in parseFunctionSummary()
5735 FunctionIndexBitcodeReader::initStream(std::unique_ptr<DataStreamer> Streamer) { in initStream() function in FunctionIndexBitcodeReader