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

  /frameworks/av/media/libmedia/
SoundPool.cpp 551 AudioTrack* newTrack;
610 newTrack = new AudioTrack(streamType, sampleRate, sample->format(),
613 newTrack = new AudioTrack(streamType, sampleRate, sample->format(),
618 status = newTrack->initCheck();
623 ALOGV("setVolume %p", newTrack);
624 newTrack->setVolume(leftVolume, rightVolume);
625 newTrack->setLoop(0, frameCount, loop);
629 mAudioTrack = newTrack;
642 mAudioBufferSize = newTrack->frameCount()*newTrack->frameSize()
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
ANPSoundInterface.cpp 149 si->newTrack = ANPCreateTrack;
android_npapi.h 748 // RO - repeat what was specified in newTrack()
750 // RO - repeat what was specified in newTrack()
786 The "user" parameter is the same value that was passed to newTrack()
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 114 m_soundPlay->track = gSoundI.newTrack(44100, kPCM16Bit_ANPSampleFormat, 2, audioCallback, m_soundPlay);

Completed in 75 milliseconds