summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.h
diff options
context:
space:
mode:
authorRajneesh Chowdury <rajneeshc@google.com>2011-02-21 15:43:33 -0800
committerRajneesh Chowdury <rajneeshc@google.com>2011-02-22 13:42:26 -0800
commit1c97d9ab52a288d24ea54499de435277cc1a3d68 (patch)
treed15a87a64ff1cf292d4d0704f483cb1c61ede0c7 /libvideoeditor/lvpp/VideoEditorPreviewController.h
parent7e006bd24cccffb9c9fd48fd3b2709b6639bc5f1 (diff)
downloadframeworks_av-1c97d9ab52a288d24ea54499de435277cc1a3d68.zip
frameworks_av-1c97d9ab52a288d24ea54499de435277cc1a3d68.tar.gz
frameworks_av-1c97d9ab52a288d24ea54499de435277cc1a3d68.tar.bz2
Fix for 3369917 Audio skips at clip edit points
Change-Id: Iba66585cc2e679475d8db529d6113586b58e626e
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPreviewController.h')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPreviewController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h
index 216b077..e9e4e84 100755
--- a/libvideoeditor/lvpp/VideoEditorPreviewController.h
+++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -20,6 +20,7 @@
#include <utils/Log.h>
#include "VideoEditorPlayer.h"
+#include "VideoEditorAudioPlayer.h"
#include "M4OSA_Semaphore.h"
#include "M4OSA_Thread.h"
#include "M4OSA_Clock.h"
@@ -131,6 +132,9 @@ private:
M4OSA_Context mSemThreadWait;
bool mIsFiftiesEffectStarted;
+ sp<VideoEditorPlayer::VeAudioOutput> mVEAudioSink;
+ VideoEditorAudioPlayer *mVEAudioPlayer;
+
M4VIFI_UInt8* mFrameRGBBuffer;
M4VIFI_UInt8* mFrameYUVBuffer;
static M4OSA_ERR preparePlayer(void* param, int playerInstance, int index);