Home | History | Annotate | Download | only in src

Lines Matching refs:psb_video_debug_fp

68     if ((psb_video_debug_fp != NULL) && (psb_video_debug_fp != stderr)) {
79 psb_video_debug_fp = fopen(log_fn, "w");
80 if (psb_video_debug_fp == 0) {
83 psb_video_debug_fp = stderr;
92 psb_video_debug_fp = NULL;
226 if ((psb_video_debug_fp != NULL) & (psb_video_debug_fp != stderr)) {
229 fclose(psb_video_debug_fp);
230 psb_video_debug_fp = NULL;
333 if (!psb_video_debug_fp && (psb_video_debug_level & VIDEO_DEBUG_ERROR))
334 psb_video_debug_fp = stderr;
335 if (psb_video_debug_fp && (psb_video_debug_option & PRINT_TO_FILE) &&
338 fprintf(psb_video_debug_fp, "TickCount - [0x%08lx], ",
341 fprintf(psb_video_debug_fp, "Thread - (%d:0x%08lx) ",
344 vfprintf(psb_video_debug_fp, msg, args);
346 fflush(psb_video_debug_fp);
347 //fsync(fileno(psb_video_debug_fp));