Searched refs:ppEmptyFrameBuffer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamily.h327 OSErr DVCGetEmptyFrame( DVCDeviceConnectionID connID, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
H A DDVFamilyLib.c796 OSErr DVCGetEmptyFrame( DVCDeviceConnectionID connID, Ptr *ppEmptyFrameBuffer, UInt32 * pSize ) argument
803 intParams.ppBuffer = ppEmptyFrameBuffer;
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c556 OSErr DVGetEmptyFrame( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize ) argument
580 *ppEmptyFrameBuffer = devices[refNum].bufMem[devices[refNum].fWriteSharedVars->fWriter % devices[refNum].fNumOutputFrames];
H A DDVFamily.h326 OSErr DVGetEmptyFrame( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c67 OSErr (*fDVGetEmptyFrame)( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
H A DDVTest.c68 OSErr (*fDVGetEmptyFrame)( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );

Completed in 77 milliseconds