Home
last modified time | relevance | path

Searched refs:color_id (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
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/
Dpgssubdec.c334 int color_id; in parse_palette_segment() local
354 color_id = bytestream_get_byte(&buf); in parse_palette_segment()
369 ff_dlog(avctx, "Color %d := (%d,%d,%d,%d)\n", color_id, r, g, b, alpha); in parse_palette_segment()
372 palette->clut[color_id] = RGBA(r,g,b,alpha); in parse_palette_segment()
Dsrtenc.c160 static void srt_color_cb(void *priv, unsigned int color, unsigned int color_id) in srt_color_cb() argument
162 if (color_id > 1) in srt_color_cb()
Dass_split.h162 void (*color)(void *priv, unsigned int /* color */, unsigned int color_id);
Dmovtextenc.c436 static void mov_text_color_cb(void *priv, unsigned int color, unsigned int color_id) in mov_text_color_cb() argument
441 if (color_id == 1) { //primary color changes in mov_text_color_cb()
443 } else if (color_id == 2) { //secondary color changes in mov_text_color_cb()
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c249 int color_id; member
288 node->color_id = further_kd_id; in colormap_nearest_iterative()
318 cur_color_id = node->color_id; in colormap_nearest_iterative()
/third_party/chromium/patch/
D0003-ohos-1115.patch43614 #include "ui/color/color_id.h"
45308 @@ -143,6 +143,7 @@ base::Value GetAutogeneratedProfileThemeInfoValue(int color_id,
45322 base::Value CreateAutogeneratedProfileThemeInfo(int color_id,
45326 switch (color_id) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp177352 nscolor Gecko_GetLookAndFeelSystemColor(int32_t color_id,