Searched refs:minFrameRate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mediastream/mac/
H A DAVVideoCaptureSource.h52 bool setFrameRateConstraint(float minFrameRate, float maxFrameRate);
H A DAVVideoCaptureSource.mm126 bool AVVideoCaptureSource::setFrameRateConstraint(float minFrameRate, float maxFrameRate)
132 if (minFrameRate == [frameRateRange minFrameRate])
134 } else if (minFrameRate >= [frameRateRange minFrameRate] && maxFrameRate <= [frameRateRange maxFrameRate]) {
141 LOG(Media, "AVVideoCaptureSource::setFrameRateConstraint(%p), frame rate range %f..%f not supported by video device", this, minFrameRate, maxFrameRate);
163 NSLog(@"set frame rate to %f", [bestFrameRateRange minFrameRate]);
164 LOG(Media, "AVVideoCaptureSource::setFrameRateConstraint(%p) - set frame rate range to %f..%f", this, minFrameRate, maxFrameRate);
/macosx-10.10/IOGraphics-485/tools/
H A Drange.c57 printf(" minFrameRate %ld\n", range->minFrameRate);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h463 * @field minFrameRate minimum frame rate (vertical refresh frequency) in range, in Hz.
531 UInt32 minFrameRate; // Hz member in struct:IODisplayTimingRange
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c683 range->minFrameRate = desc->data[0];
694 if( range->minFrameRate)
696 / (range->minHorizontalActiveClocks * range->minFrameRate);
1261 fprintf(connectRef->logfile, " minFrameRate %d\n", (int) range->minFrameRate);
1441 || (rate < range->minFrameRate))

Completed in 188 milliseconds