Home
last modified time | relevance | path

Searched refs:RT_BYTE_ENCODED (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsunrast.h38 #define RT_BYTE_ENCODED 2 macro
Dsunrastenc.c87 if (s->type == RT_BYTE_ENCODED) { in sunrast_image_write_image()
188 if (s->type == RT_BYTE_ENCODED) in sunrast_encode_frame()
Dsunrast.c158 if (type == RT_BYTE_ENCODED) { in sunrast_decode_frame()
/third_party/cups-filters/cupsfilters/
Dimage-sun.c30 #define RT_BYTE_ENCODED 2 /* Run-length compression of bytes */ macro
192 if (ras_type != RT_BYTE_ENCODED) in _cupsImageReadSunRaster()