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

/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVFamily.h117 typedef UInt32 DVDeviceRefNum; typedef
291 OSErr DVOpenDriver( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
292 OSErr DVCloseDriver( DVDeviceRefNum refNum );
304 OSErr DVNewNotification( DVDeviceRefNum refNum, DVNotifyProc notifyProc,
307 OSErr DVNotifyMeWhen( DVDeviceRefNum refNum, DVNotificationID notifyID, UInt32 events);
308 OSErr DVCancelNotification( DVDeviceRefNum refNum, DVNotificationID notifyID );
309 OSErr DVDisposeNotification( DVDeviceRefNum refNum, DVNotificationID notifyID );
315 OSErr DVEnableRead( DVDeviceRefNum refNum );
316 OSErr DVDisableRead( DVDeviceRefNum refNum );
317 OSErr DVReadFrame( DVDeviceRefNum refNu
[all...]
H A DDVFamily.c92 DVDeviceRefNum refNum = (DVDeviceRefNum)refcon;
164 OSErr DVNewNotification( DVDeviceRefNum refNum, DVNotifyProc notifyProc,
181 OSErr DVNotifyMeWhen( DVDeviceRefNum refNum, DVNotificationID notifyID, UInt32 events)
192 OSErr DVCancelNotification( DVDeviceRefNum refNum, DVNotificationID notifyID )
203 OSErr DVDisposeNotification( DVDeviceRefNum refNum, DVNotificationID notifyID )
221 OSErr DVDoAVCTransaction( DVDeviceRefNum refNum, AVCTransactionParamsPtr pParams )
293 OSErr DVOpenDriver( DVDeviceID deviceID, DVDeviceRefNum *pRefNum )
326 OSErr DVCloseDriver( DVDeviceRefNum refNum )
338 OSErr DVGetDeviceStandard(DVDeviceRefNum refNu
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c50 OSErr (*fDVOpenDriver)( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
51 OSErr (*fDVCloseDriver)( DVDeviceRefNum refNum );
53 OSErr (*fDVDoAVCTransaction)( DVDeviceRefNum refNum, AVCTransactionParamsPtr pParams );
55 OSErr (*fDVIsEnabled)( DVDeviceRefNum refNum, Boolean *isEnabled);
56 OSErr (*fDVGetDeviceStandard)( DVDeviceRefNum refNum, UInt32 * pStandard );
59 OSErr (*fDVEnableRead)( DVDeviceRefNum refNum );
60 OSErr (*fDVDisableRead)( DVDeviceRefNum refNum );
61 OSErr (*fDVReadFrame)( DVDeviceRefNum refNum, Ptr *ppReadBuffer, UInt32 * pSize );
62 OSErr (*fDVReleaseFrame)( DVDeviceRefNum refNum, Ptr pReadBuffer );
65 OSErr (*fDVEnableWrite)( DVDeviceRefNum refNu
[all...]
H A DDVTest.c51 OSErr (*fDVOpenDriver)( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
52 OSErr (*fDVCloseDriver)( DVDeviceRefNum refNum );
54 OSErr (*fDVDoAVCTransaction)( DVDeviceRefNum refNum, AVCTransactionParamsPtr pParams );
56 OSErr (*fDVIsEnabled)( DVDeviceRefNum refNum, Boolean *isEnabled);
57 OSErr (*fDVGetDeviceStandard)( DVDeviceRefNum refNum, UInt32 * pStandard );
60 OSErr (*fDVEnableRead)( DVDeviceRefNum refNum );
61 OSErr (*fDVDisableRead)( DVDeviceRefNum refNum );
62 OSErr (*fDVReadFrame)( DVDeviceRefNum refNum, Ptr *ppReadBuffer, UInt32 * pSize );
63 OSErr (*fDVReleaseFrame)( DVDeviceRefNum refNum, Ptr pReadBuffer );
66 OSErr (*fDVEnableWrite)( DVDeviceRefNum refNu
[all...]

Completed in 94 milliseconds