OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_audiooutput
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp
93
,
m_audioOutput
(new AudioOutput())
101
createPath(m_mediaObject,
m_audioOutput
);
141
delete
m_audioOutput
;
142
m_audioOutput
= 0;
240
m_audioOutput
->setVolume(m_player->volume());
342
m_audioOutput
->setVolume(volume);
348
m_audioOutput
->setMuted(muted);
MediaPlayerPrivatePhonon.h
147
Phonon::AudioOutput*
m_audioOutput
;
Completed in 340 milliseconds