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

/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp613 m_out_data[m_out_data_idx].id = m_curr_src_ID;
614 m_out_data[m_out_data_idx].valid = 0;
615 m_out_data[m_out_data_idx].index = m_trc_curr_idx_sof;
616 m_out_data[m_out_data_idx].used = 0;
634 m_out_data[m_out_data_idx].data[m_out_data[m_out_data_idx].valid++] = m_ex_frm_data[i+1];
640 if(m_out_data[m_out_data_idx].valid > 0)
643 m_out_data[m_out_data_idx].valid = 0;
644 m_out_data[m_out_data_idx].used = 0;
645 m_out_data[m_out_data_id
[all...]
H A Dtrc_frame_deformatter_impl.h148 out_chan_data m_out_data[7]; // can only be 8 ID changes in a frame, but last on has no associated data so 7 possible data blocks member in class:TraceFmtDcdImpl

Completed in 53 milliseconds