Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp454 uint32_t f_sync_bytes = 0; // skipped f sync bytes in extractFrame() local
465 f_sync_bytes = checkForResetFSyncPatterns(); in extractFrame()
468 if (f_sync_bytes && (m_b_output_packed_raw || m_b_output_unpacked_raw)) in extractFrame()
473 f_sync_bytes, in extractFrame()
479 if((m_in_block_processed+f_sync_bytes) == m_in_block_size) in extractFrame()
489 m_trc_curr_idx_sof = m_trc_curr_idx + f_sync_bytes; in extractFrame()
512 f_sync_bytes += 4; in extractFrame()
534 m_trc_curr_idx_sof = m_trc_curr_idx + f_sync_bytes; 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()
[all …]