HomeSort by relevance Sort by last modified time
    Searched defs:VideoEditorPlayer (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 32 class VideoEditorPlayer : public MediaPlayerInterface {
92 VideoEditorPlayer(NativeWindowRenderer* renderer);
93 virtual ~VideoEditorPlayer();
155 VideoEditorPlayer(const VideoEditorPlayer &);
156 VideoEditorPlayer &operator=(const VideoEditorPlayer &);
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...]

Completed in 311 milliseconds