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

  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.h 43 #define OMX_COMP_MAX_NUM 3
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components
qomx_core.c 64 if (comp_cnt > OMX_COMP_MAX_NUM) {
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.h 43 #define OMX_COMP_MAX_NUM 3
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components
qomx_core.c 64 if (comp_cnt > OMX_COMP_MAX_NUM) {
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 43 #define OMX_COMP_MAX_NUM 3
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components
qomx_core.c 72 if (comp_cnt > OMX_COMP_MAX_NUM) {

Completed in 892 milliseconds