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

  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.h 84 /** omx_core_t: Global structure that contains all the active
95 } omx_core_t; typedef in typeref:struct:_omx_core_t
qomx_core.c 37 static omx_core_t *g_omxcore;
80 g_omxcore = malloc(sizeof(omx_core_t));
82 memset(g_omxcore, 0x0, sizeof(omx_core_t));
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.h 84 /** omx_core_t: Global structure that contains all the active
95 } omx_core_t; typedef in typeref:struct:_omx_core_t
qomx_core.c 37 static omx_core_t *g_omxcore;
80 g_omxcore = malloc(sizeof(omx_core_t));
82 memset(g_omxcore, 0x0, sizeof(omx_core_t));
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 84 /** omx_core_t: Global structure that contains all the active
95 } omx_core_t; typedef in typeref:struct:_omx_core_t
qomx_core.c 37 static omx_core_t *g_omxcore;
79 g_omxcore = malloc(sizeof(omx_core_t));
81 memset(g_omxcore, 0x0, sizeof(omx_core_t));
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h 84 /** omx_core_t: Global structure that contains all the active
95 } omx_core_t; typedef in typeref:struct:_omx_core_t
qomx_core.c 43 static omx_core_t *g_omxcore;
86 g_omxcore = malloc(sizeof(omx_core_t));
88 memset(g_omxcore, 0x0, sizeof(omx_core_t));
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/
qomx_core.h 84 /** omx_core_t: Global structure that contains all the active
95 } omx_core_t; typedef in typeref:struct:_omx_core_t
qomx_core.c 43 static omx_core_t *g_omxcore;
86 g_omxcore = malloc(sizeof(omx_core_t));
88 memset(g_omxcore, 0x0, sizeof(omx_core_t));

Completed in 194 milliseconds