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

  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 54 private final int mBytesPerFrame;
87 mBytesPerFrame = getBytesPerFrame(mAudioFormat) * mChannelCount;
167 final int unconsumedFrames = numBytes / mBytesPerFrame;
248 final int lengthInFrames = mBytesWritten / mBytesPerFrame;
261 final int lengthInFrames = mBytesWritten / mBytesPerFrame;
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.c 219 requestedDesc.mBytesPerFrame = requestedDesc.mBitsPerChannel * requestedDesc.mChannelsPerFrame / 8;
220 requestedDesc.mBytesPerPacket = requestedDesc.mBytesPerFrame * requestedDesc.mFramesPerPacket;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.c 54 printf (" Bytes per Frame:%ld\n", inDesc->mBytesPerFrame);
298 afp->mFileDescription.mBytesPerFrame = 4;
336 int bytesPerSecond = (UInt32) (4 * afp->mFileDescription.mSampleRate * afp->mFileDescription.mBytesPerFrame);
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.cpp 123 streamFormat.mBytesPerFrame = sizeof(AudioSampleType);
AudioFileReaderMac.cpp 172 m_clientDataFormat.mBytesPerFrame = sizeof(AudioSampleType);
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 503 streamFormat.mBytesPerFrame = 2;
    [all...]

Completed in 218 milliseconds