OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VeAudioOutput
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h
34
class
VeAudioOutput
: public MediaPlayerBase::AudioSink
37
VeAudioOutput
();
38
virtual ~
VeAudioOutput
();
156
sp<
VeAudioOutput
> mVeAudioSink;
VideoEditorPlayer.cpp
307
int VideoEditorPlayer::
VeAudioOutput
::mMinBufferCount = 4;
308
bool VideoEditorPlayer::
VeAudioOutput
::mIsOnEmulator = false;
310
VideoEditorPlayer::
VeAudioOutput
::
VeAudioOutput
()
322
VideoEditorPlayer::
VeAudioOutput
::~
VeAudioOutput
() {
326
void VideoEditorPlayer::
VeAudioOutput
::setMinBufferCount() {
332
bool VideoEditorPlayer::
VeAudioOutput
::isOnEmulator() {
338
int VideoEditorPlayer::
VeAudioOutput
::getMinBufferCount() {
344
ssize_t VideoEditorPlayer::
VeAudioOutput
::bufferSize() const
[
all
...]
Completed in 69 milliseconds