Searched refs:offs (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h838 ssize_t offs = 0; local
840 offs += mColInc * (ssize_t)(width - 1);
843 offs += mRowInc * (ssize_t)(height - 1);
845 return offs;
849 ssize_t offs = (allocatedDepth + 7) >> 3; local
851 offs += mColInc * (ssize_t)(width - 1);
854 offs += mRowInc * (ssize_t)(height - 1);
856 return offs;
/frameworks/native/cmds/servicemanager/
H A Dbinder.c47 binder_size_t *offs = (binder_size_t *)(uintptr_t)txn->data.ptr.offsets; local
52 fprintf(stderr," pid %8d uid %8d data %"PRIu64" offs %"PRIu64"\n",
56 obj = (struct flat_binder_object *) (((char*)(uintptr_t)txn->data.ptr.buffer) + *offs++);
210 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0);
357 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0);
429 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets;
448 bio->offs = bio->offs0 = data;
493 *bio->offs++ = ((char*) obj) - ((char*) bio->data0);
635 if (bio->offs[n] == off)
H A Dbinder.h15 binder_size_t *offs; /* array of offsets */ member in struct:binder_io
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1354 int offs = 0;
1356 System.arraycopy(a, 0, b, offs, a.length);
1357 offs += a.length;
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c596 float offs = offs100 * 0.01f; local
597 GLfixed fixedOffs = (GLfixed)(offs * 65536);

Completed in 68 milliseconds