Chromium Code Reviews

Side by Side Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoFrame.h

Issue 2722583002: Add Metal video view in AppRTCMobile and metal availability macro. (Closed)
Patch Set: Address comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1
magjed_webrtc 2017/02/28 17:28:15 nit: remove
daniela-webrtc 2017/03/01 13:40:22 Done.
1 /* 2 /*
2 * Copyright 2015 The WebRTC project authors. All Rights Reserved. 3 * Copyright 2015 The WebRTC project authors. All Rights Reserved.
3 * 4 *
4 * Use of this source code is governed by a BSD-style license 5 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 6 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 7 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 8 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 9 * be found in the AUTHORS file in the root of the source tree.
9 */ 10 */
10 11
(...skipping 62 matching lines...)
73 timeStampNs:(int64_t)timeStampNs; 74 timeStampNs:(int64_t)timeStampNs;
74 75
75 /** Return a frame that is guaranteed to be I420, i.e. it is possible to access 76 /** Return a frame that is guaranteed to be I420, i.e. it is possible to access
76 * the YUV data on it. 77 * the YUV data on it.
77 */ 78 */
78 - (RTCVideoFrame *)newI420VideoFrame; 79 - (RTCVideoFrame *)newI420VideoFrame;
79 80
80 @end 81 @end
81 82
82 NS_ASSUME_NONNULL_END 83 NS_ASSUME_NONNULL_END
OLDNEW

Powered by Google App Engine