Searched refs:TGA_BW (Results 1 – 3 of 3) sorted by relevance
37 TGA_BW = 3, // black & white or grayscale enumerator
130 pkt->data[2] = TGA_BW; /* uncompressed grayscale image */ in targa_encode_frame()
154 avctx->pix_fmt = ((compr & (~TGA_RLE)) == TGA_BW) ? AV_PIX_FMT_GRAY8 : AV_PIX_FMT_PAL8; in decode_frame()