Home
last modified time | relevance | path

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

/external/libxcam/xcore/base/
Dxcam_buffer.h78 struct _XCamVideoBufferInfo { struct
79 uint32_t format; // v4l2 fourcc
80 uint32_t color_bits;
81 uint32_t width;
82 uint32_t height;
83 uint32_t aligned_width;
84 uint32_t aligned_height;
85 uint32_t size;
86 uint32_t components;
87 uint32_t strides [XCAM_VIDEO_MAX_COMPONENTS];
[all …]