Lines Matching refs:videoDevice
419 class videoDevice{
424 videoDevice();
428 ~videoDevice();
576 int start(int deviceID, videoDevice * VD);
607 videoDevice * VDList[VI_MAX_CAMERAS];
751 videoDevice::videoDevice(){
804 void videoDevice::setSize(int w, int h){
829 void videoDevice::NukeDownstream(IBaseFilter *pBF){
870 void videoDevice::destroyGraph(){
928 videoDevice::~videoDevice(){
1056 for(int i=0; i<VI_MAX_CAMERAS; i++) VDList[i] = new videoDevice();
1630 videoDevice * vd = *( (videoDevice **)(objPtr) );
1666 videoDevice * VD = VDList[deviceID];
1748 videoDevice * VD = VDList[deviceID];
1878 videoDevice * VD = VDList[deviceID];
1922 VDList[id] = new videoDevice();
2325 static void findClosestSizeAndSubtype(videoDevice * VD, int widthIn, int heightIn, int &widthOut, i…
2424 static bool setSizeAndSubtype(videoDevice * VD, int attemptWidth, int attemptHeight, GUID mediatype…
2478 int videoInput::start(int deviceID, videoDevice *VD){