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

  /hardware/intel/img/psb_video/src/
psb_drv_debug.h 113 int psb_video_dump_cmdbuf; variable
psb_drv_debug.c 149 if(psb_parse_config("PSB_VIDEO_DUMP_CMDBUF", &log_fn[0]) == 0) {
151 psb_video_dump_cmdbuf = TRUE;
153 psb_video_dump_cmdbuf = FALSE;
155 ALOGD("PSB_VIDEO_DUMP_CMDBUF is %d.\n", psb_video_dump_cmdbuf);
158 psb_video_dump_cmdbuf = FALSE;
429 if (psb_video_dump_cmdbuf == FALSE)
    [all...]

Completed in 58 milliseconds