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

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

Completed in 44 milliseconds