Searched refs:MAX_INPUT_ERROR (Results 1 – 5 of 5) sorted by relevance
107 #define MAX_INPUT_ERROR (MAX_NUM_SPS + MAX_NUM_PPS) macro799 if (!pThis->arbitrary_bytes && pThis->m_inp_err_count > MAX_INPUT_ERROR) { in process_event_cb()800 … DEBUG_PRINT_ERROR("Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR); in process_event_cb()
101 #define MAX_INPUT_ERROR DEFAULT_FPS macro904 if (pThis->m_inp_err_count >= MAX_INPUT_ERROR) { in process_event_cb()905 … DEBUG_PRINT_ERROR("Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR); in process_event_cb()
86 #define MAX_INPUT_ERROR DEFAULT_FPS macro1085 if(pThis->m_inp_err_count >= MAX_INPUT_ERROR) in process_event_cb()1087 … DEBUG_PRINT_ERROR("Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR); in process_event_cb()
96 #define MAX_INPUT_ERROR (MAX_NUM_SPS + MAX_NUM_PPS) macro808 if(!pThis->arbitrary_bytes && pThis->m_inp_err_count > MAX_INPUT_ERROR) in process_event_cb()810 … DEBUG_PRINT_ERROR("\n Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR); in process_event_cb()
82 #define MAX_INPUT_ERROR DEFAULT_FPS macro1102 if(pThis->m_inp_err_count >= MAX_INPUT_ERROR) in process_event_cb()1104 … DEBUG_PRINT_ERROR("Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR); in process_event_cb()