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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
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...]
H A DMakefile13 formats.o \
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 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...]
/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/src/linux/linux-2.6/sound/pci/echoaudio/
H A Ddarla20.c79 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Ddarla24.c84 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dgina20.c83 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dindigo.c84 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dindigodj.c84 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dindigoio.c85 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dlayla20.c93 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dlayla24.c103 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dmia.c93 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Decho3g.c97 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dgina24.c104 .formats = SNDRV_PCM_FMTBIT_U8 |
H A Dmona.c113 .formats = SNDRV_PCM_FMTBIT_U8 |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-ac97.c382 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
388 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
401 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
407 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
420 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus-pcm.c81 u64 formats = 0; local
106 while (ti->formats && ti->rates) {
111 formats &= v.formats;
114 formats = v.formats;
154 if (formats & SNDRV_PCM_FMTBIT_S24_BE)
155 formats |= SNDRV_PCM_FMTBIT_S32_BE;
156 if (formats & SNDRV_PCM_FMTBIT_U24_BE)
157 formats |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/codecs/
H A Dac97.c54 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
60 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16_main.c71 /* Only for simple PCM formats */
161 runtime->hw.formats |= csp->acc_format;
165 runtime->hw.formats |= SNDRV_PCM_FMTBIT_MU_LAW | SNDRV_PCM_FMTBIT_A_LAW |
192 runtime->hw.formats |= csp->acc_format;
196 runtime->hw.formats |= SNDRV_PCM_FMTBIT_MU_LAW | SNDRV_PCM_FMTBIT_A_LAW |
480 .formats = 0,
498 .formats = 0,
535 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_U16_LE;
551 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_U16_LE;
554 runtime->hw.formats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/at91/
H A Dat91-ssc.c710 .formats = AT91_SSC_FORMATS,},
715 .formats = AT91_SSC_FORMATS,},
737 .formats = AT91_SSC_FORMATS,},
742 .formats = AT91_SSC_FORMATS,},
763 .formats = AT91_SSC_FORMATS,},
768 .formats = AT91_SSC_FORMATS,},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-toonie.c43 .formats = SNDRV_PCM_FMTBIT_S16_BE |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dsoundbus.h37 u64 formats; /* SNDRV_PCM_FMTBIT_* */ member in struct:transfer_info
68 * formats or rates being 0. */
96 * the formats that can be used at the moment, for

Completed in 266 milliseconds

123456