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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 59 tn0: tn in the last temporal statistics phase (since the last executing phase)
60 if frame rate is less than 0.5fps and tn0 is less than 10 in the last phase,
63 long n, tn, tn0, an; member in struct:PERF_RTdata_rate
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 405 /* for each rate, reset skip count as well as tn0 */
409 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0;
428 if (me->dRate[i].tn0 >= MIN_FRAMES_FOR_RATE ||
535 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0;
557 (me->dRate[i].tn0 < MIN_FRAMES_FOR_RATE) &&
562 fprintf(me->fRt, "rtPERF: [%ld] IGNORED (steps=%d, tn0=%ld, tn=%ld)\n",
564 steps, me->dRate[i].tn0, me->dRate[i].tn);
566 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0;
573 fprintf(me->fRt, "rtPERF: [%ld] not-ignored (steps=%d, tn0=%ld, tn=%ld)\n",
575 steps, me->dRate[i].tn0, me->dRate[i].tn)
    [all...]

Completed in 74 milliseconds