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

Unified Diff: media/renderers/gpu_video_accelerator_factories.h

Issue 2398463003: 16 bit capture and GPU&CPU memory buffer support.
Patch Set: fixes. Created 4 years, 2 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
Index: media/renderers/gpu_video_accelerator_factories.h
diff --git a/media/renderers/gpu_video_accelerator_factories.h b/media/renderers/gpu_video_accelerator_factories.h
index f725b7332d530e2bdf5d30ce9ce16b8b87c6cca7..06f6fd90ac915aa266287d2176cc0f642c683c99 100644
--- a/media/renderers/gpu_video_accelerator_factories.h
+++ b/media/renderers/gpu_video_accelerator_factories.h
@@ -93,7 +93,7 @@ class MEDIA_EXPORT GpuVideoAcceleratorFactories {
virtual unsigned ImageTextureTarget(gfx::BufferFormat format) = 0;
// Pixel format of the hardware video frames created when GpuMemoryBuffers
// video frames are enabled.
- virtual VideoPixelFormat VideoFrameOutputFormat() = 0;
+ virtual VideoPixelFormat VideoFrameOutputFormat(media::VideoPixelFormat) = 0;
virtual std::unique_ptr<ScopedGLContextLock> GetGLContextLock() = 0;
« no previous file with comments | « media/capture/video/win/video_capture_device_win.cc ('k') | media/renderers/mock_gpu_video_accelerator_factories.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698