integrate videoeditor preview player.

Change-Id: I83084f494605c8e6f4d198afa8c36f9e29579667
This commit is contained in:
Dharmaray Kundargi 2011-01-16 16:43:20 -08:00
parent 52c442d37a
commit b6783164e8
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,9 @@ private:
friend class MediaPlayer;
// for testing
friend class Test;
// videoEditor preview classes
friend class VideoEditorPreviewController;
const sp<ISurface>& getISurface() const { return mSurface; }
@ -181,6 +184,9 @@ private:
friend class SoftwareRenderer;
// this is just to be able to write some unit tests
friend class Test;
// videoEditor preview classes
friend class VideoEditorPreviewController;
friend class PreviewRenderer;
private:
friend class SurfaceComposerClient;