OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXCOMP
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c
30
#define
MAXCOMP
(50)
38
static void* pModules[
MAXCOMP
] = {0};
53
char *tComponentName[
MAXCOMP
][2] = {
730
for (i = 0, numFiles = 0; i <
MAXCOMP
; i ++) {
/hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c
58
#define
MAXCOMP
(50)
66
static void *pModules[
MAXCOMP
] = { 0 };
82
char *tComponentName[
MAXCOMP
][MAX_ROLES] = {
839
for (i = 0, numFiles = 0; i <
MAXCOMP
; i++)
Completed in 91 milliseconds