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/
BlockingAudioTrack.java 54 private final int mBytesPerFrame;
85 mBytesPerFrame = AudioFormat.getBytesPerSample(mAudioFormat) * mChannelCount;
185 final int unconsumedFrames = numBytes / mBytesPerFrame;
261 final int lengthInFrames = mBytesWritten / mBytesPerFrame;
274 final int lengthInFrames = mBytesWritten / mBytesPerFrame;
  /device/asus/fugu/libaudio/
AudioOutput.cpp 53 , mBytesPerFrame(0)
119 mBytesPerFrame = mBytesPerSample * mChannelCnt;
120 mBytesPerChunk = mBytesPerFrame * mFramesPerChunk;
404 // we use input frame size here (mBytesPerFrame is alsa device frame size)
AudioOutput.h 133 uint32_t mBytesPerFrame;
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 1159 "mBytesPerFrame = %u, mBitsPerChannel = %u",
1160 _outStreamFormat.mBytesPerFrame,
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm 270 LOG(LS_INFO) << " bytes per frame: " << absd.mBytesPerFrame;
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 503 streamFormat.mBytesPerFrame = 2;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 292 milliseconds