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 130 if(psb_parse_config("PSB_VIDEO_DEBUG_OPTION", &env_fn[0]) == 0) {
131 psb_video_debug_option = atoi(env_fn);
133 ALOGD("psb_video_debug_option is %d parsed.\n", psb_video_debug_option);
136 psb_video_debug_option = 0;
153 ALOGD("psb_video_debug_option is %d parsed.\n", psb_video_trace_option);
320 if ((psb_video_debug_option & PRINT_TO_LOGCAT) && (debug_level & psb_video_debug_level)) {
324 if (psb_video_debug_option & THREAD_DEBUG)
335 if (psb_video_debug_fp && (psb_video_debug_option & PRINT_TO_FILE) &&
337 if (psb_video_debug_option & TIME_DEBUG
    [all...]

Completed in 191 milliseconds