Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsunrast.c35 unsigned int w, h, depth, type, maptype, maplength, stride, x, y, len, alen; in sunrast_decode_frame() local
52 maptype = AV_RB32(buf + 24); in sunrast_decode_frame()
64 if (maptype == RMT_RAW) { in sunrast_decode_frame()
68 if (maptype > RMT_RAW) { in sunrast_decode_frame()
Dsunrastenc.c36 int maptype; ///< type of colormap member
51 bytestream2_put_be32u(&s->p, s->maptype); in sunrast_image_write_header()
162 s->maptype = RMT_NONE; in sunrast_encode_init()
170 s->maptype = RMT_EQUAL_RGB; in sunrast_encode_init()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs357 pub maptype: ::vm_maptype_t,