• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFWDVComponents-207.4.1/tests/

Lines Matching refs:deviceList

442     QTAtomContainer deviceList = NULL;
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, deviceAtom, kIDHUniqueIDType, 1, nil);
524 QTCopyAtomDataToPtr( deviceList, dataAtom, true, sizeof( test), &test, &size);
527 dataAtom = QTFindChildByIndex( deviceList, deviceAtom, kIDHNameAtomType, 1, nil);
530 QTCopyAtomDataToPtr( deviceList, dataAtom, true, 255, cameraName, &size);
534 dataAtom = QTFindChildByIndex( deviceList, deviceAtom, kIDHDeviceIDType, 1, nil);
537 QTCopyAtomDataToPtr( deviceList, dataAtom, true, sizeof( deviceID), &deviceID, &size);
540 dataAtom = QTFindChildByIndex( deviceList, deviceAtom, 'ddin', 1, nil);
543 QTCopyAtomDataToPtr( deviceList, dataAtom, true, sizeof( deviceStatus), &deviceStatus, &size);
568 isochAtom = QTFindChildByIndex( deviceList, deviceAtom, kIDHIsochServiceAtomType, 1, nil);
573 nConfigs = QTCountChildrenOfType( deviceList, isochAtom, kIDHIsochModeAtomType);
585 configAtom = QTFindChildByIndex( deviceList, isochAtom, kIDHIsochModeAtomType, j + 1, nil);
591 mediaAtom = QTFindChildByIndex( deviceList, configAtom, kIDHIsochMediaType, 1, nil);
596 QTCopyAtomDataToPtr( deviceList, mediaAtom, true, sizeof( mediaType), &mediaType, &size);
602 videoConfig.container = deviceList; // save this config
652 if(deviceList) {
653 QTUnlockContainer( deviceList);
654 QTDisposeAtomContainer(deviceList);