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

/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp609 m_out_data_idx = 0;
613 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)
642 m_out_data_idx++; // move to next buffer
643 m_out_data[m_out_data_idx]
[all...]
H A Dtrc_frame_deformatter_impl.h149 int m_out_data_idx; // number of out_chan_data frames used. member in class:TraceFmtDcdImpl

Completed in 65 milliseconds