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

/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
H A 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/
H A Dpsb_drv_debug.h124 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...);
H A Dpsb_drv_debug.c289 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...) argument
294 if (debug_level == VIDEO_DEBUG_ERROR) {
303 if ((psb_video_debug_option & PRINT_TO_LOGCAT) && (debug_level & psb_video_debug_level)) {
319 (debug_level & psb_video_debug_level)) {
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp53 int debug_level = PRIO_ERROR; variable
77 debug_level = atoi(property_value);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp139 int debug_level = PRIO_ERROR; variable
559 debug_level = atoi(property_value);
H A Domx_vdec_hevc_swvdec.cpp126 int debug_level = PRIO_ERROR; variable
608 debug_level = atoi(property_value);
H A Domx_vdec_msm8974.cpp131 int debug_level = PRIO_ERROR; variable
581 debug_level = atoi(property_value);

Completed in 225 milliseconds