diff options
author | Mathias Agopian <mathias@google.com> | 2011-04-05 15:38:24 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-04-05 15:38:24 -0700 |
commit | 6e2242974c109e85bac50550970fe84009c76f77 (patch) | |
tree | 6785164ec54332056e3bc1122c46505000186681 /libvideoeditor/lvpp/PreviewPlayer.h | |
parent | d9789f20d5a5c4117f79c8fd46fc57ca5c125775 (diff) | |
download | frameworks_av-6e2242974c109e85bac50550970fe84009c76f77.zip frameworks_av-6e2242974c109e85bac50550970fe84009c76f77.tar.gz frameworks_av-6e2242974c109e85bac50550970fe84009c76f77.tar.bz2 |
remove unused references to ISurface
Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d
Diffstat (limited to 'libvideoeditor/lvpp/PreviewPlayer.h')
-rwxr-xr-x | libvideoeditor/lvpp/PreviewPlayer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libvideoeditor/lvpp/PreviewPlayer.h b/libvideoeditor/lvpp/PreviewPlayer.h index b3a32bc..ad34d6c 100755 --- a/libvideoeditor/lvpp/PreviewPlayer.h +++ b/libvideoeditor/lvpp/PreviewPlayer.h @@ -60,8 +60,6 @@ struct PreviewPlayer : public AwesomePlayer { status_t play(); - void setISurface(const sp<ISurface> &isurface); - status_t seekTo(int64_t timeUs); status_t getVideoDimensions(int32_t *width, int32_t *height) const; @@ -114,8 +112,6 @@ private: AUTO_LOOPING = 1024, }; - sp<ISurface> mISurface; - void cancelPlayerEvents(bool keepBufferingGoing = false); status_t setDataSource_l(const sp<MediaExtractor> &extractor); status_t setDataSource_l( |