HomeSort by relevance Sort by last modified time
    Searched defs:I420Buffer (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 28 I420Buffer::I420Buffer(int width, int height)
29 : I420Buffer(width, height, width, (width + 1) / 2, (width + 1) / 2) {
32 I420Buffer::I420Buffer(int width,
52 I420Buffer::~I420Buffer() {
55 int I420Buffer::width() const {
59 int I420Buffer::height() const {
63 const uint8_t* I420Buffer::data(PlaneType type) const
    [all...]
  /external/webrtc/webrtc/common_video/include/
video_frame_buffer.h 65 class I420Buffer : public VideoFrameBuffer {
67 I420Buffer(int width, int height);
68 I420Buffer(int width, int height, int stride_y, int stride_u, int stride_v);
81 ~I420Buffer() override;

Completed in 108 milliseconds