Lines Matching defs:timescale
281 TimeScale timescale = GetMovieTimeScale (capture->myMovie);
282 return (static_cast<double> (position) * 1000.0 / timescale);
301 TimeScale timescale = GetMovieTimeScale (capture->myMovie);
303 return (capture->number_of_frames / (static_cast<double> (duration) / timescale));
351 TimeScale timescale = GetMovieTimeScale (capture->myMovie);
352 destination = static_cast<TimeValue> (value / 1000.0 * timescale + capture->movie_start_time);
1122 static TimeScale const TIME_SCALE = 600;