Searched refs:kIDHDeviceAtomType (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef130 #define kIDHDeviceAtomType 'devc' /* QTAtom - contains the description for a device */
163 kIDHDeviceAtomType (r)
192 kIDHDeviceAtomType
708 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
716 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
H A DIsochronousDataHandler.h85 kIDHDeviceAtomType = 'devc', /* to be defined elsewhere*/ enumerator in enum:__anon1461
H A DIsochronousDataHandler.i134 kIDHDeviceAtomType = 'devc', // to be defined elsewhere
H A DDVIsochComponent.c353 while( type != kIDHDeviceAtomType && type != theType)
384 result = findAtom( configID, kIDHDeviceAtomType, &deviceAtom);
1247 result = QTInsertChild( deviceDescriptionPtr->deviceContainer, kParentAtomIsContainer, kIDHDeviceAtomType,
2308 deviceAtom = QTFindChildByIndex( deviceDescriptionPtr->deviceContainer, kParentAtomIsContainer, kIDHDeviceAtomType, 1, nil);
2691 nDVDevices = QTCountChildrenOfType( *deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
2702 deviceAtomNew = QTFindChildByIndex( *deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
2721 deviceAtomOld = QTFindChildByIndex( deviceDescriptionPtr->deviceContainer, kParentAtomIsContainer, kIDHDeviceAtomType, 1, nil);
/macosx-10.10.1/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c227 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
263 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
H A Dtestcomp.c384 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
420 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
H A Dwritetest.c259 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
296 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
H A Dreadtest.c479 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
515 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS91345 deviceAtom = QTFindChildByIndex( deviceDescriptionPtr->deviceContainer, kParentAtomIsContainer, kIDHDeviceAtomType, 1, nil);
1817 nDVDevices = QTCountChildrenOfType( *deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
1828 deviceAtomNew = QTFindChildByIndex( *deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
1847 deviceAtomOld = QTFindChildByIndex( deviceDescriptionPtr->deviceContainer, kParentAtomIsContainer, kIDHDeviceAtomType, 1, nil);
2242 while( type != kIDHDeviceAtomType && type != theType)
2273 result = findAtom( configID, kIDHDeviceAtomType, &deviceAtom);
3033 result = QTInsertChild( deviceDescriptionPtr->deviceContainer, kParentAtomIsContainer, kIDHDeviceAtomType,

Completed in 188 milliseconds