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

  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c 58 MS_ADPCM_state.wavefmt.blockalign = SDL_SwapLE16(format->blockalign);
130 *audio_len = (encoded_len/MS_ADPCM_state.wavefmt.blockalign) *
144 while ( encoded_len >= MS_ADPCM_state.wavefmt.blockalign ) {
210 encoded_len -= MS_ADPCM_state.wavefmt.blockalign;
237 IMA_ADPCM_state.wavefmt.blockalign = SDL_SwapLE16(format->blockalign);
347 *audio_len = (encoded_len/IMA_ADPCM_state.wavefmt.blockalign) *
358 while ( encoded_len >= IMA_ADPCM_state.wavefmt.blockalign ) {
390 encoded_len -= IMA_ADPCM_state.wavefmt.blockalign;
    [all...]
SDL_wave.h 52 Uint16 blockalign; /* Bytes per sample block */ member in struct:WaveFMT
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 194 short blockAlign = readShort(in);
199 if (blockAlign != mNumChannels * mBitsPerSample / 8) {
200 throw new IOException("fmt.BlockAlign field inconsistent");
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 195 short blockAlign = (short) (sampleSizeInBytes * channelCount);
211 header.putShort(blockAlign);
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 203 #define BLOCKALIGN 512
204 char sector[BLOCKALIGN];
217 fragment = size % BLOCKALIGN;
225 actual = read(data->dev, sector, BLOCKALIGN);
226 if (actual != BLOCKALIGN)
  /external/clang/lib/CodeGen/
CGBlocks.h 182 CharUnits BlockAlign;
CGBlocks.cpp 262 info.BlockAlign = ptrAlign;
407 info.BlockAlign = std::max(maxFieldAlign, info.BlockAlign);
514 blockAddr->setAlignment(blockInfo.BlockAlign.getQuantity());
863 literal->setAlignment(blockInfo.BlockAlign.getQuantity());
    [all...]
CGDebugInfo.cpp     [all...]
  /external/svox/pico/lib/
picoos.c     [all...]
  /external/srec/srec/EventLog/src/
riff.c 727 swapShort(&wf->nBlockAlign); /* usually == blockAlign / nChannels */
769 /* assuming nchannels = 1, usually bytes_per_sample==blockAlign / nchannels (not aurora!) */

Completed in 924 milliseconds