Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h46 extern unsigned int g_omx_swvdec_logmask;
63 if (g_omx_swvdec_logmask & OMX_SWVDEC_LOGMASK_LOW) \
70 if (g_omx_swvdec_logmask & OMX_SWVDEC_LOGMASK_HIGH) \
77 if (g_omx_swvdec_logmask & OMX_SWVDEC_LOGMASK_ERROR) \
84 if (g_omx_swvdec_logmask & OMX_SWVDEC_LOGMASK_HIGH) \
91 if (g_omx_swvdec_logmask & OMX_SWVDEC_LOGMASK_HIGH) \
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp50 unsigned int g_omx_swvdec_logmask = (1 << OMX_SWVDEC_LOGLEVEL_DEFAULT) - 1; variable
80 g_omx_swvdec_logmask = (unsigned int) ((1 << omx_swvdec_loglevel) - 1); in omx_swvdec_log_init()