Searched refs:max_colors (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm_ostream.priv.h15 int max_colors; member in struct:term_ostream_representation
H A Dterm-ostream.oo.c950 int max_colors; /* colors Co */ member in struct:ostream
1725 stream->max_colors = -1;
1755 stream->max_colors = tigetnum ("colors");
1792 stream->max_colors = tgetnum ("Co");
1840 stream->max_colors = 8;
1855 if (stream->max_colors <= 1
1858 stream->max_colors = 8;
1867 (stream->max_colors >= 8
1871 (stream->max_colors >= 8
1883 ? (stream->max_colors
[all...]
H A Dterm-ostream.c1702 stream->max_colors = -1;
1732 stream->max_colors = tigetnum ("colors");
1769 stream->max_colors = tgetnum ("Co");
1817 stream->max_colors = 8;
1832 if (stream->max_colors <= 1
1835 stream->max_colors = 8;
1844 (stream->max_colors >= 8
1848 (stream->max_colors >= 8
1860 ? (stream->max_colors == 256 ? cm_xterm256 :
1861 stream->max_colors
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c950 int max_colors; /* colors Co */ member in struct:ostream
1725 stream->max_colors = -1;
1755 stream->max_colors = tigetnum ("colors");
1792 stream->max_colors = tgetnum ("Co");
1840 stream->max_colors = 8;
1855 if (stream->max_colors <= 1
1858 stream->max_colors = 8;
1867 (stream->max_colors >= 8
1871 (stream->max_colors >= 8
1883 ? (stream->max_colors
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djquant1.c192 int max_colors = cinfo->desired_number_of_colors; local
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
206 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
220 * exceeding max_colors, though we know not all can be incremented.
232 if (temp > (long) max_colors)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dmetadata.h224 * \param max_colors The maximum number of colors desired. Use
236 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1252 FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1260 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
1268 FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1274 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h956 FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors); ///< See FLAC__metadata_get_picture().
957 FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors); ///< See FLAC__metadata_get_picture().
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c285 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors) argument
315 obj->data.picture.colors <= max_colors &&

Completed in 129 milliseconds