Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
H A 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
H A Dqomx_core.c79 if (comp_cnt > OMX_COMP_MAX_NUM) { in OMX_Init()