Searched refs:bpad (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | xwdenc.c | 38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local 70 bpad = 32; in xwd_encode_frame() 78 bpad = 32; in xwd_encode_frame() 99 bpad = 16; in xwd_encode_frame() 117 bpad = 16; in xwd_encode_frame() 126 bpad = 8; in xwd_encode_frame() 131 bpad = 8; in xwd_encode_frame() 138 bpad = 8; in xwd_encode_frame() 146 lsize = FFALIGN(bpp * avctx->width, bpad) / 8; in xwd_encode_frame() 167 bytestream_put_be32(&buf, bpad); // bitma in xwd_encode_frame() [all...] |
H A D | xwddec.c | 39 uint32_t pixformat, pixdepth, bunit, bitorder, bpad; in xwd_decode_frame() local 70 bpad = bytestream2_get_be32u(&gb); in xwd_decode_frame() 85 "pixformat %"PRIu32", pixdepth %"PRIu32", bunit %"PRIu32", bitorder %"PRIu32", bpad %"PRIu32"\n", in xwd_decode_frame() 86 pixformat, pixdepth, bunit, bitorder, bpad); in xwd_decode_frame() 124 if (bpad != 8 && bpad != 16 && bpad != 32) { in xwd_decode_frame() 142 rsize = FFALIGN(avctx->width * bpp, bpad) / 8; in xwd_decode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | img2dec.c | 1096 unsigned width, bpp, bpad, lsize; in xwd_probe() local 1114 bpad = AV_RB32(b + 40); in xwd_probe() 1117 if (lsize < FFALIGN(width * bpp, bpad) >> 3) in xwd_probe()
|
Completed in 3 milliseconds