Searched refs:maxFrameRate (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)
131 if (!maxFrameRate) {
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);
149 if (maxFrameRate)
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.c58 printf(" maxFrameRate %ld\n", range->maxFrameRate);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h464 * @field maxFrameRate maximum frame rate (vertical refresh frequency) in range, in Hz.
532 UInt32 maxFrameRate; // Hz member in struct:IODisplayTimingRange
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c616 range->maxFrameRate = 0xffffffff;
684 range->maxFrameRate = desc->data[1];
1262 fprintf(connectRef->logfile, " maxFrameRate %d\n", (int) range->maxFrameRate);
1440 if( (rate > range->maxFrameRate)

Completed in 200 milliseconds