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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 60 sub_effect_entry_t** sube; local
80 sube = new sub_effect_entry_t*[SUB_FX_COUNT];
81 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT];
84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT);
88 delete[] sube;
91 delete[] pContext->sube;
100 desc[0] = *(effect_descriptor_t*)(sube[0])->object;
101 desc[1] = *(effect_descriptor_t*)(sube[1])->object;
102 aeli[0] = sube[0]->lib->desc;
103 aeli[1] = sube[1]->lib->desc
    [all...]
EffectProxy.h 67 sub_effect_entry_t** sube; // Points to the sub effects member in struct:android::EffectContext
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.c 67 yasm_expr *ptr, *sube; local
88 sube = ptr->terms[0].data.expn;
89 ptr->terms[0] = sube->terms[0]; /* structure copy */
91 yasm_xfree(sube);
111 sube = ptr->terms[1].data.expn;
112 ptr->terms[1] = sube->terms[0]; /* structure copy */
114 yasm_xfree(sube);
222 yasm_expr *sube; local
231 sube = e->terms[i].data.expn;
232 if (sube->op != YASM_EXPR_MUL || sube->numterms != 2
365 yasm_expr *sube = yasm_xmalloc(sizeof(yasm_expr)); local
629 yasm_expr *sube = e->terms[0].data.expn; local
646 yasm_expr *sube = e->terms[i].data.expn; local
748 yasm_expr *sube = e->terms[i].data.expn; local
    [all...]
value.c 172 yasm_expr *sube; local
181 sube = e->terms[i].data.expn;
183 if (sube->op != YASM_EXPR_MUL || sube->numterms != 2) {
185 if (value_finalize_scan(value, sube, expr_precbc,
191 if (sube->terms[0].type == YASM_EXPR_INT &&
192 sube->terms[1].type == YASM_EXPR_SYM) {
193 intn = sube->terms[0].data.intn;
194 sym = sube->terms[1].data.sym;
195 } else if (sube->terms[0].type == YASM_EXPR_SYM &
533 yasm_expr *sube = value->abs->terms[0].data.expn; local
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 694 list_sub_elem_t *sube = NULL; local
697 sube = malloc(sizeof(list_sub_elem_t));
698 sube->object = d;
699 sube->sub_elem = NULL;
700 sube->next = gSubEffectList;
701 gSubEffectList = sube;
707 gSubEffectList = sube->next;
708 free(sube->sub_elem);// Free an already added sub effect
709 sube->sub_elem = NULL;
710 free(sube);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 250 sube=8838
  /external/libpng/scripts/
options.awk 52 sube=" \"@" # Substitute end
843 deflt = " " subs substr(deflt, 3) sube
864 print def i, subs "PNG_" i sube end >out
868 print def i, subs "PNG_set_" i sube end >out
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 392 .addEscape('\u2286', "⊆")
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 927 yasm_expr *sube; local
928 sube = yasm_expr_create(YASM_EXPR_SUB, yasm_expr_precbc(bc),
932 yasm_expr_expr(sube), bc->line);
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 326 sube: '2286',

Completed in 491 milliseconds