Searched refs:m_ex_frm_n_bytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp353 m_ex_frm_n_bytes = 0;
457 m_ex_frm_n_bytes = 0;
518 m_ex_frm_n_bytes = OCSD_DFRMTR_FRAME_SIZE;
519 memcpy(m_ex_frm_data, m_in_block_base + m_in_block_processed + f_sync_bytes, m_ex_frm_n_bytes);
539 if (hasFSyncs && (m_ex_frm_n_bytes == 0))
580 while ((m_ex_frm_n_bytes < OCSD_DFRMTR_FRAME_SIZE) && buf_left)
583 if (m_ex_frm_n_bytes == 0)
586 m_ex_frm_data[m_ex_frm_n_bytes] = dataPtr[0];
587 m_ex_frm_data[m_ex_frm_n_bytes + 1] = dataPtr[1];
611 m_ex_frm_n_bytes
[all...]
H A Dtrc_frame_deformatter_impl.h154 int m_ex_frm_n_bytes; // number of valid bytes in the current frame (extraction) member in class:TraceFmtDcdImpl

Completed in 113 milliseconds