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

Unified Diff: content/renderer/media/rtc_video_decoder.h

Issue 1822983002: Support external buffer import in VDA interface and add a V4L2SVDA impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: content/renderer/media/rtc_video_decoder.h
diff --git a/content/renderer/media/rtc_video_decoder.h b/content/renderer/media/rtc_video_decoder.h
index 20c6a3364b40d615b35ddd10e380e6981690c0f4..68d1c4baa760a3b4280a0d833fb1dc12c7e87c19 100644
--- a/content/renderer/media/rtc_video_decoder.h
+++ b/content/renderer/media/rtc_video_decoder.h
@@ -147,7 +147,8 @@ class CONTENT_EXPORT RTCVideoDecoder
const media::Picture& picture,
const media::PictureBuffer& pb,
uint32_t timestamp,
- const gfx::Rect& visible_rect);
+ const gfx::Rect& visible_rect,
+ media::VideoPixelFormat pixel_format);
// Resets VDA.
void ResetInternal();
« no previous file with comments | « content/public/gpu/gpu_video_decode_accelerator_factory.cc ('k') | content/renderer/media/rtc_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698