Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxpmdec.c41 typedef struct ColorEntry { struct
44 } ColorEntry; typedef
48 return av_strcasecmp(lhs, ((const ColorEntry *)rhs)->name); in color_table_compare()
51 static const ColorEntry color_table[] = {
240 const ColorEntry *entry; in color_string_to_rgba()
281 sizeof(ColorEntry), in color_string_to_rgba()
/third_party/ffmpeg/libavutil/
H A Dparseutils.c201 typedef struct ColorEntry { struct
204 } ColorEntry; typedef
206 static const ColorEntry color_table[] = {
351 return av_strcasecmp(lhs, ((const ColorEntry *)rhs)->name); in color_table_compare()
360 const ColorEntry *entry; in av_parse_color()
403 sizeof(ColorEntry), in av_parse_color()
438 const ColorEntry *color; in av_get_known_color_name()

Completed in 3 milliseconds