Home
last modified time | relevance | path

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

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