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

  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 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
    [all...]
psb_drv_debug.h 100 FILE *psb_video_debug_fp; variable

Completed in 69 milliseconds