Merge "integrate videoeditor preview player." into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
307003a844
@@ -65,6 +65,7 @@ public:
|
||||
bool reachedEOS(status_t *finalStatus);
|
||||
|
||||
private:
|
||||
friend class VideoEditorAudioPlayer;
|
||||
sp<MediaSource> mSource;
|
||||
AudioTrack *mAudioTrack;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -100,6 +100,7 @@ struct AwesomePlayer {
|
||||
|
||||
private:
|
||||
friend struct AwesomeEvent;
|
||||
friend struct PreviewPlayer;
|
||||
|
||||
enum {
|
||||
PLAYING = 1,
|
||||
|
||||
Reference in New Issue
Block a user