Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp466 uint32_t f_sync_bytes = 0; // skipped f sync bytes in extractFrame() local
477 f_sync_bytes = checkForResetFSyncPatterns(); in extractFrame()
480 if (f_sync_bytes && (m_b_output_packed_raw || m_b_output_unpacked_raw)) in extractFrame()
485 f_sync_bytes, in extractFrame()
491 if((m_in_block_processed+f_sync_bytes) == m_in_block_size) in extractFrame()
500 memcpy(m_ex_frm_data, m_in_block_base + m_in_block_processed + f_sync_bytes, m_ex_frm_n_bytes); in extractFrame()
501 m_trc_curr_idx_sof = m_trc_curr_idx + f_sync_bytes; in extractFrame()
524 f_sync_bytes += 4; in extractFrame()
545 m_trc_curr_idx_sof = m_trc_curr_idx + f_sync_bytes; in extractFrame()
579 uint32_t total_processed = ex_bytes + f_sync_bytes + h_sync_bytes; in extractFrame()