Home
last modified time | relevance | path

Searched refs:fRt (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_rt.c200 me->fRt = fOut; in PERF_RT_create()
223 if (me->fRt && me->fRt != stdout && in PERF_RT_done()
224 me->fRt != stderr) fclose(me->fRt); in PERF_RT_done()
324 … fprintf(me->fRt, "rtPERF: [%ld] ", TIME_DELTA(dRate->last_reporting, me->first_time)/1000000); in count_temporal_rate()
325 print_rate_info(me->fRt, in count_temporal_rate()
331 fprintf(me->fRt, ": %.3g fps (s=%.3g)\n", x, s); in count_temporal_rate()
364 fprintf(me->fRt, "rtPERF: %s[0x%lX]: ", tag, me->dSTS->size_min); in count_delay()
373 fprintf(me->fRt, "%.3g +- %.3g s (%ld samples)\n", in count_delay()
378 fprintf(me->fRt, "%.3g\n", x); in count_delay()
383 fprintf(me->fRt, "UNABLE TO CALCULATE\n"); in count_delay()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_rt.h104 FILE *fRt; /* file to real-time output (Buffer) */ member