Home
last modified time | relevance | path

Searched refs:ColorEntry (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dxpmdec.c40 typedef struct ColorEntry { struct
43 } ColorEntry; argument
47 return av_strcasecmp(lhs, ((const ColorEntry *)rhs)->name); in color_table_compare()
50 static const ColorEntry color_table[] = {
239 const ColorEntry *entry; in color_string_to_rgba()
280 sizeof(ColorEntry), in color_string_to_rgba()
/third_party/ffmpeg/libavutil/
Dparseutils.c199 typedef struct ColorEntry { struct
202 } ColorEntry; argument
204 static const ColorEntry color_table[] = {
349 return av_strcasecmp(lhs, ((const ColorEntry *)rhs)->name); in color_table_compare()
358 const ColorEntry *entry; in av_parse_color()
401 sizeof(ColorEntry), in av_parse_color()
436 const ColorEntry *color; in av_get_known_color_name()