LeviLamina
Loading...
Searching...
No Matches
BiplanarYuv8Buffer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/BiplanarYuvBuffer.h"
7
8namespace webrtc {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 14
15 virtual uchar const* DataY() const = 0;
16
17 // vIndex: 15
18 virtual uchar const* DataUV() const = 0;
19
20 // vIndex: 2
21 virtual ~BiplanarYuv8Buffer() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35};
36
37} // namespace webrtc
Definition BiplanarYuv8Buffer.h:10
Definition BiplanarYuvBuffer.h:10