Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds