HomeSort by relevance Sort by last modified time
    Searched full:srate (Results 1 - 12 of 12) sorted by null

  /external/libvorbis/test/
write_read.h 20 void write_vorbis_data_or_die (const char *filename, int srate, float q,
26 void read_vorbis_data_or_die (const char *filename, int srate,
write_read.c 32 write_vorbis_data_or_die (const char *filename, int srate, float q, const float * data, int count, int ch)
54 ret = vorbis_encode_init_vbr (&vi,ch,srate,q);
133 read_vorbis_data_or_die (const char *filename, int srate, float * data, int count)
229 if (vi.rate != srate) {
230 printf ("\n\nError : File '%s' has sample rate of %ld when it should be %d.\n\n", filename, vi.rate, srate);
  /device/asus/fugu/libaudio/
HDMIAudioOutput.cpp 56 ALOGE("HDMI Sink does not support format = 0x%0X, srate = %d, #channels = 0%d",
alsa_utils.cpp 311 ALOGI("ALSAFORMATS: srate = %d", srMaskToSR(srs_single));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_plugin.h 159 snd_pcm_format_t sformat, unsigned int srate,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_plugin.h 159 snd_pcm_format_t sformat, unsigned int srate,
  /external/iproute2/tc/
tc_util.c 542 fprintf(fp, "\n%srate %s %llupps ",
549 fprintf(fp, "\n%srate %s %upps ",
  /external/libvorbis/lib/
vorbisenc.c 633 static const void *get_setup_template(long ch,long srate,
642 if(srate>=setup_list[i]->samplerate_min_restriction &&
643 srate<=setup_list[i]->samplerate_max_restriction){
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 1575 int32_t srate = -1; local
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
omx_aac_enc_test.c     [all...]
  /external/libopus/src/
opus_encoder.c 1500 opus_int16 srate = 16000; local
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 464 result.append(" Name Active Client Type Fmt Chn mask Session fCount S F SRate "
    [all...]

Completed in 471 milliseconds