diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 12:49:26 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 12:49:26 +0000 |
commit | e65efc1a7a29d16b3baa0839ecc88c26663d88af (patch) | |
tree | 2075dbaf6e60fc1f2eaf4c35459b9366e104fdb9 /media/video/omx_video_decode_engine.h | |
parent | 9b98f084607bc1e9185be7f29b52f1e4c0fa498d (diff) | |
download | chromium_src-e65efc1a7a29d16b3baa0839ecc88c26663d88af.zip chromium_src-e65efc1a7a29d16b3baa0839ecc88c26663d88af.tar.gz chromium_src-e65efc1a7a29d16b3baa0839ecc88c26663d88af.tar.bz2 |
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
Defines UploadToVideoFrame in VideoDecodeContext.
FakeGlVideoDecodeEngine now uses FakeGlVideoDecodeContext to video frame
allocation and uploading.
BUG=53714
TEST=Tree is green
Review URL: http://codereview.chromium.org/3312022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/video/omx_video_decode_engine.h')
-rw-r--r-- | media/video/omx_video_decode_engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/video/omx_video_decode_engine.h b/media/video/omx_video_decode_engine.h index 8347eed..c5b3882 100644 --- a/media/video/omx_video_decode_engine.h +++ b/media/video/omx_video_decode_engine.h @@ -28,6 +28,7 @@ class OmxVideoDecodeEngine : public VideoDecodeEngine { // Implementation of the VideoDecodeEngine Interface. virtual void Initialize(MessageLoop* message_loop, VideoDecodeEngine::EventHandler* event_handler, + VideoDecodeContext* context, const VideoCodecConfig& config); virtual void ConsumeVideoSample(scoped_refptr<Buffer> buffer); virtual void ProduceVideoFrame(scoped_refptr<VideoFrame> frame); |