Lines Matching defs:clock
93 /* external clock speed adjustment constants for realtime sources based on buffer fullness */
144 double pts; /* clock base */
145 double pts_drift; /* clock base minus time at which we updated the clock */
148 int serial; /* clock is based on a packet with this serial */
150 int *queue_serial; /* pointer to the current packet queue serial, used for obsolete clock detection */
185 AV_SYNC_EXTERNAL_CLOCK, /* synchronize to an external clock */
1405 double clock = get_clock(c);
1407 if (!isnan(slave_clock) && (isnan(clock) || fabs(clock - slave_clock) > AV_NOSYNC_THRESHOLD))
1427 /* get the current master clock value */
1922 INSERT_FILT("transpose", "clock");
2277 * or external master clock */
2282 /* if not master, then we try to remove or add samples to correct the clock */
2416 /* update the audio clock with the pts */
2425 printf("audio: delay=%0.3f clock=%0.3f clock0=%0.3f\n",