HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 901 - 925 of 4884) sorted by null

<<31323334353637383940>>

  /external/curl/include/curl/
curlver.h 64 * timestamp is not stored in git, as the timestamp is properly set in the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.xml 42 endDate - optional, only query for bugs last updated before this timestamp
43 (that is, bugs after this timestamp will be ignored). Must be in the form yyyymmddHHMM or yyyymmdd0000.
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.c 35 {"timestamp", "Timestamp", TCPOPT_TIMESTAMP},
  /external/jetty/src/java/org/eclipse/jetty/io/
AbstractConnection.java 40 public AbstractConnection(EndPoint endp,long timestamp)
43 _timeStamp = timestamp;
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketServletConnectionD06.java 31 public WebSocketServletConnectionD06(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol)
34 super(websocket,endpoint,buffers,timestamp,maxIdleTime,protocol);
WebSocketServletConnectionD08.java 32 public WebSocketServletConnectionD08(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol,
35 super(websocket,endpoint,buffers,timestamp,maxIdleTime,protocol,extensions,draft);
WebSocketServletConnectionRFC6455.java 32 public WebSocketServletConnectionRFC6455(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol,
35 super(websocket,endpoint,buffers,timestamp,maxIdleTime,protocol,extensions,draft);
  /external/libdrm/freedreno/
freedreno_drmif.h 89 int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp);
91 int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp,
  /external/libdrm/freedreno/msm/
msm_pipe.c 57 static int msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp,
62 .fence = timestamp,
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 76 * \param[in] ts_start Timestamp for the start of this frame
77 * \param[in] ts_end Timestamp for the end of this frame
  /external/ltrace/
options.h 62 extern int opt_r; /* print relative timestamp */
63 extern int opt_t; /* print absolute timestamp */
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avio.h 108 * Seek to a given timestamp in stream with the specified stream_index.
113 int64_t timestamp, int flags);
462 * Seek to a given timestamp relative to some component stream.
464 * @param stream_index The stream index that the timestamp is relative to.
465 * If stream_index is (-1) the timestamp should be in AV_TIME_BASE
469 * @param timestamp timestamp in AVStream.time_base units
479 int64_t timestamp, int flags);
  /external/tcpdump/
print-usb.c 132 * 'p' points to the header of the packet, 'h->ts' is the timestamp,
155 * 'p' points to the header of the packet, 'h->ts' is the timestamp,
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 183 * get start timestamp
188 * configure start timestamp, default is a random number
190 * timestamp - start timestamp
192 virtual void SetStartTimestamp(uint32_t timestamp) = 0;
291 * timestamp - timestamp of frame to send
302 uint32_t timeStamp,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_test_helper.cc 38 rtp_packet->header.header.timestamp = timestamp_;
91 ByteWriter<uint32_t>::WriteBigEndian(data + 4, header->timestamp);
rtp_receiver_video.cc 60 "seqnum", rtp_header->header.sequenceNumber, "timestamp",
61 rtp_header->header.timestamp);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
rrtr.cc 25 // | NTP timestamp, most significant word |
27 // | NTP timestamp, least significant word |
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection.cc 82 const int64_t kMinUpdateInterval = 90 * 10; // Timestamp frequency
119 // Convert from milliseconds to timestamp frequency.
vp8_impl.h 83 uint32_t timestamp,
153 uint32_t timeStamp,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 77 uint32_t timestamp);
157 int ReturnFrame(const vpx_image_t* img, uint32_t timeStamp);
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 64 * Get frame timestamp (90kHz)
66 uint32_t TimeStamp() const { return _timeStamp; }
timing.h 64 // Used to report that a frame is passed to decoding. Updates the timestamp
67 // Returns the receiver system time when the frame with timestamp
  /external/webrtc/webrtc/system_wrappers/include/
trace.h 35 // The position of the timestamp text within a trace.
37 // The length of the timestamp (without "delta" field).
  /external/webrtc/webrtc/video/
video_capture_input.cc 93 // Convert NTP time, in ms, to RTP timestamp.
101 LOG(LS_WARNING) << "Same/old NTP timestamp ("
  /frameworks/av/include/media/
IStreamSource.h 58 // specify an int64_t PTS timestamp in "msg".
60 // will be suppressed until media time reaches this timestamp.

Completed in 946 milliseconds

<<31323334353637383940>>