Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
Dqomx_core.h42 #define OMX_COMP_MAX_INSTANCES 3 macro
73 OMX_HANDLETYPE *handle[OMX_COMP_MAX_INSTANCES]; //Instance handle
Dqomx_core.c164 for (i = 0; i < OMX_COMP_MAX_INSTANCES; i++) { in get_free_inst_idx()
294 for (j = 0; j < OMX_COMP_MAX_INSTANCES; j++) { in get_idx_from_handle()
316 for (i = 0; i < OMX_COMP_MAX_INSTANCES; i++) { in is_comp_active()