Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 10 of 10) sorted by relevance

/xiu/library/logger/src/
H A Dtarget.rs44 let timestamp = "1524820690".parse::<i64>().unwrap(); in test_chrono() localVariable
/xiu/protocol/rtsp/src/rtp/
H A Drtp_header.rs20 pub timestamp: u32, field
H A Drtp_h265.rs174 timestamp: u32, field
H A Drtp_h264.rs156 timestamp: u32, field
/xiu/library/container/flv/src/
H A Ddemuxer.rs238 let timestamp = self.bytes_reader.read_u24::<BigEndian>()?; in read_flv_tag() localVariable
/xiu/protocol/rtmp/src/chunk/
H A Dmod.rs42 pub timestamp: u32, field
H A Dunpacketizer.rs556 let timestamp = self.current_message_header().timestamp; in read_extended_timestamp() localVariable
/xiu/protocol/rtmp/src/handshake/
H A Dhandshake_server.rs169 let timestamp = self.c1_timestamp; in write_s1() localVariable
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs187 let timestamp = chunk_info.message_header.timestamp; in read_parse_chunks() localVariable
H A Dclient_session.rs195 let timestamp = chunk_info.message_header.timestamp; in run() localVariable