Searched refs:OCSD_DFRMTR_FRAME_SIZE (Results 1 – 3 of 3) sorted by relevance
499 m_ex_frm_n_bytes = OCSD_DFRMTR_FRAME_SIZE; in extractFrame()502 ex_bytes = OCSD_DFRMTR_FRAME_SIZE; in extractFrame()531 while((m_ex_frm_n_bytes < OCSD_DFRMTR_FRAME_SIZE) && cont_process) in extractFrame()574 if(!cont_process && (m_ex_frm_n_bytes == OCSD_DFRMTR_FRAME_SIZE)) in extractFrame()582 if (((m_ex_frm_n_bytes == OCSD_DFRMTR_FRAME_SIZE) || !cont_process) && m_b_output_packed_raw) in extractFrame()
143 …uint8_t m_ex_frm_data[OCSD_DFRMTR_FRAME_SIZE]; // buffer the current frame in case we have to stop…
251 #define OCSD_DFRMTR_FRAME_SIZE 0x10 /**< CoreSight frame formatter frame size constant in b… macro