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

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrQOS.cpp337 ULong newDataSize = 0; local
343 newDataSize |= kQOS2048Bytes;
346 newDataSize |= kQOS1024Bytes;
349 newDataSize |= kQOS512Bytes;
352 newDataSize |= kQOS256Bytes;
355 newDataSize |= kQOS128Bytes;
358 newDataSize |= kQOS64Bytes;
360 fDataSize = (UByte)newDataSize;
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DSourceBuffer.h163 void evictCodedFrames(size_t newDataSize);
H A DSourceBuffer.cpp687 void SourceBuffer::evictCodedFrames(size_t newDataSize)
713 LOG(MediaSource, "SourceBuffer::evictCodedFrames(%p) - currentTime = %lf, require %zu bytes, maximum buffer size is %zu", this, m_source->currentTime(), extraMemoryCost() + newDataSize, maximumBufferSize);
723 if (extraMemoryCost() + newDataSize < maximumBufferSize) {
766 if (extraMemoryCost() + newDataSize < maximumBufferSize) {
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioControl.h101 typedef IOReturn (*DataValueChangeHandler)(OSObject *target, IOAudioControl *audioControl, const void *oldData, UInt32 oldDataSize, const void *newData, UInt32 newDataSize ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;

Completed in 93 milliseconds