Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp455 uint32_t h_sync_bytes = 0; // skipped h sync bytes in extractFrame() local
548 h_sync_bytes+=2; in extractFrame()
574 ex_bytes + f_sync_bytes + h_sync_bytes, in extractFrame()
580 m_in_block_processed += m_ex_frm_n_bytes + f_sync_bytes + h_sync_bytes; in extractFrame()
583 m_trc_curr_idx += m_ex_frm_n_bytes + f_sync_bytes + h_sync_bytes; in extractFrame()