Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_proc_etmv4i.cpp520 int ts_bits = ts_bytes < 7 ? ts_bytes * 7 : 64; in iPktTimestamp() local
523 ts_bits = 64; // after trace info, missing bits are all 0. in iPktTimestamp()
525 m_curr_packet.setTS(tsVal,(uint8_t)ts_bits); in iPktTimestamp()