Searched refs:m_ex_frm_n_bytes (Results 1 – 2 of 2) sorted by relevance
346 m_ex_frm_n_bytes = 0; in resetStateParams()447 m_ex_frm_n_bytes = 0; in checkForResetFSyncPatterns()493 m_ex_frm_n_bytes = 0; in extractFrame()499 m_ex_frm_n_bytes = OCSD_DFRMTR_FRAME_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()520 if(hasFSyncs && cont_process && (m_ex_frm_n_bytes == 0)) in extractFrame()531 while((m_ex_frm_n_bytes < OCSD_DFRMTR_FRAME_SIZE) && cont_process) in extractFrame()534 if((m_ex_frm_n_bytes % 4) == 0) in extractFrame()544 if(m_ex_frm_n_bytes == 0) in extractFrame()547 m_ex_frm_data[m_ex_frm_n_bytes] = dataPtr[0]; in extractFrame()[all …]
144 int m_ex_frm_n_bytes; // number of valid bytes in the current frame (extraction) variable