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

  /frameworks/base/core/java/android/speech/tts/
SynthesisMessageParams.java 38 final int mBytesPerFrame;
72 mBytesPerFrame = getBytesPerFrame(mAudioFormat) * mChannelCount;
135 final int unconsumedFrames = mUnconsumedBytes / mBytesPerFrame;
AudioPlaybackHandler.java 513 final int lengthInFrames = params.mBytesWritten / params.mBytesPerFrame;
527 final int lengthInFrames = params.mBytesWritten / params.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 191 milliseconds