Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/stm/
Dtrc_pkt_proc_stm.cpp827 m_ts_update_value = 0; in pktNeedsTS()
861 m_ts_update_value <<= 4; in stmExtractTS()
862 m_ts_update_value |= m_nibble; in stmExtractTS()
877 gray_val = m_ts_update_value; in stmExtractTS()
883 gray_val |= m_ts_update_value & mask; in stmExtractTS()
889 m_curr_packet.setTS(m_ts_update_value, new_bits); in stmExtractTS()
/external/OpenCSD/decoder/include/opencsd/stm/
Dtrc_pkt_proc_stm.h196 uint64_t m_ts_update_value; variable