Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_custom.c132 if (me->cip.pDebug) in __common_Boundary()
134 __print_Boundary(me->cip.pDebug->fDebug, in __common_Boundary()
138 if (me->cip.pRT) in __common_Boundary()
162 if (me->cip.pDebug && me->cip.pDebug->fPrint) in __common_Buffer()
164 __print_Buffer(me->cip.pDebug->fPrint, in __common_Buffer()
168 if (me->cip.pRT) in __common_Buffer()
191 if (me->cip.pDebug && me->cip.pDebug->fDebug) in __common_Command()
193 __print_Command(me->cip.pDebug->fDebug, in __common_Command()
197 if (me->cip.pRT) in __common_Command()
220 if (me->cip.pDebug && me->cip.pDebug->fDebug) in __common_Log()
[all …]
Dperf_print.c35 PERF_PRINT_Private *me = perf->cip.pDebug; in PERF_PRINT_done()
46 perf->cip.pDebug = NULL; in PERF_PRINT_done()
61 PERF_PRINT_Private *me = perf->cip.pDebug; in PERF_PRINT_setup()
144 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Location()
153 PERF_PRINT_Private *me = perf->cip.pDebug; in clear_print_location()
162 PERF_PRINT_Private *me = perf->cip.pDebug; in print_print_location()
207 perf->cip.pDebug = malloc(sizeof(PERF_PRINT_Private)); in PERF_PRINT_create()
272 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Boundary()
303 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Buffer()
356 PERF_PRINT_Private *me = perf->cip.pDebug; in __print_Command()
[all …]
Dperf_rt.c66 perf->cip.pRT = malloc(sizeof(PERF_RT_Private)); in PERF_RT_create()
220 PERF_RT_Private *me = perf->cip.pRT; in PERF_RT_done()
233 perf->cip.pRT = NULL; in PERF_RT_done()
393 PERF_RT_Private *me = perf->cip.pRT; in __rt_Boundary()
457 PERF_RT_Private *me = perf->cip.pRT; in __rt_Buffer()
813 PERF_RT_Private *me = perf->cip.pRT; in __rt_Done()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_obj.h54 PERF_Custom_Private cip; member