HomeSort by relevance Sort by last modified time
    Searched full:sample_size (Results 1 - 14 of 14) 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);
  /external/srec/srec/EventLog/src/
EventLog.c 116 ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size)
123 return self->audioOpen(self, audio_type, sample_rate, sample_size);
EventLogImpl.c 641 ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size)
665 impl->waveform_bytes_per_sample = sample_size;
  /frameworks/base/media/libstagefright/include/
SampleTable.h 117 status_t getSampleSize_l(uint32_t sample_index, size_t *sample_size);
  /external/srec/srec/EventLog/include/
SR_EventLog.h 213 * @param sample_size Size of sampling in bytes.
215 ESR_ReturnCode(*audioOpen)(struct SR_EventLog_t* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
335 * @param sample_size Size of sampling in bytes.
337 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
SR_EventLogImpl.h 92 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
  /frameworks/base/media/libstagefright/
SampleTable.cpp 298 size_t sample_size; local
299 status_t err = getSampleSize_l(i, &sample_size);
305 if (sample_size > *max_size) {
306 *max_size = sample_size;
MPEG4Extractor.cpp 745 uint16_t sample_size = U16_AT(&buffer[18]); local
762 chunk, num_channels, sample_size, sample_rate);
    [all...]
  /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 1705 milliseconds