HomeSort by relevance Sort by last modified time
    Searched refs:MAX_INPUT_ERROR (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 96 #define MAX_INPUT_ERROR (MAX_NUM_SPS + MAX_NUM_PPS)
808 if(!pThis->arbitrary_bytes && pThis->m_inp_err_count > MAX_INPUT_ERROR)
810 DEBUG_PRINT_ERROR("\n Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR);
    [all...]
omx_vdec_copper.cpp 93 #define MAX_INPUT_ERROR DEFAULT_FPS
803 if(pThis->m_inp_err_count >= MAX_INPUT_ERROR)
805 DEBUG_PRINT_ERROR("\n Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 107 #define MAX_INPUT_ERROR (MAX_NUM_SPS + MAX_NUM_PPS)
799 if (!pThis->arbitrary_bytes && pThis->m_inp_err_count > MAX_INPUT_ERROR) {
800 DEBUG_PRINT_ERROR("Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR);
    [all...]
omx_vdec_hevc.cpp 101 #define MAX_INPUT_ERROR DEFAULT_FPS
904 if (pThis->m_inp_err_count >= MAX_INPUT_ERROR) {
905 DEBUG_PRINT_ERROR("Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR);
    [all...]
omx_vdec_hevc_swvdec.cpp 86 #define MAX_INPUT_ERROR DEFAULT_FPS
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 97 #define MAX_INPUT_ERROR DEFAULT_FPS
899 if (pThis->m_inp_err_count >= MAX_INPUT_ERROR) {
900 DEBUG_PRINT_ERROR("Input bitstream error for consecutive %d frames.", MAX_INPUT_ERROR);
    [all...]
omx_vdec_hevc_swvdec.cpp 82 #define MAX_INPUT_ERROR DEFAULT_FPS
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 95 #define MAX_INPUT_ERROR DEFAULT_FPS
    [all...]

Completed in 79 milliseconds