Searched refs:mode_setup (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dl3.h13 int mode_setup; member in struct:l3_pins
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dl3.c62 udelay(adap->mode_setup);
75 udelay(adap->mode_setup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c24xx_uda134x.c269 .mode_setup = 1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c852 vorbis_mode *mode_setup = &vc->modes[i]; local
854 mode_setup->blockflag = get_bits1(gb);
855 mode_setup->windowtype = get_bits(gb, 16); //FIXME check
856 mode_setup->transformtype = get_bits(gb, 16); //FIXME check
857 GET_VALIDATED_INDEX(mode_setup->mapping, 8, vc->mapping_count);
860 i, mode_setup->blockflag, mode_setup->windowtype,
861 mode_setup->transformtype, mode_setup->mapping);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c882 vorbis_mode *mode_setup = &vc->modes[i]; local
884 mode_setup->blockflag = get_bits1(gb);
885 mode_setup->windowtype = get_bits(gb, 16); //FIXME check
886 mode_setup->transformtype = get_bits(gb, 16); //FIXME check
887 GET_VALIDATED_INDEX(mode_setup->mapping, 8, vc->mapping_count);
890 i, mode_setup->blockflag, mode_setup->windowtype,
891 mode_setup->transformtype, mode_setup->mapping);

Completed in 116 milliseconds