Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h46 struct PlaneInfo { struct
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
88 struct __attribute__ ((__packed__)) PlaneInfo { struct
101 static_assert(sizeof(MediaImage2::PlaneInfo) == 20, "wrong struct size"); argument