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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_print.h 34 FILE *fPrint; /* file to event prints (Buffer) */
35 /* NOTE: fPrint == fDebug or fPrint == NULL */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 212 me->fDebug = me->fPrint = NULL;
220 /* set up fDebug and fPrint file pointers */
245 me->fDebug = me->fPrint = fOut;
251 me->fDebug = me->fPrint = stderr;
257 me->fPrint = NULL;
perf_custom.c 162 if (me->cip.pDebug && me->cip.pDebug->fPrint)
164 __print_Buffer(me->cip.pDebug->fPrint,

Completed in 96 milliseconds