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

  /external/chromium-trace/trace-viewer/tracing/examples/
string_convert.js 74 for (var nLen = aBytes.length, nUint24 = 0, nIdx = 0; nIdx < nLen; nIdx++) {
75 nMod3 = nIdx % 3;
76 nUint24 |= aBytes[nIdx] << (16 >>> nMod3 & 24);
77 if (nMod3 === 2 || aBytes.length - nIdx === 1) {
93 for (var nPart, nLen = aBytes.length, nIdx = 0; nIdx < nLen; nIdx++) {
94 nPart = aBytes[nIdx];
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 256 int cIdx, nIdx;
291 nIdx = *refIdxLX;
299 RefPicListX[ nIdx++ ] = RefPicListX[ cIdx ];
311 int cIdx, nIdx;
341 nIdx = *refIdxLX;
347 RefPicListX[ nIdx++ ] = RefPicListX[ cIdx ];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 216 int nIdx = 0,
230 for (nIdx = 0; nIdx < nCntTest1; nIdx++) {
398 printf("%d :: App: Outer %d time Sending OMX_StateExecuting Command: TC6\n",__LINE__, nIdx);
451 if(nIdx != (nCntTest - 1)) {
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
  /external/svox/pico/lib/
picopam.c     [all...]

Completed in 1777 milliseconds