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

  /hardware/intel/img/psb_video/src/
psb_drv_debug.h 103 int psb_video_debug_option; variable
psb_drv_debug.c 119 if(psb_parse_config("PSB_VIDEO_DEBUG_OPTION", &log_fn[0]) == 0) {
120 psb_video_debug_option = atoi(log_fn);
122 ALOGD("psb_video_debug_option is %d parsed.\n", psb_video_debug_option);
125 psb_video_debug_option = 0;
142 ALOGD("psb_video_debug_option is %d parsed.\n", psb_video_trace_option);
303 if ((psb_video_debug_option & PRINT_TO_LOGCAT) && (debug_level & psb_video_debug_level)) {
307 if (psb_video_debug_option & THREAD_DEBUG)
318 if (psb_video_debug_fp && (psb_video_debug_option & PRINT_TO_FILE) &&
320 if (psb_video_debug_option & TIME_DEBUG
    [all...]

Completed in 48 milliseconds