OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_omx_swvdec_logmask
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h
46
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/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h
47
extern unsigned int
g_omx_swvdec_logmask
;
64
if (
g_omx_swvdec_logmask
& OMX_SWVDEC_LOGMASK_LOW) \
71
if (
g_omx_swvdec_logmask
& OMX_SWVDEC_LOGMASK_HIGH) \
78
if (
g_omx_swvdec_logmask
& OMX_SWVDEC_LOGMASK_ERROR) \
85
if (
g_omx_swvdec_logmask
& OMX_SWVDEC_LOGMASK_HIGH) \
92
if (
g_omx_swvdec_logmask
& OMX_SWVDEC_LOGMASK_HIGH) \
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp
52
unsigned int
g_omx_swvdec_logmask
= (1 << OMX_SWVDEC_LOGLEVEL_DEFAULT) - 1;
variable
87
g_omx_swvdec_logmask
= (unsigned int) ((1 << omx_swvdec_loglevel) - 1);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp
50
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);
Completed in 80 milliseconds