Searched refs:fMaxPayloadLog (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp207 fMaxPayloadLog = 0x5; // min allowed by spec
664 me->fMaxPayloadLog = 0x0;
665 while( (sizeBytes >= 0x4) && (me->fMaxPayloadLog < 0xa) )
668 me->fMaxPayloadLog++;
672 if( me->fMaxPayloadLog < 0x5 )
673 me->fMaxPayloadLog = 0x5;
836 newVal = oAPR( kFWAVCProducerMode_SEND, fSegmentSize, flags, fMaxPayloadLog );
1242 newVal = oAPR( kFWAVCProducerMode_SEND, fSegmentSize, flags, fMaxPayloadLog );
1851 newVal = oAPR( kFWAVCProducerMode_FREE, me->fSegmentSize, flags, me->fMaxPayloadLog );
1885 newVal = oAPR( kFWAVCProducerMode_SEND, me->fSegmentSize, flags, me->fMaxPayloadLog );
[all...]
H A DIOFireWireAVCLibConsumer.h83 UInt32 fMaxPayloadLog; member in class:IOFireWireAVCLibConsumer

Completed in 96 milliseconds