Searched refs:pixformat (Results 1 – 2 of 2) 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()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 141462 …configure.ac: Bump libtheora requirement to 1.0alpha5 for the pixformat check (also has a .pc file… 141465 Bump libtheora requirement to 1.0alpha5 for the pixformat check
|