Home
last modified time | relevance | path

Searched refs:ts_bytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp525 int ts_bytes = extractTSField64(m_currPacketData, idx, tsVal); in iPktTimestamp() local
529 ts_bits = ts_bytes < 9 ? ts_bytes * 7 : 64; in iPktTimestamp()
540 idx += ts_bytes; in iPktTimestamp()