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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dtargaenc.c79 int bpp, picsize, datasize = -1; local
86 picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
87 if(buf_size < picsize + 45) {
124 datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dtargaenc.c79 int bpp, picsize, datasize = -1; local
86 picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
87 if(buf_size < picsize + 45) {
124 datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dtargaenc.c79 int bpp, picsize, datasize = -1; local
86 picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
87 if(buf_size < picsize + 45) {
124 datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);

Completed in 130 milliseconds