Searched refs:resolution (Results 1 - 25 of 91) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex435 resolution and that the software or hardware knows how to deliver packets
998 \item\verb|incomplete| --- the neighbour is in the process of resolution.
1006 \item\verb|failed| --- resolution has failed.
H A Dip-tunnels.tex413 and sent to 128.6.190.2. It is possible to facilitate address resolution
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dltmain.sh4324 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.c89 RI(flac_cfg.output.resolution.normal.dither_24_to_16, 0);
90 RI(flac_cfg.output.resolution.replaygain.dither, 0);
91 RI(flac_cfg.output.resolution.replaygain.noise_shaping, 1);
92 RI(flac_cfg.output.resolution.replaygain.bps_out, 16);
107 WI(flac_cfg.output.resolution.normal.dither_24_to_16);
108 WI(flac_cfg.output.resolution.replaygain.dither);
109 WI(flac_cfg.output.resolution.replaygain.noise_shaping);
110 WI(flac_cfg.output.resolution.replaygain.bps_out);
211 Check(IDC_DITHER, flac_cfg.output.resolution.normal.dither_24_to_16);
212 Check(IDC_DITHERRG, flac_cfg.output.resolution
[all...]
H A Din_flac.c182 static void do_vis(char *data, int nch, int resolution, int position, unsigned samples) argument
193 switch(resolution) {
196 size = resolution / 8;
207 resolution = 8;
211 mod_.SAAddPCMData(data, nch, resolution, position);
212 mod_.VSAAddPCMData(data, nch, resolution, position);
H A Dplayback.c145 cfg.resolution.replaygain.bps_out :
146 cfg.resolution.normal.dither_24_to_16 ? min(stream_data->bits_per_sample, 16) : stream_data->bits_per_sample;
148 if (stream_data->has_replaygain && cfg.replaygain.enable && cfg.resolution.replaygain.dither)
149 FLAC__replaygain_synthesis__init_dither_context(&stream_data->dither_context, stream_data->bits_per_sample, cfg.resolution.replaygain.noise_shaping);
251 cfg.resolution.replaygain.dither,
H A Dplayback.h70 } resolution; member in struct:__anon903
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dconfigure.c81 /* resolution */
157 xmms_cfg_write_boolean(cfg, "flac", "output.resolution.normal.dither_24_to_16", flac_cfg.output.resolution.normal.dither_24_to_16);
158 xmms_cfg_write_boolean(cfg, "flac", "output.resolution.replaygain.dither", flac_cfg.output.resolution.replaygain.dither);
159 xmms_cfg_write_int(cfg, "flac", "output.resolution.replaygain.noise_shaping", flac_cfg.output.resolution.replaygain.noise_shaping);
160 xmms_cfg_write_int(cfg, "flac", "output.resolution.replaygain.bps_out", flac_cfg.output.resolution.replaygain.bps_out);
282 flac_cfg.output.resolution
[all...]
H A Dconfigure.h65 } resolution; member in struct:__anon911::__anon914
H A Dplugin.c217 xmms_cfg_read_boolean(cfg, "flac", "output.resolution.normal.dither_24_to_16", &flac_cfg.output.resolution.normal.dither_24_to_16);
218 xmms_cfg_read_boolean(cfg, "flac", "output.resolution.replaygain.dither", &flac_cfg.output.resolution.replaygain.dither);
220 if(!xmms_cfg_read_int(cfg, "flac", "output.resolution.replaygain.noise_shaping", &flac_cfg.output.resolution.replaygain.noise_shaping))
221 flac_cfg.output.resolution.replaygain.noise_shaping = 1;
223 if(!xmms_cfg_read_int(cfg, "flac", "output.resolution.replaygain.bps_out", &flac_cfg.output.resolution.replaygain.bps_out))
224 flac_cfg.output.resolution
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dltmain.sh3336 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dltmain.sh4595 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex202 vector is a low-resolution representation of the audio spectrum for
206 spectral resolution.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl231 -resolution=>1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dltmain.sh4595 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dmetadata.c300 free(m->resolution);
654 /* If SOF parsing fails, then fall through to reading the JPEG data with libjpeg to get the resolution */
675 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * resolution: %dx%d\n", width, height);
688 asprintf(&m.resolution, "%dx%d", width, height);
695 path, name, (long long)file.st_size, file.st_mtime, m.date, m.resolution,
885 asprintf(&m.resolution, "%dx%d", vc->width, vc->height);
945 video_stream, basename(path), m.resolution, raw_packet_size);
993 video_stream, basename(path), m.resolution);
1005 video_stream, basename(path), ctx->iformat->name, m.resolution);
1490 video_stream, basename(path), m.resolution, v
[all...]
H A Dmetadata.h38 char *resolution; member in struct:metadata_s
H A Dtivo_commands.c114 *comment = argv[11], *date = argv[12], *resolution = argv[13], *mime = argv[14], *path = argv[15]; local
201 if( resolution ) {
202 char *width = strsep(&resolution, "x");
205 width, resolution);
H A Dupnphttp.c1674 char *resolution = NULL; local
1696 resolution = result[4];
1699 if( !file_path || !resolution || (access(file_path, F_OK) != 0) )
1760 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1764 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1768 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1772 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1781 /* Figure out the best destination resolution we can use */
H A Dupnpsoap.c597 else if( (strcmp(item, "res@resolution") == 0) ||
598 (strcmp(item, "@resolution") == 0) ||
599 ((strcmp(item, "resolution") == 0) && (flags & FILTER_RES)) )
815 strcatf(args->str, "resolution=\"%dx%d\" ", dstw, dsth);
830 char *nrAudioChannels, char *resolution, char *dlna_pn, char *mime,
852 if( resolution && (args->filter & FILTER_RES_RESOLUTION) ) {
853 strcatf(args->str, "resolution=\"%s\" ", resolution);
885 *genre = argv[12], *comment = argv[13], *nrAudioChannels = argv[14], *track = argv[15], *date = argv[16], *resolution = argv[17], local
1111 resolution, dlna_bu
829 add_res(char *size, char *duration, char *bitrate, char *sampleFrequency, char *nrAudioChannels, char *resolution, char *dlna_pn, char *mime, char *detailID, char *ext, struct Response *args) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c252 if( m->resolution && (flags & FLAG_RESOLUTION) )
253 free(m->resolution);
577 /* If SOF parsing fails, then fall through to reading the JPEG data with libjpeg to get the resolution */
595 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * resolution: %dx%d\n", width, height);
608 asprintf(&m.resolution, "%dx%d", width, height);
614 path, name, file.st_size, file.st_mtime, m.date, m.resolution, thumb, m.creator, m.dlna_pn, m.mime);
795 asprintf(&m.resolution, "%dx%d", ctx->streams[video_stream]->codec->width, ctx->streams[video_stream]->codec->height);
823 DPRINTF(E_DEBUG, L_METADATA, "Stream %d of %s is %s MPEG2 TS\n", video_stream, basename(path), m.resolution);
844 DPRINTF(E_DEBUG, L_METADATA, "Stream %d of %s is %s MPEG2 PS\n", video_stream, basename(path), m.resolution);
856 DPRINTF(E_DEBUG, L_METADATA, "Stream %d of %s [UNKNOWN CONTAINER] is %s MPEG2\n", video_stream, basename(path), m.resolution);
[all...]
H A Dmetadata.h24 char *resolution; member in struct:metadata_s
H A Dtivo_commands.c112 *comment = argv[11], *date = argv[12], *resolution = argv[13], *mime = argv[14], *path = argv[15]; local
223 if( resolution ) {
224 char *width = strsep(&resolution, "x");
227 width, resolution);
H A Dupnphttp.c1434 char *resolution, *tn; local
1470 resolution = result[4];
1472 srcw = strtol(resolution, &saveptr, 10);
1517 /* Figure out the best destination resolution we can use */
H A Dupnpsoap.c393 else if( (strcmp(item, "res@resolution") == 0) ||
394 (strcmp(item, "@resolution") == 0) ||
395 ((strcmp(item, "resolution") == 0) && (flags & FILTER_RES)) )
521 ret = sprintf(str_buf, "resolution=\"%dx%d\" ", dstw, dsth);
545 *genre = argv[12], *comment = argv[13], *nrAudioChannels = argv[14], *track = argv[15], *date = argv[16], *resolution = argv[17], local
756 if( resolution && (passed_args->filter & FILTER_RES_RESOLUTION) ) {
757 ret = sprintf(str_buf, "resolution=\"%s\" ", resolution);
769 int srcw = atoi(strsep(&resolution, "x"));
770 int srch = atoi(resolution);
[all...]

Completed in 229 milliseconds

1234