Searched refs:VideoEditorPlayer (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp18 #define LOG_TAG "VideoEditorPlayer"
21 #include "VideoEditorPlayer.h"
31 VideoEditorPlayer::VideoEditorPlayer(NativeWindowRenderer* renderer) function in class:android::VideoEditorPlayer
34 ALOGV("VideoEditorPlayer");
38 VideoEditorPlayer::~VideoEditorPlayer() {
39 ALOGV("~VideoEditorPlayer");
48 status_t VideoEditorPlayer::initCheck() {
54 status_t VideoEditorPlayer
[all...]
H A DVideoEditorPlayer.h32 class VideoEditorPlayer : public MediaPlayerInterface { class in namespace:android
94 VideoEditorPlayer(NativeWindowRenderer* renderer);
95 virtual ~VideoEditorPlayer();
157 VideoEditorPlayer(const VideoEditorPlayer &);
158 VideoEditorPlayer &operator=(const VideoEditorPlayer &);
H A DVideoEditorPreviewController.h20 #include "VideoEditorPlayer.h"
84 sp<VideoEditorPlayer> mVePlayer[kTotalNumPlayerInstances];
124 sp<VideoEditorPlayer::VeAudioOutput> mVEAudioSink;
H A DAndroid.mk29 VideoEditorPlayer.cpp \
H A DVideoEditorPreviewController.cpp465 mVEAudioSink = new VideoEditorPlayer::VeAudioOutput();
482 mVePlayer[playerInst] = new VideoEditorPlayer(mNativeWindowRenderer);
484 ALOGE("startPreview:Error creating VideoEditorPlayer %d",playerInst);
691 sp<VideoEditorPlayer> temp = mVePlayer[playerInst];

Completed in 47 milliseconds