Searched refs:color_id (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | serdec.c | 50 int depth, color_id, endian; in ser_read_header() local 60 color_id = avio_rl32(s->pb); in ser_read_header() 70 switch (color_id) { in ser_read_header()
|
/third_party/ffmpeg/libavcodec/ |
H A D | pgssubdec.c | 335 int color_id; in parse_palette_segment() local 355 color_id = bytestream_get_byte(&buf); in parse_palette_segment() 370 ff_dlog(avctx, "Color %d := (%d,%d,%d,%d)\n", color_id, r, g, b, alpha); in parse_palette_segment() 373 palette->clut[color_id] = RGBA(r,g,b,alpha); in parse_palette_segment()
|
H A D | ass_split.h | 146 void (*color)(void *priv, unsigned int /* color */, unsigned int color_id);
|
H A D | srtenc.c | 163 static void srt_color_cb(void *priv, unsigned int color, unsigned int color_id) in srt_color_cb() argument 165 if (color_id > 1) in srt_color_cb()
|
H A D | movtextenc.c | 434 static void mov_text_color_cb(void *priv, unsigned int color, unsigned int color_id) in mov_text_color_cb() argument 439 if (color_id == 1) { //primary color changes in mov_text_color_cb() 441 } else if (color_id == 2) { //secondary color changes in mov_text_color_cb() 458 // Movtext does not support changes to other color_id (outline, background) in mov_text_color_cb()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 254 int color_id; member 293 node->color_id = further_kd_id; in colormap_nearest_iterative() 323 cur_color_id = node->color_id; in colormap_nearest_iterative()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 36 milliseconds