HomeSort by relevance Sort by last modified time
    Searched refs:OMX_COMP_MAX_NUM (Results 1 - 4 of 4) sorted by null

  /device/google/marlin/camera/mm-image-codec/qomx_core/
qomx_core.h 44 #define OMX_COMP_MAX_NUM 3
92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components
qomx_core.c 79 if (comp_cnt > OMX_COMP_MAX_NUM) {
  /hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
qomx_core.h 44 #define OMX_COMP_MAX_NUM 5
92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components
qomx_core.c 79 if (comp_cnt > OMX_COMP_MAX_NUM) {

Completed in 513 milliseconds