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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 307 int xfering = PERF_IsXfering ((unsigned long) eModule); local
313 if (!xfering && sending) module2 = module1;
319 xfering ? "xfering" : sendRecvTxt[sendIx],
322 me->csv ? "," : (xfering || !sending) ? " from=" : "",
323 (xfering || !sending) ?
326 me->csv ? "," : (xfering || sending) ? " to=" : "",
327 (xfering || sending) ?
perf_rt.c 301 int xfering = PERF_IsXfering(modulesAndFlags); local
308 xfering ? "xfering" : sendRecvTxt[sendIx],
312 (xfering || !sending) ? " from " : " to ",
314 xfering ? " to " : "",
315 xfering ? (module2 < PERF_ModuleMax ? PERF_ModuleTypes[module2] : "INVALID") : "");
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 16 # $13 - sending|received|xfering

Completed in 52 milliseconds