Home
last modified time | relevance | path

Searched refs:PERF_IsFrame (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf.h145 #define PERF_GetFrameBuffer(x) PERF_IsFrame(x)
148 #define PERF_IsFrame(x) ((x) & PERF_FlagFrame) macro
149 #define PERF_IsBuffer(x) (!PERF_IsFrame(x))
Dperf_log.h96 ( PERF_IsFrame (flFrame) ? PERF_LOG_Frame : 0 ) | \
109 ( PERF_IsFrame (flFrame) ? PERF_LOG_Frame : 0 ) | \
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_print.c310 int frame = PERF_IsFrame ((unsigned long) eModule); in __print_Buffer()
Dperf_rt.c304 int frame = PERF_IsFrame (modulesAndFlags); in print_rate_info()