Searched refs:deviceList (Results 1 - 11 of 11) sorted by path

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c2003 QTAtomContainer *deviceList )
2054 *deviceList = container;
2654 FWDVIDHUpdateDeviceList(IsochComponentInstancePtr ih, QTAtomContainer *deviceList )
2663 FailWithAction( deviceList == nil, result = paramErr, Exit);
2665 atomSpec.container = *deviceList;
2677 useCMPAtom = QTFindChildByIndex(*deviceList, kParentAtomIsContainer, kIDHUseCMPAtomType, 1, nil);
2680 QTLockContainer(*deviceList);
2681 result = QTCopyAtomDataToPtr(*deviceList, useCMPAtom, true, 4, &useCMPValue, nil);
2682 QTUnlockContainer(*deviceList);
2691 nDVDevices = QTCountChildrenOfType( *deviceList, kParentAtomIsContaine
[all...]
H A DIsochComponentsRef160 deviceList - QTAtomContainer
265 pascal ComponentResult IDHGetDeviceList( ComponentInstance idh, QTAtomContainer *deviceList)
270 deviceList - An atom container that describes each of the devices that support this isoch component.
282 pascal ComponentResult IDHUpdateDeviceList( ComponentInstance idh, QTAtomContainer *deviceList)
287 deviceList - An atom container that was returned from IDHGetDeviceList(). The client has modified one
699 QTAtomContainer deviceList;
704 err = IDHGetDeviceList( isochInstance, &deviceList);
708 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
716 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
721 isochAtom = QTFindChildByIndex( deviceList, deviceAto
[all...]
H A DIsochronousDataHandler.h315 QTAtomContainer * deviceList);
542 QTAtomContainer * deviceList);
H A DIsochronousDataHandler.i392 ComponentResult IDHGetDeviceList(ComponentInstance idh, QTAtomContainer* deviceList) = ComponentCall(1);
439 ComponentResult IDHUpdateDeviceList(ComponentInstance idh, QTAtomContainer* deviceList) = ComponentCall(17);
H A DIsochronousDataHandler.i.c60 DEFINE_API( ComponentResult ) IDHGetDeviceList(ComponentInstance idh, QTAtomContainer* deviceList)
73 QTAtomContainer* deviceList; member in struct:IDHGetDeviceListGluePB
101 myIDHGetDeviceListGluePB.deviceList = deviceList;
933 DEFINE_API( ComponentResult ) IDHUpdateDeviceList(ComponentInstance idh, QTAtomContainer* deviceList)
946 QTAtomContainer* deviceList; member in struct:IDHUpdateDeviceListGluePB
974 myIDHUpdateDeviceListGluePB.deviceList = deviceList;
H A DIsochronousDataHandler.k.h70 EXTERN_API( ComponentResult ) ADD_IDH_BASENAME(GetDeviceList) (IDH_GLOBALS() ADD_IDH_COMMA QTAtomContainer * deviceList); variable
102 EXTERN_API( ComponentResult ) ADD_IDH_BASENAME(UpdateDeviceList) (IDH_GLOBALS() ADD_IDH_COMMA QTAtomContainer * deviceList); variable
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS91257 QTAtomContainer *deviceList )
1269 FailWithAction( deviceList == nil, result = paramErr, Exit);
1302 *deviceList = container;
1777 QTAtomContainer *deviceList )
1789 FailWithAction( deviceList == nil, result = paramErr, Exit);
1791 atomSpec.container = *deviceList;
1803 useCMPAtom = QTFindChildByIndex(*deviceList, kParentAtomIsContainer, kIDHUseCMPAtomType, 1, nil);
1806 QTLockContainer(*deviceList);
1807 result = QTCopyAtomDataToPtr(*deviceList, useCMPAtom, true, 4, &useCMPValue, nil);
1808 QTUnlockContainer(*deviceList);
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c197 QTAtomContainer deviceList = NULL; local
223 err = IDHGetDeviceList( theInst, &deviceList);
227 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
235 QTLockContainer( deviceList);
237 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHUseCMPAtomType, 1, nil);
242 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( cmpFlag), &cmpFlag, &size);
245 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHIsochVersionAtomType, 1, nil);
250 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( isoversion), &isoversion, &size);
263 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
269 dataAtom = QTFindChildByIndex( deviceList, deviceAto
[all...]
H A Dreadtest.c442 QTAtomContainer deviceList = NULL; local
475 err = IDHGetDeviceList( theInst, &deviceList);
479 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
487 QTLockContainer( deviceList);
489 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHUseCMPAtomType, 1, nil);
494 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( cmpFlag), &cmpFlag, &size);
497 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHIsochVersionAtomType, 1, nil);
502 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( isoversion), &isoversion, &size);
515 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
521 dataAtom = QTFindChildByIndex( deviceList, deviceAto
[all...]
H A Dtestcomp.c363 QTAtomContainer deviceList = NULL; local
380 err = IDHGetDeviceList( theInst, &deviceList);
384 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
391 QTLockContainer( deviceList);
393 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHUseCMPAtomType, 1, nil);
398 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( cmpFlag), &cmpFlag, &size);
401 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHIsochVersionAtomType, 1, nil);
406 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( isoversion), &isoversion, &size);
420 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
426 dataAtom = QTFindChildByIndex( deviceList, deviceAto
[all...]
H A Dwritetest.c238 QTAtomContainer deviceList = NULL; local
255 err = IDHGetDeviceList( theInst, &deviceList);
259 nDVDevices = QTCountChildrenOfType( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType);
267 QTLockContainer( deviceList);
269 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHUseCMPAtomType, 1, nil);
274 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( cmpFlag), &cmpFlag, &size);
277 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHIsochVersionAtomType, 1, nil);
282 QTCopyAtomDataToPtr( deviceList, deviceAtom, true, sizeof( isoversion), &isoversion, &size);
296 deviceAtom = QTFindChildByIndex( deviceList, kParentAtomIsContainer, kIDHDeviceAtomType, i + 1, nil);
302 dataAtom = QTFindChildByIndex( deviceList, deviceAto
[all...]

Completed in 243 milliseconds