HomeSort by: relevance | last modified time | path
    Searched defs:timecode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_irig.c 59 * which are then encoded as the BCD digits of the timecode.
61 * The timecode and reference timestamp are updated once each second
76 * The timecode format used for debugging and data recording includes
78 * connections. The driver produces one line for each timecode in the
211 u_char timecode[2 * SUBFLD + 1]; /* timecode string */ member in struct:irigunit
269 int xptr; /* timecode pointer */
830 * frames into the timecode fields. Bits can have values of zero, one
880 * little-endian timecode field. Note frame 1 is shifted
887 up->timecode[--up->xptr] = hexchar[temp & 0xf]
    [all...]
refclock_wwv.c 158 * form the quality character included in the timecode.
222 * These bits correspond to designated bits in the WWV/H timecode. The
462 * of the timecode. The digits are stored from least to most significant
463 * order. The maximum-likelihood timecode is formed from the digits
577 int misc; /* miscellaneous timecode bits */
601 static int timecode (struct wwvunit *, char *, size_t);
912 * determine the bits and digits of the timecode.
1775 * corresponding to the miscellaneous bits of the timecode are
2096 pp->lencode = timecode(up, pp->a_lastcode,
2101 printf("wwv: timecode %d %s\n", pp->lencode
2618 timecode( function
    [all...]
  /src/sys/sys/
videoio.h 1885 * @timecode: frame timecode
1912 struct v4l2_timecode timecode; member in struct:v4l2_buffer
1936 struct v4l2_timecode timecode; member in struct:v4l2_buffer50
1965 /* timecode field is valid */

Completed in 36 milliseconds