Home
last modified time | relevance | path

Searched refs:targa_encode_rle (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtargaenc.c50 static int targa_encode_rle(uint8_t *outbuf, int out_size, const AVFrame *pic, in targa_encode_rle() function
164 datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height); in targa_encode_frame()