Searched refs:formats (Results 1 - 25 of 138) sorted by path

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dtftpd.c121 struct formats { struct
184 static struct formats formata[] = {
299 static void sendtftp(struct testcase *test, struct formats *pf);
301 static void recvtftp(struct testcase *test, struct formats *pf);
955 struct formats *pf;
1120 static void sendtftp(struct testcase *test, struct formats *pf)
1189 static void recvtftp(struct testcase *test, struct formats *pf)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A DMakefile13 formats.o \
H A Davfilter.h122 * A list of supported formats for one end of a filter link. This is used
125 * list of the formats supported by each input and output pad. The list
127 * same list of formats, as is often the case when a filter supports multiple
128 * formats, but will always output the same format as it is given in input.
130 * In this way, a list of possible input formats and a list of possible
131 * output formats are associated with each link. When a set of formats is
141 * where the letters in parenthesis indicate a list of formats supported on
164 unsigned format_count; ///< number of formats
165 int *formats; ///< lis member in struct:AVFilterFormats
[all...]
H A Davfiltergraph.c152 link->format = link->in_formats->formats[0];
174 /* find supported formats from sub-filters, and merge along links */
H A Ddefaults.c134 * formats. If there are no links hooked to this filter, the list of formats is
140 void avfilter_set_common_formats(AVFilterContext *ctx, AVFilterFormats *formats) argument
146 avfilter_formats_ref(formats, &ctx->inputs[i]->out_formats);
152 avfilter_formats_ref(formats, &ctx->outputs[i]->in_formats);
158 av_free(formats->formats);
159 av_free(formats->refs);
160 av_free(formats);
H A Dformats.c37 av_free(a->formats);
48 /* merge list of formats */
49 ret->formats = av_malloc(sizeof(*ret->formats) * FFMIN(a->format_count,
53 if(a->formats[i] == b->formats[j])
54 ret->formats[k++] = a->formats[i];
59 av_free(ret->formats);
79 ret->formats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex246 infrastructure identical to all three formats.
H A DVorbis_I_spec.tex83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1329 with PDF output, and none of those formats could be found. (.eps cannot
6594 % \defname, which formats the name of the @def (not the args).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl74 functions, 4 for devices, 5 for file formats, 6 for games, 7 for
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rec.awk164 formats[nvars] = $NF;
803 formats[i], formats[i]) >> PFILE
814 formats[i]) >> PFILE
829 if (formats[i] == "lx")
831 printf("%%%s\\n\", ", formats[i]) >> PFILE
832 if (formats[i] == "lx" || formats[i] == "lu")
834 if (formats[i] == "ld")
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm630 number of database formats. B<DB_File> provides an interface to all
856 file formats that B<DB_File> supports. It is also very straightforward
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex1304 with PDF output, and none of those formats could be found. (.eps cannot
6355 % \defname, which formats the name of the @def (not the args).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-perl-mixed-112 # Both formats.
35 read formats
45 if test -n "${formats}"; then
47 if sed 1q < f-pm-1-$n.po | tr -d '\r' | grep '^'"${formats}"'$' > /dev/null; then
H A Dformat-perl-mixed-244 read formats
50 ${formats}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl74 functions, 4 for devices, 5 for file formats, 6 for games, 7 for
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex86 set of commands and data formats.\footnote{I cannot recollect what
332 drivers in a standard format, and translating all formats between the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h322 | fsave sizes and formats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_scan.S48 /* operand formats are:
472 | data sizes corresponding to the operand formats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Ddis.c103 * Enumeration of the different instruction formats.
186 static const unsigned char formats[][7] = { variable
1149 opmask = formats[table->format][0];
1172 for (ops = formats[insn->format] + 1; *ops != 0; ops++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_video.c15 static struct saa7146_format formats[] = { variable in typeref:struct:saa7146_format
81 due to this, it's impossible to provide additional *packed* formats, which are simply byte swapped
84 static int NUM_FORMATS = sizeof(formats)/sizeof(struct saa7146_format);
91 if (formats[i].pixelformat == fourcc) {
92 return formats+i;
929 /* planar formats are not allowed for overlay video, clipping and video dma would clash */
969 strlcpy(f->description,formats[index].name,sizeof(f->description));
970 f->pixelformat = formats[index].pixelformat;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-alsa.c330 .formats = SNDRV_PCM_FMTBIT_S16_LE,
H A Dcx88-video.c90 static struct cx8800_fmt formats[] = { variable in typeref:struct:cx8800_fmt
158 for (i = 0; i < ARRAY_SIZE(formats); i++)
159 if (formats[i].fourcc == fourcc)
160 return formats+i;
1098 if (unlikely(f->index >= ARRAY_SIZE(formats)))
1101 strlcpy(f->description,formats[f->index].name,sizeof(f->description));
1102 f->pixelformat = formats[f->index].fourcc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-ioctl.c849 static struct v4l2_fmtdesc formats[] = { local
874 *fmt = formats[fmt->index];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-alsa.c446 .formats = SNDRV_PCM_FMTBIT_S16_LE | \

Completed in 204 milliseconds

123456