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

  /frameworks/av/media/libstagefright/
Utils.cpp 265 int numparams = 0; local
282 numparams++;
290 ALOGV("csd0 contains %d params", numparams);
292 avcc[5] = 0xe0 | numparams;
295 numparams = 0;
313 numparams++;
321 avcc[numpicparamsoffset] = numparams;
  /bionic/libc/tools/
gensyscalls.py 209 def x86_genstub(self, fname, numparams, idname):
215 for r in range(numparams):
219 for r in range(numparams):
224 for r in range(numparams):
225 result += " popl " + x86_registers[numparams-r-1] + "\n"
230 def x86_genstub_cid(self, fname, numparams, idname, cid):
231 # We'll ignore numparams here because in reality, if there is a

Completed in 222 milliseconds