Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcdtoons.c164 uint16_t palette_id; in cdtoons_decode_frame() local
189 palette_id = bytestream_get_be16(&buf); in cdtoons_decode_frame()
354 if (palette_id && (palette_id != c->last_pal_id)) { in cdtoons_decode_frame()
355 if (palette_id >= CDTOONS_MAX_SPRITES) { in cdtoons_decode_frame()
357 "Palette ID %d is too high.\n", palette_id); in cdtoons_decode_frame()
360 if (!c->sprites[palette_id].active) { in cdtoons_decode_frame()
363 "Palette ID %d is missing.\n", palette_id); in cdtoons_decode_frame()
366 if (c->sprites[palette_id].size != 256 * 2 * 3) { in cdtoons_decode_frame()
369 palette_id, c->sprites[palette_id].size); in cdtoons_decode_frame()
372 c->last_pal_id = palette_id; in cdtoons_decode_frame()
[all …]
Dpgssubdec.c63 int palette_id; member
431 ctx->presentation.palette_id = bytestream_get_byte(&buf); in parse_presentation_segment()
525 palette = find_palette(ctx->presentation.palette_id, &ctx->palettes); in display_end_segment()
529 ctx->presentation.palette_id); in display_end_segment()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.c372 guint8 n_objects, palette_id; in parse_presentation_segment() local
397 palette_id = payload[1]; in parse_presentation_segment()
402 ps->palette_id = palette_id; in parse_presentation_segment()
408 ps->composition_no, ps->composition_state, ps->flags, ps->palette_id, in parse_presentation_segment()
469 guint8 palette_id G_GNUC_UNUSED; in parse_set_palette()
475 palette_id = payload[0]; in parse_set_palette()
482 palette_id, palette_version, n_entries); in parse_set_palette()
Dgstspu-pgs.h59 guint8 palette_id; member
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c60 uint8_t palette_id; member
245 return node[res.node_pos].palette_id; in colormap_nearest_recursive()
322 return root[best_node_id].palette_id; in colormap_nearest_iterative()
512 depth*INDENT, ' ', node->palette_id, in disp_node()
521 map[parent_id].palette_id, node->palette_id); in disp_node()
696 node->palette_id = pal_id; in colormap_insert()