Searched refs:pixformat (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | xwddec.c | 39 uint32_t pixformat, pixdepth, bunit, bitorder, bpad; in xwd_decode_frame() local 62 pixformat = bytestream2_get_be32u(&gb); in xwd_decode_frame() 86 pixformat, pixdepth, bunit, bitorder, bpad); in xwd_decode_frame() 94 if (pixformat > XWD_Z_PIXMAP) { in xwd_decode_frame() 153 if (pixformat != XWD_Z_PIXMAP) { in xwd_decode_frame() 154 avpriv_report_missing_feature(avctx, "Pixmap format %"PRIu32, pixformat); in xwd_decode_frame()
|