Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h200 struct VideoFormatInfo { struct
201 bool valid; // indicates whether format info is valid. MimeType is always valid.
202 char *mimeType;
203 uint32_t width;
204 uint32_t height;
205 uint32_t surfaceWidth;
206 uint32_t surfaceHeight;
207 uint32_t surfaceNumber;
208 VASurfaceID *ctxSurfaces;
209 int32_t aspectX;
[all …]