Searched refs:videoConfig (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c38 static QTAtomSpec videoConfig; variable
312 videoConfig.atom = nil; // start with no selected config
338 videoConfig.container = deviceList; // save this config
339 videoConfig.atom = configAtom;
348 if( videoConfig.atom == nil) // no good configs found
353 err = IDHSetDeviceConfiguration( theInst, &videoConfig);
357 doControlTest(theInst, &videoConfig,
H A Dtestcomp.c46 static QTAtomSpec videoConfig; variable
204 doControlTest(theInst, &videoConfig);
469 videoConfig.atom = nil; // start with no selected config
495 videoConfig.container = deviceList; // save this config
496 videoConfig.atom = configAtom;
505 if( videoConfig.atom == nil) // no good configs found
513 err = IDHSetDeviceConfiguration( theInst, &videoConfig);
H A Dreadtest.c43 static QTAtomSpec videoConfig; variable
331 doControlTest(theInst, &videoConfig,
414 doControlTest(theInst, &videoConfig,
576 videoConfig.atom = nil; // start with no selected config
602 videoConfig.container = deviceList; // save this config
603 videoConfig.atom = configAtom;
613 if( videoConfig.atom == nil) // no good configs found
618 err = IDHSetDeviceConfiguration( theInst, &videoConfig);
626 err = IDHSetDeviceConfiguration( theInst2, &videoConfig);
H A Dwritetest.c52 static QTAtomSpec videoConfig; variable
345 videoConfig.atom = nil; // start with no selected config
389 videoConfig.container = deviceList; // save this config
390 videoConfig.atom = configAtom;
400 if( videoConfig.atom == nil) // no good configs found
405 err = IDHSetDeviceConfiguration( theInst, &videoConfig);

Completed in 164 milliseconds