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

  /device/huawei/angler/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 73 if (comp_cnt > OMX_COMP_MAX_NUM) {
  /device/lge/bullhead/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 73 if (comp_cnt > OMX_COMP_MAX_NUM) {
  /device/moto/shamu/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 72 if (comp_cnt > OMX_COMP_MAX_NUM) {
  /hardware/qcom/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/msmcobalt/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) {

Completed in 185 milliseconds