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

  /external/bluetooth/glib/tests/
slice-threadinit.c 24 #define SAMPLE_SIZE (7)
55 guint i, j, n_trials = N_PAGES * PAGE_SIZE / SAMPLE_SIZE; /* upper bound */
58 void *b = g_slice_alloc (SAMPLE_SIZE);
84 void *b = g_slice_alloc (SAMPLE_SIZE);
99 release_trash_list (&free_list, SAMPLE_SIZE);
105 release_trash_list (&free_list, SAMPLE_SIZE);
163 release_trash_list (&free_list, SAMPLE_SIZE);
  /frameworks/base/tests/CoreTests/android/core/
ZipFileTest.java 37 private static final int SAMPLE_SIZE = 128 * 1024;
62 byte[] sample = new byte[SAMPLE_SIZE];
69 for (i = 0; i < SAMPLE_SIZE / 256; i++) {
167 assertEquals(SAMPLE_SIZE, totalLen1);
176 assertEquals(SAMPLE_SIZE, totalLen2);
  /frameworks/base/core/java/android/view/
MotionEvent.java 200 static public final int SAMPLE_SIZE = 3;
403 data[SAMPLE_SIZE] = size;
463 data[SAMPLE_SIZE] = size;
507 data[SAMPLE_SIZE] = 1.0f;
529 history[i + SAMPLE_SIZE] *= scale; // TODO: square this?
727 return mDataSamples[SAMPLE_SIZE];
823 return mDataSamples[(pointerIndex*NUM_SAMPLE_DATA) + SAMPLE_SIZE];
    [all...]
  /frameworks/base/services/java/com/android/server/
InputDevice.java 517 mAveragedData[ioff + MotionEvent.SAMPLE_SIZE] =
518 rawData[ioff + MotionEvent.SAMPLE_SIZE];
    [all...]
KeyInputQueue.java 673 + MotionEvent.SAMPLE_SIZE] = ev.value;
692 di.curTouchVals[MotionEvent.SAMPLE_SIZE] = ev.value;
694 + MotionEvent.SAMPLE_SIZE] = ev.value;
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 47 #define SAMPLE_SIZE (16 / CHAR_BIT) /* 16-bits / sample */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 104 #define SAMPLE_SIZE 16
562 pG722Param->nBitsPerSample = SAMPLE_SIZE;
    [all...]

Completed in 4806 milliseconds