OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:audiooutput
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h
36
class
AudioOutput
;
147
Phonon::
AudioOutput
* m_audioOutput;
MediaPlayerPrivatePhonon.cpp
43
#include <phonon/
audiooutput
.h>
93
, m_audioOutput(new
AudioOutput
())
140
LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting
audiooutput
");
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
73
class
AudioOutput
: public MediaPlayerBase::AudioSink
78
AudioOutput
(int sessionId);
79
virtual ~
AudioOutput
();
114
void setNextOutput(const sp<
AudioOutput
>& nextOutput);
125
sp<
AudioOutput
> mNextOutput;
148
CallbackData(
AudioOutput
*cookie) {
152
AudioOutput
* getOutput() { return mData;}
153
void setOutput(
AudioOutput
* newcookie) { mData = newcookie; }
167
AudioOutput
* mData;
173
}; //
AudioOutput
[
all
...]
MediaPlayerService.cpp
199
/* static */ int MediaPlayerService::
AudioOutput
::mMinBufferCount = 4;
200
/* static */ bool MediaPlayerService::
AudioOutput
::mIsOnEmulator = false;
334
status_t MediaPlayerService::
AudioOutput
::dump(int fd, const Vector<String16>& args) const
340
result.append("
AudioOutput
\n");
591
mAudioOutput = new
AudioOutput
(mAudioSessionId);
[
all
...]
/external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.cpp
165
AudioDestinationMac*
audioOutput
= static_cast<AudioDestinationMac*>(userData);
166
return
audioOutput
->render(numberOfFrames, ioData);
/external/qemu/audio/
coreaudio.c
491
/* callback to feed
audiooutput
buffer */
629
/* callback to feed
audiooutput
buffer */
/frameworks/base/docs/html/tools/devices/
managing-avds.jd
201
<td>hw.
audioOutput
</td>
managing-avds-cmdline.jd
310
<td>hw.
audioOutput
</td>
/external/qemu/android/avd/
hardware-properties.ini
147
name = hw.
audioOutput
Completed in 302 milliseconds