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

  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 28 #define SAMPLING_RATE 8000
40 #define N_SAMPLES_TO_RECORD (SAMPLING_RATE * N_SECONDS_TO_RECORD * N_CHANNELS_PER_TUPLE)
56 printf("For debugging, this is configured to sleep for %u milliseconds before AudioSetInputFormat(%u)\n\n", delay_ms, SAMPLING_RATE);
59 rc = AudioSetInputFormat(SAMPLING_RATE, N_CHANNELS_PER_TUPLE);
81 rc = AudioSetInputFormat(SAMPLING_RATE, N_CHANNELS_PER_TUPLE);
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 30 #define SAMPLING_RATE 11025
40 #define N_SAMPLES_TO_RECORD (N_SECONDS_TO_RECORD * SAMPLING_RATE * N_CHANNELS_PER_TUPLE)
57 printf("\nAudioTestRecord: capturing %u seconds of audio at %u Hz\n\n", N_SECONDS_TO_RECORD, SAMPLING_RATE);
62 lhsErr = lhs_audioinOpen(WAVE_MAPPER, SAMPLING_RATE, &hAudioIn);
  /external/srec/audio/test/AudioHardwareRecord/src/
AudioHardwareRecord.c 26 #define SAMPLING_RATE 44100
37 #define N_SAMPLES_TO_RECORD (SAMPLING_RATE * N_SECONDS_TO_RECORD * N_CHANNELS_PER_TUPLE)
52 rc = AudioSetInputFormat(SAMPLING_RATE, N_CHANNELS_PER_TUPLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
WaveformImage.java 34 private static final int SAMPLING_RATE = 8000;
54 final int delay = (SAMPLING_RATE * 100 / 1000);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 103 #define SAMPLING_RATE 16000
577 pG722Param->nSampleRate = SAMPLING_RATE;
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.h 782 {"sampling_rate", PVMI_KVPTYPE_VALUE, PVMI_KVPVALTYPE_UINT32},
796 SAMPLING_RATE = 0, // audio
    [all...]
pvmf_omx_enc_node.cpp     [all...]

Completed in 265 milliseconds