OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDebug
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c
132
if (me->cip.
pDebug
)
134
__print_Boundary(me->cip.
pDebug
->fDebug,
162
if (me->cip.
pDebug
&& me->cip.
pDebug
->fPrint)
164
__print_Buffer(me->cip.
pDebug
->fPrint,
191
if (me->cip.
pDebug
&& me->cip.
pDebug
->fDebug)
193
__print_Command(me->cip.
pDebug
->fDebug,
220
if (me->cip.
pDebug
&& me->cip.
pDebug
->fDebug
[
all
...]
perf_print.c
35
PERF_PRINT_Private *me = perf->cip.
pDebug
;
46
perf->cip.
pDebug
= NULL;
61
PERF_PRINT_Private *me = perf->cip.
pDebug
;
144
PERF_PRINT_Private *me = perf->cip.
pDebug
;
153
PERF_PRINT_Private *me = perf->cip.
pDebug
;
162
PERF_PRINT_Private *me = perf->cip.
pDebug
;
207
perf->cip.
pDebug
= malloc(sizeof(PERF_PRINT_Private));
272
PERF_PRINT_Private *me = perf->cip.
pDebug
;
303
PERF_PRINT_Private *me = perf->cip.
pDebug
;
356
PERF_PRINT_Private *me = perf->cip.
pDebug
;
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h
178
struct PERF_PRINT_Private *
pDebug
;
Completed in 2869 milliseconds