Home
last modified time | relevance | path

Searched refs:debug_level (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h42 extern int debug_level;
46 if (debug_level & PRIO_ERROR) \
50 if (debug_level & PRIO_INFO) \
54 if (debug_level & PRIO_LOW) \
58 if (debug_level & PRIO_HIGH) \
/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.h124 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...);
Dpsb_drv_debug.c289 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...) in drv_debug_msg() argument
294 if (debug_level == VIDEO_DEBUG_ERROR) { in drv_debug_msg()
303 if ((psb_video_debug_option & PRINT_TO_LOGCAT) && (debug_level & psb_video_debug_level)) { in drv_debug_msg()
319 (debug_level & psb_video_debug_level)) { in drv_debug_msg()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp53 int debug_level = PRIO_ERROR; variable
77 debug_level = atoi(property_value); in omx_venc()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp139 int debug_level = PRIO_ERROR; variable
559 debug_level = atoi(property_value); in omx_vdec()
Domx_vdec_msm8974.cpp131 int debug_level = PRIO_ERROR; variable
581 debug_level = atoi(property_value); in omx_vdec()
Domx_vdec_hevc_swvdec.cpp126 int debug_level = PRIO_ERROR; variable
608 debug_level = atoi(property_value); in omx_vdec()