Searched defs:VideoEditorPlayer (Results 1 - 2 of 2) sorted by relevance

/frameworks/media/libvideoeditor/lvpp/
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 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...]

Completed in 24 milliseconds