Searched refs:ts (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | TsMuxer.c | 201 MpegTSWrite *ts = (MpegTSWrite*)ctx->muxinfo; in GetTimecode() local 203 if (ts->waited_datasize<=0 || ts->min_time<=ctx->timestamp+TIMECODE_AHEAD) in GetTimecode() 204 mux_rate = ts->mux_rate; in GetTimecode() 206 …mux_rate = ts->waited_datasize * TIMECODE_CLOCK / (int)(ts->min_time - (ctx->timestamp+TIMECODE_AH… in GetTimecode() 207 ts->waited_datasize -= data_len; in GetTimecode() 224 MpegTSWrite *ts = (MpegTSWrite*)ctx->muxinfo; in mpegts_write_section() local 290 ts->cur_pcr += TS_PACKET_SIZE*8*90000L/ts->mux_rate; in mpegts_write_section() 298 MpegTSWrite *ts = (MpegTSWrite*)s->muxinfo; in mpegts_write_pat() local 302 put16_msbf(&q, ts->program.prog_num); // program_number in mpegts_write_pat() 303 put16_msbf(&q, 0xe000 | ts->program.pmt.pid); // program_map_PID in mpegts_write_pat() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | time.h | 43 # define TIMEVAL_TO_TIMESPEC(tv, ts) { \ argument 44 (ts)->tv_sec = (tv)->tv_sec; \ 45 (ts)->tv_nsec = (tv)->tv_usec * 1000; \ 47 # define TIMESPEC_TO_TIMEVAL(tv, ts) { \ argument 48 (tv)->tv_sec = (ts)->tv_sec; \ 49 (tv)->tv_usec = (ts)->tv_nsec / 1000; \
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c | 1016 int ts, i; variable 1273 ts = 0; 1276 ts = (ts & ~7) + 8; 1278 ts++; 1280 last_ts = ts; 1282 if (ts < first_ts) { 1286 ts -= first_ts; 1287 while (ts > 8) { 1289 ts -= 8; 1291 append_string(" ", ts);
|
| H A D | lex.zconf.c_shipped | 1016 int ts, i; 1273 ts = 0; 1276 ts = (ts & ~7) + 8; 1278 ts++; 1280 last_ts = ts; 1282 if (ts < first_ts) { 1286 ts -= first_ts; 1287 while (ts > 8) { 1289 ts -= 8; 1291 append_string(" ", ts);
|
| H A D | zconf.l | 77 int ts, i; variable
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 1952 struct timespec ts; in MsOS_GetSystemTime() local 1954 getnstimeofday(&ts); in MsOS_GetSystemTime() 1955 return ts.tv_sec* 1000+ ts.tv_nsec/1000000; in MsOS_GetSystemTime()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 2371 struct timespec ts; in MsOS_GetSystemTime() local 2373 getrawmonotonic(&ts); in MsOS_GetSystemTime() 2374 return ts.tv_sec* 1000+ ts.tv_nsec/1000000; in MsOS_GetSystemTime()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 2797 struct timespec ts; in MsOS_GetSystemTime() local 2800 clock_gettime(CLOCK_REALTIME, &ts); in MsOS_GetSystemTime() 2802 clock_gettime(CLOCK_MONOTONIC, &ts); in MsOS_GetSystemTime() 2804 return ts.tv_sec* 1000+ ts.tv_nsec/1000000; in MsOS_GetSystemTime()
|