Searched refs:picsize (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtargaenc.c79 int bpp, picsize, datasize; local
86 picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
87 if(buf_size < picsize + 45) {
123 datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);

Completed in 32 milliseconds