Searched refs:preset (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibdiracenc.c92 * Dirac video preset table. Ensure that this tables matches up correctly
116 * Returns the video format preset matching the input video dimensions and
136 VideoFormat preset; local
138 /* get Dirac preset */
139 preset = GetDiracVideoFormatPreset(avccontext);
142 dirac_encoder_context_init (&(p_dirac_params->enc_ctx), preset);
200 if ((preset > VIDEO_FORMAT_QCIF || preset < VIDEO_FORMAT_QSIF525) &&
H A Dlibschroedingerenc.c106 SchroVideoFormatEnum preset; local
121 preset = ff_get_schro_video_format_preset(avccontext);
124 schro_video_format_set_std_video_format (p_schro_params->format, preset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dsoundfont.h42 /* The following deals with preset numbers (programs) */
116 int preset, int bank,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c67 int bank, int preset, int key);
69 int preset, int bank, struct snd_sf_zone **table,
218 /* check if specified type is special font (GUS or preset-alias) */
1100 /* rebuild preset now */
1120 * Rebuild the preset table. This is like a hash table in that it allows
1121 * quick access to the zone information. For each preset there are zone
1123 * link for this preset, and latter is the link for zone (i.e. instrument/
1132 /* clear preset table */
1152 * add the given zone to preset table
1179 cur->next_instr = sflist->presets[index]; /* preset tabl
1213 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, int preset, int bank, int def_preset, int def_bank, struct snd_sf_zone **table, int max_layers) argument
1247 search_first_zone(struct snd_sf_list *sflist, int bank, int preset, int key) argument
1266 search_zones(struct snd_sf_list *sflist, int *notep, int vel, int preset, int bank, struct snd_sf_zone **table, int max_layers, int level) argument
[all...]
H A Demux_synth.c881 int preset, bank, def_preset, def_bank; local
884 preset = chan->midi_program;
890 def_preset = preset;
894 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dlocktest.c67 static struct record preset[] = { variable in typeref:struct:record
430 if (n < sizeof(preset) / sizeof(preset[0])) {
431 recorded[n] = preset[n];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.c37 * vendor / preset table
391 * find a matching codec preset
396 const struct hda_codec_preset **tbl, *preset; local
402 for (preset = *tbl; preset->id; preset++) {
403 u32 mask = preset->mask;
406 if (preset->id == (codec->vendor_id & mask) &&
407 (!preset->rev ||
408 preset
[all...]
H A Dhda_codec.h450 * codec preset
465 /* ops set by the preset patch */
533 /* detected preset */
534 const struct hda_codec_preset *preset; member in struct:hda_codec
H A Dpatch_realtek.c593 * set up from the preset table
596 const struct alc_config_preset *preset)
600 for (i = 0; i < ARRAY_SIZE(preset->mixers) && preset->mixers[i]; i++)
601 spec->mixers[spec->num_mixers++] = preset->mixers[i];
602 for (i = 0; i < ARRAY_SIZE(preset->init_verbs) && preset->init_verbs[i];
605 preset->init_verbs[i];
607 spec->channel_mode = preset->channel_mode;
608 spec->num_channel_mode = preset
595 setup_preset(struct alc_spec *spec, const struct alc_config_preset *preset) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest072.tcl95 error_check_good preset [$precursor get -set $prekey] \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas447 * Test deflate with preset dictionary
481 * Test inflate with a preset dictionary
592 WriteLn('** Testing deflate and inflate with preset dictionary');
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dexample.pas447 * Test deflate with preset dictionary
481 * Test inflate with a preset dictionary
592 WriteLn('** Testing deflate and inflate with preset dictionary');

Completed in 193 milliseconds