Home
last modified time | relevance | path

Searched defs:ViEVideoFrameI420 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_capture.h70 struct ViEVideoFrameI420 { struct
71 ViEVideoFrameI420() { in ViEVideoFrameI420() function
82 unsigned char* y_plane;
83 unsigned char* u_plane;
84 unsigned char* v_plane;
86 int y_pitch;
87 int u_pitch;
88 int v_pitch;
90 unsigned short width;
91 unsigned short height;