Searched refs:initStream (Results 1 – 3 of 3) sorted by relevance
36 virtual bool initStream(PXCSession *session) = 0;64 virtual bool initStream(PXCSession *session);78 virtual bool initStream(PXCSession *session);
203 bool IntelPerCStreamImage::initStream(PXCSession *session) in initStream() function in cv::IntelPerCStreamImage411 bool IntelPerCStreamDepth::initStream(PXCSession *session) in initStream() function in cv::IntelPerCStreamDepth552 m_contextOpened = m_imageStream.initStream(m_session); in VideoCapture_IntelPerC()553 m_contextOpened &= m_depthStream.initStream(m_session); in VideoCapture_IntelPerC()
405 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 BitcodeReader5662 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