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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.c346 char *tail, color_string2[128]; local
357 av_strlcpy(color_string2, color_string + hex_offset,
358 FFMIN(slen-hex_offset+1, sizeof(color_string2)));
359 if ((tail = strchr(color_string2, ALPHA_SEP)))
361 len = strlen(color_string2);
364 if (!av_strcasecmp(color_string2, "random") || !av_strcasecmp(color_string2, "bikeshed")) {
371 strspn(color_string2, "0123456789ABCDEFabcdef") == len) {
373 unsigned int rgba = strtoul(color_string2, &tail, 16);
376 av_log(log_ctx, AV_LOG_ERROR, "Invalid 0xRRGGBB[AA] color string: '%s'\n", color_string2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dparseutils.c304 char *tail, color_string2[128]; local
315 av_strlcpy(color_string2, color_string + hex_offset,
316 FFMIN(slen-hex_offset+1, sizeof(color_string2)));
317 if ((tail = strchr(color_string2, ALPHA_SEP)))
319 len = strlen(color_string2);
322 if (!av_strcasecmp(color_string2, "random") || !av_strcasecmp(color_string2, "bikeshed")) {
329 strspn(color_string2, "0123456789ABCDEFabcdef") == len) {
331 unsigned int rgba = strtoul(color_string2, &tail, 16);
334 av_log(log_ctx, AV_LOG_ERROR, "Invalid 0xRRGGBB[AA] color string: '%s'\n", color_string2);
[all...]

Completed in 119 milliseconds