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

  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 50 #define OMX_SWVDEC_LOGLEVEL_DEFAULT 2 ///< default OMX SwVdec loglevel
52 unsigned int g_omx_swvdec_logmask = (1 << OMX_SWVDEC_LOGLEVEL_DEFAULT) - 1;
60 int omx_swvdec_loglevel = OMX_SWVDEC_LOGLEVEL_DEFAULT;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 48 #define OMX_SWVDEC_LOGLEVEL_DEFAULT 2 ///< default OMX SwVdec loglevel
50 unsigned int g_omx_swvdec_logmask = (1 << OMX_SWVDEC_LOGLEVEL_DEFAULT) - 1;
58 int omx_swvdec_loglevel = OMX_SWVDEC_LOGLEVEL_DEFAULT;

Completed in 47 milliseconds