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

/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp656 m_out_data_idx = 0;
660 m_out_data[m_out_data_idx].id = m_curr_src_ID;
661 m_out_data[m_out_data_idx].valid = 0;
662 m_out_data[m_out_data_idx].index = m_trc_curr_idx_sof;
663 m_out_data[m_out_data_idx].used = 0;
681 m_out_data[m_out_data_idx].data[m_out_data[m_out_data_idx].valid++] = m_ex_frm_data[i+1];
687 if(m_out_data[m_out_data_idx].valid > 0)
689 m_out_data_idx++; // move to next buffer
690 m_out_data[m_out_data_idx]
[all...]
H A Dtrc_frame_deformatter_impl.h165 int m_out_data_idx; // number of out_chan_data frames used. member in class:TraceFmtDcdImpl

Completed in 123 milliseconds