Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/video/
H A Dimg_format.h119 struct mp_imgfmt_desc { struct
120 int id; // IMGFMT_*
121 int flags; // MP_IMGFLAG_* bitfield
122 int8_t num_planes;
123 int8_t chroma_xs, chroma_ys; // chroma shift (i.e. log2 of chroma pixel size)
124 int8_t align_x, align_y; // pixel count to get byte alignment and to get
127 int8_t bpp[MP_MAX_PLANES]; // bits per pixel (may be "average"; the real
152 struct mp_imgfmt_desc mp_imgfmt_get_desc(int imgfmt); argument