Searched refs:send_time (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | asf.h | 47 uint64_t send_time; /**< time to send file, in 100-nanosecond units member 68 uint64_t send_time; member
|
H A D | asfenc.c | 307 int32_t send_time = 0; in get_send_time() local 310 if (pres_time <= asf->index_ptr[i].send_time) in get_send_time() 312 send_time = asf->index_ptr[i].send_time; in get_send_time() 316 return send_time / 10000; in get_send_time() 336 int32_t send_time = get_send_time(asf, pres_time, &offset); in asf_write_markers() local 343 avio_wl64(pb, offset); // offset of the packet with send_time in asf_write_markers() 346 avio_wl32(pb, send_time); // send time in asf_write_markers() 1000 asf->index_ptr[i].send_time = asf->next_start_sec * INT64_C(10000000); in update_index()
|
H A D | asfdec_o.c | 98 int64_t send_time; member 1263 asf->send_time = avio_rl32(pb); // send time in asf_read_packet_header()
|
H A D | asfdec_f.c | 284 asf->hdr.send_time = avio_rl64(pb); in asf_read_file_properties()
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 369 send_time = eval(line) 370 assert isinstance(send_time, float) 371 results.append((send_time, recv_time))
|
/third_party/backends/backend/pixma/ |
H A D | pixma_mp730.c | 290 send_time (pixma_t * s) in send_time() function 339 send_time (s); in handle_interrupt() 362 send_time (s); in handle_interrupt()
|
H A D | pixma_mp750.c | 357 send_time (pixma_t * s) in send_time() function 359 /* TODO: implement send_time() */ in send_time() 361 PDBG (pixma_dbg (3, "send_time() is not yet implemented.\n")); in send_time() 384 send_time (s); in handle_interrupt()
|
H A D | pixma_mp150.c | 832 send_time (pixma_t * s) 917 It calls send_time() and query_status() if necessary. Therefore, make sure 918 that handle_interrupt() is only called from a safe context for send_time() 1022 send_time (s); in handle_interrupt() 1024 PDBG (pixma_dbg (1, "WARNING:send_time() disabled!\n")); in handle_interrupt()
|
H A D | pixma_mp800.c | 1060 static int send_time (pixma_t * s) 1144 It calls send_time() and query_status() if necessary. Therefore, make sure 1145 that handle_interrupt() is only called from a safe context for send_time() 1223 send_time (s); in handle_interrupt() 1225 PDBG (pixma_dbg (1, "WARNING:send_time() disabled!\n")); in handle_interrupt()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_lib.c | 4567 int send_time = 0, ret; in ssl_fill_hello_random() local 4572 send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; in ssl_fill_hello_random() 4574 send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; in ssl_fill_hello_random() 4575 if (send_time) { in ssl_fill_hello_random()
|
/third_party/openssl/ssl/ |
H A D | s3_lib.c | 4567 int send_time = 0, ret; in ssl_fill_hello_random() local 4572 send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; in ssl_fill_hello_random() 4574 send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; in ssl_fill_hello_random() 4575 if (send_time) { in ssl_fill_hello_random()
|
Completed in 26 milliseconds