Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: content/common/gpu/media/tegra_v4l2_video_device.h

Issue 813693006: Add accelerated video decoder interface, VP8 and H.264 implementations and hook up to V4L2SVDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/media/h264_dpb.cc ('k') | content/common/gpu/media/v4l2_image_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/tegra_v4l2_video_device.h
diff --git a/content/common/gpu/media/tegra_v4l2_video_device.h b/content/common/gpu/media/tegra_v4l2_video_device.h
index e9516faaf6c18784f6ffd15a824356de22bbe81c..6c4b4f0c10466aef82b2e044404be59649957104 100644
--- a/content/common/gpu/media/tegra_v4l2_video_device.h
+++ b/content/common/gpu/media/tegra_v4l2_video_device.h
@@ -19,7 +19,6 @@ namespace content {
class TegraV4L2Device : public V4L2Device {
public:
explicit TegraV4L2Device(Type type);
- virtual ~TegraV4L2Device();
int Ioctl(int flags, void* arg) override;
bool Poll(bool poll_device, bool* event_pending) override;
@@ -46,6 +45,7 @@ class TegraV4L2Device : public V4L2Device {
uint32 PreferredInputFormat() override;
private:
+ ~TegraV4L2Device() override;
const Type type_;
// The actual device fd.
« no previous file with comments | « content/common/gpu/media/h264_dpb.cc ('k') | content/common/gpu/media/v4l2_image_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698