Lines Matching full:virtual
30 virtual ~IntelPerCStreamBase();
36 virtual bool initStream(PXCSession *session) = 0;
37 virtual double getProperty(int propIdx) const;
38 virtual bool setProperty(int propIdx, double propVal);
53 virtual bool validProfile(const PXCCapture::VideoStream::ProfileInfo& /*pinfo*/);
62 virtual ~IntelPerCStreamImage();
64 virtual bool initStream(PXCSession *session);
65 virtual double getProperty(int propIdx) const;
66 virtual bool setProperty(int propIdx, double propVal);
76 virtual ~IntelPerCStreamDepth();
78 virtual bool initStream(PXCSession *session);
79 virtual double getProperty(int propIdx) const;
80 virtual bool setProperty(int propIdx, double propVal);
86 virtual bool validProfile(const PXCCapture::VideoStream::ProfileInfo& pinfo);
95 virtual ~VideoCapture_IntelPerC();
97 virtual double getProperty(int propIdx) const;
98 virtual bool setProperty(int propIdx, double propVal);
100 virtual bool grabFrame();
101 virtual bool retrieveFrame(int outputType, OutputArray frame);
102 virtual int getCaptureDomain();
103 virtual bool isOpened() const;