Searched refs:codec (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils.c37 #include <vorbis/codec.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dhwaccess.c351 u16 emu10k1_ac97_read(struct ac97_codec *codec, u8 reg) argument
353 struct emu10k1_card *card = codec->private_data;
367 void emu10k1_ac97_write(struct ac97_codec *codec, u8 reg, u16 value) argument
369 struct emu10k1_card *card = codec->private_data;
H A Dmain.c407 struct ac97_codec *codec = ac97_alloc_codec(); local
409 if(codec == NULL)
414 card->ac97 = codec;
423 printk(KERN_ERR "emu10k1: unable to probe AC97 codec\n");
426 /* 5.1: Enable the additional AC97 Slots and unmute extra channels on AC97 codec */
427 if (codec->codec_read(codec, AC97_EXTENDED_ID) & 0x0080){
430 codec->codec_write(codec, AC97_SURROUND_MASTER, 0x0);
1329 printk(KERN_ERR "emu10k1: cannot initialize AC97 codec\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddpcm.c36 * (Xan video) for its video codec. Alternately, such AVI files also contain
123 switch(avctx->codec->id) {
182 switch(avctx->codec->id) {
H A Dh263dec.c55 avctx->pix_fmt= avctx->get_format(avctx, avctx->codec->pix_fmts);
58 /* select sub codec */
59 switch(avctx->codec->id) {
108 s->codec_id= avctx->codec->id;
109 avctx->hwaccel= ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt);
112 if (avctx->codec->id != CODEC_ID_H263 && avctx->codec->id != CODEC_ID_MPEG4)
372 av_log(s->avctx, AV_LOG_ERROR, "this codec does not support truncated bitstreams\n");
H A Dwmaenc.c45 if (avctx->codec->id == CODEC_ID_WMAV1) {
50 } else if (avctx->codec->id == CODEC_ID_WMAV2) {
H A Dg726.c2 * G.726 ADPCM audio codec
313 if (avctx->bit_rate % avctx->sample_rate && avctx->codec->encode) {
333 if (avctx->codec->decode)
H A Davcodec.h58 * If you add a codec ID to this list, add it so that
59 * 1. no value of a existing codec ID changes (that would break ABI),
326 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
511 /* codec capabilities */
526 * If this is not set, the codec is guaranteed to never be fed with NULL data.
561 //Note bits 24-31 are reserved for codec specific use (h264 ref0, mpeg1 0mv, ...)
783 * codec suggestion on buffer type if != 0\
886 * specific codec MUST set it correctly otherwise stream copy breaks.
963 * all codecs can do that. You must check the codec capabilities
1066 struct AVCodec *codec; member in struct:AVCodecContext
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dintel8x0m.c69 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
130 #define ICH_TCR 0x10000000 /* ICH4: tertiary (AC_SDIN2) codec ready */
145 #define ICH_SCR 0x00000200 /* secondary (AC_SDIN1) codec ready */
146 #define ICH_PCR 0x00000100 /* primary (AC_SDIN0) codec ready */
154 #define ICH_REG_ACC_SEMA 0x44 /* byte - codec write semaphore */
155 #define ICH_CAS 0x01 /* codec access semaphore */
297 * access to AC97 codec via normal i/o (for ICH and SIS7013)
300 /* return the GLOB_STA bit for the corresponding codec */
301 static unsigned int get_ich_codec_bit(struct intel8x0m *chip, unsigned int codec) argument
306 snd_assert(codec <
310 snd_intel8x0m_codec_semaphore(struct intel8x0m *chip, unsigned int codec) argument
[all...]
H A Dintel8x0.c80 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
84 MODULE_PARM_DESC(buggy_semaphore, "Enable workaround for hardwares with problematic codec semaphores.");
88 MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection.");
175 #define ICH_TCR 0x10000000 /* ICH4: tertiary (AC_SDIN2) codec ready */
184 #define ICH_SIS_TCR 0x00040000 /* SIS: tertiary codec ready */
193 #define ICH_SCR 0x00000200 /* secondary (AC_SDIN1) codec ready */
194 #define ICH_PCR 0x00000100 /* primary (AC_SDIN0) codec ready */
202 #define ICH_REG_ACC_SEMA 0x34 /* byte - codec write semaphore */
203 #define ICH_CAS 0x01 /* codec access semaphore */
210 #define ICH_LDI_MASK 0x00000003 /* last codec rea
499 snd_intel8x0_codec_semaphore(struct intel8x0 *chip, unsigned int codec) argument
576 snd_intel8x0_codec_read_test(struct intel8x0 *chip, unsigned int codec) argument
[all...]
H A Datiixp_modem.c52 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (default 48000Hz).");
256 unsigned int codec_not_ready_bits; /* for codec detection */
404 snd_printk(KERN_WARNING "atiixp-modem: codec acquire timeout\n");
413 unsigned short codec,
424 codec;
437 snd_printk(KERN_WARNING "atiixp-modem: codec read timeout (reg %x)\n", reg);
443 unsigned short codec,
452 ATI_REG_PHYS_OUT_ADDR_EN | codec;
503 snd_printk(KERN_ERR "atiixp-modem: codec reset timeout\n");
557 snd_printk(KERN_ERR "atiixp-modem: no codec detecte
412 snd_atiixp_codec_read(struct atiixp_modem *chip, unsigned short codec, unsigned short reg) argument
442 snd_atiixp_codec_write(struct atiixp_modem *chip, unsigned short codec, unsigned short reg, unsigned short val) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_mixer.c519 unsigned int codec; local
523 case 0 : mask = PCXHR_SOURCE_AUDIO01_UER; codec = CS8420_01_CS; break;
524 case 1 : mask = PCXHR_SOURCE_AUDIO23_UER; codec = CS8420_23_CS; break;
525 case 2 : mask = PCXHR_SOURCE_AUDIO45_UER; codec = CS8420_45_CS; break;
526 case 3 : mask = PCXHR_SOURCE_AUDIO67_UER; codec = CS8420_67_CS; break;
530 use_src = 0; /* do not activate codec SRC */
547 pcxhr_init_rmh(&rmh, CMD_ACCESS_IO_WRITE); /* set codec SRC on off */
550 rmh.cmd[1] = codec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_codec.c267 ac97->bus->ops->write(ac97, AC97_RESET, 0); /* reset audio codec */
403 static int snd_ac97_ad18xx_update_pcm_bits(struct snd_ac97 *ac97, int codec, unsigned short mask, unsigned short value) argument
409 old = ac97->spec.ad18xx.pcmreg[codec];
415 ac97->spec.ad18xx.pcmreg[codec] = new;
416 /* select single codec */
419 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]);
859 #define AD18XX_PCM_BITS(xname, codec, lshift, rshift, mask) \
862 .private_value = (codec) | ((lshift) << 8) | ((rshift) << 12) | ((mask) << 16) }
884 int codec local
898 int codec = kcontrol->private_value & 3; local
930 int codec = kcontrol->private_value & 3; local
942 int codec = kcontrol->private_value & 3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c667 st->codec->sub_id = (anc_page << 16) | comp_page;
1015 st->codec->codec_type = codec_type;
1016 st->codec->codec_id = codec_id;
1310 st->codec->codec_type = CODEC_TYPE_DATA;
1311 st->codec->codec_id = CODEC_ID_MPEG2TS;
1339 st->codec->bit_rate = s->bit_rate;
H A Dsdp.c188 * codec parameters...
288 ac[i]->streams[j]->codec, dst[0] ? dst : NULL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs46xx.c74 * support the secondary codec then this external amp is also not
598 static void cs461x_poke(struct cs_card *codec, unsigned long reg, unsigned int val) argument
600 writel(val, codec->ba1.idx[(reg >> 16) & 3] + (reg & 0xffff));
603 static unsigned int cs461x_peek(struct cs_card *codec, unsigned long reg) argument
605 return readl(codec->ba1.idx[(reg >> 16) & 3] + (reg & 0xffff));
608 static void cs461x_pokeBA0(struct cs_card *codec, unsigned long reg, unsigned int val) argument
610 writel(val, codec->ba0 + reg);
613 static unsigned int cs461x_peekBA0(struct cs_card *codec, unsigned long reg) argument
615 return readl(codec->ba0 + reg);
3347 * And power down everything on the AC97 codec
3928 struct ac97_codec *codec = file->private_data; local
3998 struct ac97_codec *codec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dexe.mk5 # components distributed under difference licenses. The codec libraries
H A Dlib.mk5 # components distributed under difference licenses. The codec libraries
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dac97_codec.h36 * AC'97 codec registers
88 /* range 0x60-0x6f (page 1) - extended codec registers */
168 #define AC97_EI_AMAP 0x0200 /* indicates optional slot/DAC mapping based on codec ID */
173 #define AC97_EI_ADDR_MASK 0xc000 /* physical codec ID (address) */
229 #define AC97_MEI_ADDR_MASK 0xc000 /* physical codec ID (address) */
284 #define AC97_AD_CODEC_CFG 0x70 /* codec configuration */
367 #define AC97_SCAP_AUDIO (1<<0) /* audio codec 97 */
368 #define AC97_SCAP_MODEM (1<<1) /* modem codec 97 */
371 #define AC97_SCAP_SKIP_AUDIO (1<<4) /* skip audio part of codec */
372 #define AC97_SCAP_SKIP_MODEM (1<<5) /* skip modem part of codec */
452 struct snd_ac97 *codec[4]; member in struct:snd_ac97_bus
625 struct snd_ac97 *codec[4]; /* allocated codecs */ member in struct:ac97_pcm::__anon10735
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_ops.c128 * reset codec bit
443 * write a codec data (24bit)
445 static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) argument
449 /* Activate access to the corresponding codec register */
450 if (! codec)
459 /* Terminate access to codec registers */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dpatcheck154 check that the patch does not touch codec & (de)muxer layer at the same time ->split
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h58 * If you add a codec ID to this list, add it so that
59 * 1. no value of a existing codec ID changes (that would break ABI),
326 CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
511 /* codec capabilities */
526 * If this is not set, the codec is guaranteed to never be fed with NULL data.
561 //Note bits 24-31 are reserved for codec specific use (h264 ref0, mpeg1 0mv, ...)
783 * codec suggestion on buffer type if != 0\
886 * specific codec MUST set it correctly otherwise stream copy breaks.
963 * all codecs can do that. You must check the codec capabilities
1066 struct AVCodec *codec; member in struct:AVCodecContext
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran.h401 struct videocodec *codec; /* video codec */ member in struct:zoran
446 enum zoran_codec_mode codec_mode; /* status of codec */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/test/
H A Dwrite_read.c13 function: utility functions for vorbis codec test suite.
24 #include <vorbis/codec.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/opti9xx/
H A Dmiro.c915 snd_iprintf(buffer, " codec : %s\n", miro->pcm->name);
1231 struct snd_cs4231 *codec; local
1329 &codec)) < 0) {
1334 if ((error = snd_cs4231_pcm(codec, 0, &pcm)) < 0) {
1338 if ((error = snd_cs4231_mixer(codec)) < 0) {
1342 if ((error = snd_cs4231_timer(codec, 0, &timer)) < 0) {

Completed in 254 milliseconds

1234567891011>>