Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtargaenc.c110 int pal_bpp = 24; /* Only write 32bit palette if there is transparency information */ in targa_encode_frame() local
113 pal_bpp = 32; in targa_encode_frame()
119 pkt->data[7] = pal_bpp; /* palette contains pal_bpp bit entries */ in targa_encode_frame()
122 if (pal_bpp == 32) { in targa_encode_frame()
127 out += 32 * pal_bpp; /* skip past the palette we just output */ in targa_encode_frame()

Completed in 1 milliseconds