Searched refs:color_idx (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.h108 * @param color_idx index of the requested color, starting from 0
110 * @return the color name string or NULL if color_idx is not in the array
112 const char *av_get_known_color_name(int color_idx, const uint8_t **rgb);
H A Dparseutils.c423 const char *av_get_known_color_name(int color_idx, const uint8_t **rgbp) argument
427 if ((unsigned)color_idx >= FF_ARRAY_ELEMS(color_table))
430 color = &color_table[color_idx];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp1206 int color_idx = -1;
1211 color_idx = (green) ? (210 - green) / 22 + 1 : 11;
1213 color_idx = (color_idx > 10) ? 9 : (4 + color_idx / 2);
1216 color_idx = 2;
1219 color_idx = 3;
1221 color_idx = 1;
1225 str += (CFormat(m_template) % progresscolor[color_idx]
1226 % (i - lastindex) % wxString(progresscolor[color_idx])
[all...]

Completed in 88 milliseconds