Home
last modified time | relevance | path

Searched refs:OMX_COMP_MAX_NUM (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
Dqomx_core.h44 #define OMX_COMP_MAX_NUM 5 macro
92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components
Dqomx_core.c79 if (comp_cnt > OMX_COMP_MAX_NUM) { in OMX_Init()