Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp1059 unsigned tsMaxBytes = m_config.TSPkt64() ? 9 : 7; in extractTimestamp() local
1069 while((tsCurrBytes < tsMaxBytes) && bCont) in extractTimestamp()
1079 if(tsCurrBytes == (tsMaxBytes - 1)) in extractTimestamp()