Home | History | Annotate | Download | only in src

Lines Matching refs:frameRate

782     sum = (sum * video->frameRate) / (10 * BITRATE_AVERAGE_WINDOW);
800 return video->frameRate;
1388 { /* Only update framerate when the timestamp is right */
1389 video->frameRate = (int)(FRAMERATE_SCALE) / video->duration;