Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp426 ocsd_err_t TraceFmtDcdImpl::checkForResetFSyncPatterns(uint32_t &f_sync_bytes) in checkForResetFSyncPatterns() argument
465 f_sync_bytes += num_fsyncs * 4; in checkForResetFSyncPatterns()
477 uint32_t f_sync_bytes = 0; // skipped f sync bytes in extractFrame() local
495 err = checkForResetFSyncPatterns(f_sync_bytes); in extractFrame()
498 if (f_sync_bytes && (m_b_output_packed_raw || m_b_output_unpacked_raw)) in extractFrame()
503 f_sync_bytes, in extractFrame()
512 buf_left -= f_sync_bytes; in extractFrame()
519 … memcpy(m_ex_frm_data, m_in_block_base + m_in_block_processed + f_sync_bytes, m_ex_frm_n_bytes); in extractFrame()
520 m_trc_curr_idx_sof = m_trc_curr_idx + f_sync_bytes; in extractFrame()
551 f_sync_bytes += 2; in extractFrame()
[all …]
H A Dtrc_frame_deformatter_impl.h118 ocsd_err_t checkForResetFSyncPatterns(uint32_t &f_sync_bytes);