Searched refs:pDCLUpdateDCLList (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.c2873 DCLUpdateDCLListPtr pDCLUpdateDCLList; local
3105 pDCLUpdateDCLList = (DCLUpdateDCLListPtr) AllocateDCLCommand (pGlobalData, sizeof (DCLUpdateDCLList));
3106 pDCLCommand->pNextDCLCommand = (DCLCommandPtr) pDCLUpdateDCLList;
3107 pDCLCommand = (DCLCommandPtr) pDCLUpdateDCLList;
3108 pDCLUpdateDCLList->opcode = kDCLUpdateDCLListOp;
3109 pDCLUpdateDCLList->dclCommandList = &(pPlayBufferGroupData->timeStampUpdateDCLList);
3110 pDCLUpdateDCLList->numDCLCommands = 1;
3115 pDCLUpdateDCLList = (DCLUpdateDCLListPtr) AllocateDCLCommand (pGlobalData, sizeof (DCLUpdateDCLList));
3116 pDCLCommand->pNextDCLCommand = (DCLCommandPtr) pDCLUpdateDCLList;
3117 pDCLCommand = (DCLCommandPtr) pDCLUpdateDCLList;
3918 DCLUpdateDCLListPtr pDCLUpdateDCLList; local
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochPort.cpp729 DCLUpdateDCLList *pDCLUpdateDCLList = (DCLUpdateDCLList*) pCurrentDCL; local
730 pDCLUpdateDCLList->opcode = pExportDCL->opcode;
731 pDCLUpdateDCLList->compilerData = 0;
732 //pDCLUpdateDCLList->dclCommandList - handled by call to convertToKernelDCL, below
733 pDCLUpdateDCLList->numDCLCommands = ((UserExportDCLUpdateDCLList*)pExportDCL)->numDCLCommands;
735 error = convertToKernelDCL( ((UserExportDCLUpdateDCLList*)pExportDCL), pDCLUpdateDCLList ) ;
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS95678 DCLUpdateDCLListPtr pDCLUpdateDCLList;
6006 pDCLUpdateDCLList = (DCLUpdateDCLListPtr) dclAllocateCommand (pDCLCommandPool, sizeof (DCLUpdateDCLList));
6007 if( pDCLUpdateDCLList == nil )
6012 pDCLCommand->pNextDCLCommand = (DCLCommandPtr) pDCLUpdateDCLList;
6013 pDCLCommand = (DCLCommandPtr) pDCLUpdateDCLList;
6014 pDCLUpdateDCLList->opcode = kDCLUpdateDCLListOp;
6015 pDCLUpdateDCLList->dclCommandList = &(pPlayBufferGroupData->timeStampUpdateDCLList);
6016 pDCLUpdateDCLList->numDCLCommands = 1;
6033 pDCLUpdateDCLList = (DCLUpdateDCLListPtr) dclAllocateCommand (pDCLCommandPool, sizeof (DCLUpdateDCLList));
6034 if( pDCLUpdateDCLList
[all...]

Completed in 166 milliseconds