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

Unified Diff: content/renderer/media/webrtc/video_destination_handler.h

Issue 675513002: PepperVideoSourceHost: Change endianness of color format of frames sent to the plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | content/renderer/media/webrtc/video_destination_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc/video_destination_handler.h
diff --git a/content/renderer/media/webrtc/video_destination_handler.h b/content/renderer/media/webrtc/video_destination_handler.h
index 8a67051f34e46f829c84014c0820a94b1eb22b30..2855e6feb82729952cfece72109b5f88d1472f3b 100644
--- a/content/renderer/media/webrtc/video_destination_handler.h
+++ b/content/renderer/media/webrtc/video_destination_handler.h
@@ -60,18 +60,10 @@ class CONTENT_EXPORT PpFrameWriter
void StopSourceImpl() override;
private:
- // Endian in memory order, e.g. AXXX stands for uint8 pixel[4] = {A, x, x, x};
- enum PixelEndian {
- UNKNOWN,
- AXXX,
- XXXA,
- };
-
media::VideoFramePool frame_pool_;
class FrameWriterDelegate;
scoped_refptr<FrameWriterDelegate> delegate_;
- PixelEndian endian_;
DISALLOW_COPY_AND_ASSIGN(PpFrameWriter);
};
« no previous file with comments | « no previous file | content/renderer/media/webrtc/video_destination_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698