Home | History | Annotate | Download | only in src

Lines Matching refs:Component

626  * Open a quicktime video grabber component. This could be an attached
638 Component component = 0;
652 // traverse component list
653 component = FindNextComponent (component, & component_description);
655 // found a component?
656 if (component)
658 // dump component name
664 result = GetComponentInfo (component, & desc, nameHandle, nil, nil);
672 // open component to count number of inputs
673 capture->grabber = OpenComponent (component);
712 // obviously no inputs of this device/component were needed
717 while (component);
720 if (! component)
777 // notify digitizer component, that we well be starting grabbing soon
792 // notify digitizer component, that we well be stopping grabbing soon
920 // open sequence grabber component
924 // initialize sequence grabber component
1040 // close sequence grabber component
1042 OPENCV_ASSERT (result == noErr, "icveClose_QT_Cam", "couldnt close sequence grabber component");