Lines Matching full:timevalue
79 TimeValue movie_start_time; // movies can start at arbitrary times
187 TimeValue theTime = -1;
191 1, & whichMediaType, TimeValue (0), 0, & theTime, NULL);
277 TimeValue position = capture->next_frame_time - capture->movie_start_time;
286 TimeValue duration = GetMovieDuration (capture->myMovie);
300 TimeValue duration = GetMovieDuration (capture->myMovie);
345 TimeValue destination;
352 destination = static_cast<TimeValue> (value / 1000.0 * timescale + capture->movie_start_time);
356 TimeValue duration = GetMovieDuration (capture->myMovie);
357 destination = static_cast<TimeValue> (value * duration + capture->movie_start_time);
400 TimeValue destination = static_cast<TimeValue> (value);
443 TimeValue myCurrTime;
853 static OSErr icvDataProc_QT_Cam (SGChannel channel, Ptr raw_data, long len, long *, long, TimeValue, short, long refCon)
1118 TimeValue duration_per_sample;
1398 static_cast<TimeValue>( static_cast<double>( TIME_SCALE ) / fps );