OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_soundPlay
(Results
1 - 2
of
2
) sorted by null
/development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp
105
m_soundPlay
= new SoundPlay;
106
m_soundPlay
->instance = inst;
107
m_soundPlay
->progress = 0;
108
m_soundPlay
->fileSize = 0;
109
m_soundPlay
->file = f;
110
m_soundPlay
->track = NULL;
114
m_soundPlay
->track = gSoundI.newTrack(44100, kPCM16Bit_ANPSampleFormat, 2, audioCallback,
m_soundPlay
);
115
if (!
m_soundPlay
->track) {
117
m_soundPlay
->file = NULL
[
all
...]
AudioPlugin.h
67
SoundPlay*
m_soundPlay
;
Completed in 273 milliseconds