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

/frameworks/media/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 LOGV("VideoEditorPlayer");
38 VideoEditorPlayer::~VideoEditorPlayer() {
39 LOGV("~VideoEditorPlayer");
48 status_t VideoEditorPlayer::initCheck() {
54 status_t VideoEditorPlayer
[all...]
H A DVideoEditorPlayer.h32 class VideoEditorPlayer : public MediaPlayerInterface { class in namespace:android
91 VideoEditorPlayer(NativeWindowRenderer* renderer);
92 virtual ~VideoEditorPlayer();
154 VideoEditorPlayer(const VideoEditorPlayer &);
155 VideoEditorPlayer &operator=(const VideoEditorPlayer &);
H A DVideoEditorPreviewController.h21 #include "VideoEditorPlayer.h"
93 sp<VideoEditorPlayer> mVePlayer[NBPLAYER_INSTANCES];
133 sp<VideoEditorPlayer::VeAudioOutput> mVEAudioSink;
H A DAndroid.mk29 VideoEditorPlayer.cpp \
H A DVideoEditorPreviewController.cpp458 mVEAudioSink = new VideoEditorPlayer::VeAudioOutput();
475 mVePlayer[playerInst] = new VideoEditorPlayer(mNativeWindowRenderer);
477 LOGE("startPreview:Error creating VideoEditorPlayer %d",playerInst);
684 sp<VideoEditorPlayer> temp = mVePlayer[playerInst];

Completed in 60 milliseconds