HomeSort by relevance Sort by last modified time
    Searched defs:bitsPerSample (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioData.java 49 protected int bitsPerSample;
78 return bitsPerSample;
98 * @param bitsPerSample Bits per sample, e.g 8 bits, 16 bits.
101 public void setupFormat(int channels, int bitsPerSample, int sampleRate){
106 this.bitsPerSample = bitsPerSample;
  /external/aac/libSYS/include/
wav_file.h 150 USHORT bitsPerSample;
202 * \param bitsPerSample Desired number of bits per audio sample of the resulting WAV file.
206 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
  /frameworks/wilhelm/tests/sandbox/
configbq.c 30 SLuint8 bitsPerSample;
101 format->milliHz / 1000, format->bitsPerSample);
111 format_pcm.bitsPerSample = format->bitsPerSample;
112 format_pcm.containerSize = format->bitsPerSample;
150 float seconds = (((i * 8) / (format->bitsPerSample * format->numChannels)) * 1000.0) /
155 if (8 == format->bitsPerSample) {
159 assert(16 == format->bitsPerSample);
169 if (8 == format->bitsPerSample) {
172 assert(16 == format->bitsPerSample);
    [all...]
playbq.c 50 SLuint32 bitsPerSample = 16;
101 if (bitsPerSample == 8) {
187 bitsPerSample = 8;
330 format_pcm.bitsPerSample = bitsPerSample;
331 format_pcm.containerSize = format_pcm.bitsPerSample;
443 if (bitsPerSample == 8) {
playbq.cpp 50 SLuint32 bitsPerSample = 16;
101 if (bitsPerSample == 8) {
187 bitsPerSample = 8;
330 format_pcm.bitsPerSample = bitsPerSample;
331 format_pcm.containerSize = format_pcm.bitsPerSample;
443 if (bitsPerSample == 8) {
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/
WAVLoader.java 85 int bitsPerSample = in.readShort();
87 int expectedBytesPerSec = (bitsPerSample * channels * sampleRate) / 8;
93 if (bitsPerSample != 8 && bitsPerSample != 16)
96 if ( (bitsPerSample / 8) * channels != bytesPerSample)
102 audioData.setupFormat(channels, bitsPerSample, sampleRate);
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.c 231 long bitsPerSample;
262 bitsPerSample = 8;
269 bitsPerSample = 8;
276 bitsPerSample = 16;
283 bitsPerSample = 16;
290 bitsPerSample = 16;
297 bitsPerSample = 16;
325 this->hidden->bytesPerSample = (bitsPerSample / 8) * spec->channels;
335 rc = UADSetBitsPerSample(this, bitsPerSample );
  /frameworks/av/services/audioflinger/
test-resample.cpp 44 bitsPerSample = bits;
59 uint16_t bitsPerSample; // bits per sample
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 204 short bitsPerSample = (short) (sampleSizeInBytes * 8);
220 header.putShort(bitsPerSample);
  /system/media/audio_utils/
tinysndfile.c 166 unsigned bitsPerSample = little2u(&fmt[14]);
167 if (bitsPerSample != 8 && bitsPerSample != 16 && bitsPerSample != 32) {
168 fprintf(stderr, "bitsPerSample %u != 8 or 16 or 32\n", bitsPerSample);
171 unsigned bytesPerFrame = (bitsPerSample >> 3) * channels;
175 switch (bitsPerSample) {
269 unsigned bitsPerSample;
272 bitsPerSample = 16
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 710 int bitsPerSample = 8; // TODO support 16 bit
770 bitsPerSample = m_strm.GetPos();
790 TIFF_TYPE_SHORT, channels, bitsPerSample );
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 223 EAS_U16 bitsPerSample;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 360 SLuint32 bitsPerSample;
    [all...]

Completed in 627 milliseconds

1 2 3