Home | History | Annotate | Download | only in src

Lines Matching full:psb_video_debug_fp

61     if ((psb_video_debug_fp != NULL) && (psb_video_debug_fp != stderr)) {
70 psb_video_debug_fp = fopen(log_fn, "w");
71 if (psb_video_debug_fp == 0) {
74 psb_video_debug_fp = stderr;
83 psb_video_debug_fp = NULL;
209 if ((psb_video_debug_fp != NULL) & (psb_video_debug_fp != stderr)) {
212 fclose(psb_video_debug_fp);
213 psb_video_debug_fp = NULL;
316 if (!psb_video_debug_fp && (psb_video_debug_level & VIDEO_DEBUG_ERROR))
317 psb_video_debug_fp = stderr;
318 if (psb_video_debug_fp && (psb_video_debug_option & PRINT_TO_FILE) &&
321 fprintf(psb_video_debug_fp, "TickCount - [0x%08lx], ",
324 fprintf(psb_video_debug_fp, "Thread - (%d:0x%08lx) ",
327 vfprintf(psb_video_debug_fp, msg, args);
329 fflush(psb_video_debug_fp);
330 //fsync(fileno(psb_video_debug_fp));