Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtarga.h37 TGA_BW = 3, // black & white or grayscale enumerator
Dtargaenc.c130 pkt->data[2] = TGA_BW; /* uncompressed grayscale image */ in targa_encode_frame()
Dtarga.c154 avctx->pix_fmt = ((compr & (~TGA_RLE)) == TGA_BW) ? AV_PIX_FMT_GRAY8 : AV_PIX_FMT_PAL8; in decode_frame()