Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dserdec.c50 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 Dpgssubdec.c335 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 Dass_split.h146 void (*color)(void *priv, unsigned int /* color */, unsigned int color_id);
H A Dsrtenc.c163 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 Dmovtextenc.c434 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 Dvf_paletteuse.c254 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 Dstylo.hpp[all...]

Completed in 30 milliseconds