Home
last modified time | relevance | path

Searched refs:cont_process (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp465 bool cont_process = true; // continue processing after extraction. in extractFrame() local
494 cont_process = false; // end of input data. in extractFrame()
517 cont_process = (bool)(dataPtr < eodPtr); in extractFrame()
520 if(hasFSyncs && cont_process && (m_ex_frm_n_bytes == 0)) in extractFrame()
522 while((*((uint32_t *)(dataPtr)) == FSYNC_PATTERN) && cont_process) in extractFrame()
526 cont_process = (bool)(dataPtr < eodPtr); in extractFrame()
531 while((m_ex_frm_n_bytes < OCSD_DFRMTR_FRAME_SIZE) && cont_process) in extractFrame()
569 cont_process = (bool)(dataPtr < eodPtr); in extractFrame()
574 if(!cont_process && (m_ex_frm_n_bytes == OCSD_DFRMTR_FRAME_SIZE)) in extractFrame()
575 cont_process = true; in extractFrame()
[all …]