Searched refs:m_ex_frm_n_bytes (Results 1 – 2 of 2) sorted by relevance
353 m_ex_frm_n_bytes = 0; in resetStateParams()457 m_ex_frm_n_bytes = 0; in checkForResetFSyncPatterns()518 m_ex_frm_n_bytes = OCSD_DFRMTR_FRAME_SIZE; 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()539 if (hasFSyncs && (m_ex_frm_n_bytes == 0)) in extractFrame()580 while ((m_ex_frm_n_bytes < OCSD_DFRMTR_FRAME_SIZE) && buf_left) in extractFrame()583 if (m_ex_frm_n_bytes == 0) in extractFrame()586 m_ex_frm_data[m_ex_frm_n_bytes] = dataPtr[0]; in extractFrame()587 m_ex_frm_data[m_ex_frm_n_bytes + 1] = dataPtr[1]; in extractFrame()611 m_ex_frm_n_bytes += 2; in extractFrame()[all …]
154 int m_ex_frm_n_bytes; // number of valid bytes in the current frame (extraction) variable