OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoEditorPlayer
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp
18
#define LOG_TAG "
VideoEditorPlayer
"
21
#include "
VideoEditorPlayer
.h"
31
VideoEditorPlayer
::
VideoEditorPlayer
(NativeWindowRenderer* renderer)
34
ALOGV("
VideoEditorPlayer
");
38
VideoEditorPlayer
::~
VideoEditorPlayer
() {
39
ALOGV("~
VideoEditorPlayer
");
48
status_t
VideoEditorPlayer
::initCheck() {
54
status_t
VideoEditorPlayer
::setAudioPlayer(VideoEditorAudioPlayer *audioPlayer)
[
all
...]
VideoEditorPlayer.h
32
class
VideoEditorPlayer
: public MediaPlayerInterface {
95
VideoEditorPlayer
(NativeWindowRenderer* renderer);
96
virtual ~
VideoEditorPlayer
();
158
VideoEditorPlayer
(const
VideoEditorPlayer
&);
159
VideoEditorPlayer
&operator=(const
VideoEditorPlayer
&);
VideoEditorPreviewController.h
20
#include "
VideoEditorPlayer
.h"
84
sp<
VideoEditorPlayer
> mVePlayer[kTotalNumPlayerInstances];
124
sp<
VideoEditorPlayer
::VeAudioOutput> mVEAudioSink;
Android.mk
29
VideoEditorPlayer
.cpp \
VideoEditorPreviewController.cpp
465
mVEAudioSink = new
VideoEditorPlayer
::VeAudioOutput();
482
mVePlayer[playerInst] = new
VideoEditorPlayer
(mNativeWindowRenderer);
484
ALOGE("startPreview:Error creating
VideoEditorPlayer
%d",playerInst);
691
sp<
VideoEditorPlayer
> temp = mVePlayer[playerInst];
[
all
...]
Completed in 51 milliseconds