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

/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dgtf.c60 float frameRate, boolean_t needInterlace,
79 fieldRate = frameRate * interlaceFactor;
318 float frameRate = 60.0; local
322 frameRate = strtol(argv[3], &endstr, 0);
326 GenTiming( requestedWidth, requestedHeight, frameRate, needInterlace, 0 );
328 GenTiming( requestedWidth, requestedHeight, frameRate, needInterlace, 1 );
330 GenTiming( requestedWidth, requestedHeight, frameRate, needInterlace, 2 );
59 GenTiming( int requestedWidth, int requestedHeight, float frameRate, boolean_t needInterlace, int genType ) argument
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DSeqGrabber.h72 double frameRate; member in struct:SeqGrabber
H A DSeqGrabber.c136 {TK_OPTION_DOUBLE, "-framerate", "frameRate", "FrameRate",
137 "0.0", -1, Tk_Offset(SeqGrabber, frameRate), 0,
1215 Fixed frameRate; local
1217 frameRate = X2Fix( sgrabPtr->frameRate );
1218 err = SGSetFrameRate( sgrabPtr->sgChanVideo, frameRate );
1286 Fixed frameRate; local
1305 err = SGGetFrameRate( sgrabPtr->sgChanVideo, &frameRate );
1307 sgrabPtr->frameRate = Fix2X( frameRate );
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm1395 double frameRate = (m_frameCountWhilePlaying - 1) / ( m_startedPlaying ? ([NSDate timeIntervalSinceReferenceDate] - m_timeStartedPlaying) :
1397 String text = String::format("%1.2f", frameRate);

Completed in 140 milliseconds