Searched refs:OCSD_DFRMTR_FRAME_SIZE (Results 1 – 3 of 3) sorted by relevance
518 m_ex_frm_n_bytes = OCSD_DFRMTR_FRAME_SIZE; in extractFrame()521 ex_bytes = OCSD_DFRMTR_FRAME_SIZE; in extractFrame()580 while ((m_ex_frm_n_bytes < OCSD_DFRMTR_FRAME_SIZE) && buf_left) in extractFrame()624 if (((m_ex_frm_n_bytes == OCSD_DFRMTR_FRAME_SIZE) || (buf_left == 0)) && m_b_output_packed_raw) in extractFrame()644 return (bool)(m_ex_frm_n_bytes == OCSD_DFRMTR_FRAME_SIZE); in extractFrame()
153 …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