Searched refs:codec (Results 176 - 200 of 291) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dpva.c48 st->codec->codec_type = CODEC_TYPE_VIDEO;
49 st->codec->codec_id = CODEC_ID_MPEG2VIDEO;
56 st->codec->codec_type = CODEC_TYPE_AUDIO;
57 st->codec->codec_id = CODEC_ID_MP2;
H A Drdt.c317 st->codec->codec_id == CODEC_ID_AAC) {
327 st->codec->codec_id == CODEC_ID_AAC)
427 if (s->streams[n]->codec->codec_id == CODEC_ID_AAC)
428 s->streams[n]->codec->frame_size = 1; // FIXME
440 if (sscanf(p, " %*1[Aa]verage%*1[Bb]andwidth=%d", &st->codec->bit_rate) == 1)
455 st->codec->codec_type = orig_st->codec->codec_type;
H A Dmpegenc.c332 switch(st->codec->codec_type) {
334 if (st->codec->codec_id == CODEC_ID_AC3) {
336 } else if (st->codec->codec_id == CODEC_ID_DTS) {
338 } else if (st->codec->codec_id == CODEC_ID_PCM_S16BE) {
341 if (lpcm_freq_tab[j] == st->codec->sample_rate)
346 if (st->codec->channels > 8)
349 stream->lpcm_header[1] = (st->codec->channels - 1) | (j << 4);
351 stream->lpcm_align = st->codec->channels * 2;
363 if (st->codec->rc_buffer_size)
364 stream->max_buffer_size = 6*1024 + st->codec
[all...]
H A Dmatroskadec.c1218 "Failed to decode codec private data\n");
1254 get_wav_header(&b, st->codec, track->codec_priv.size);
1255 codec_id = st->codec->codec_id;
1325 st->codec->block_align = track->audio.coded_framesize;
1328 st->codec->block_align = track->audio.sub_packet_size;
1342 st->codec->codec_id = codec_id;
1352 av_reduce(&st->codec->time_base.num, &st->codec->time_base.den,
1356 st->codec->extradata = extradata;
1357 st->codec
[all...]
H A Davienc.c125 stream = s->streams[n]->codec;
165 stream = s->streams[n]->codec;
206 stream = s->streams[i]->codec;
350 if(!(s->streams[0]->codec->flags & CODEC_FLAG_BITEXACT))
384 avi_stream2fourcc(&tag[0], i, s->streams[i]->codec->codec_type);
455 s->streams[stream_id]->codec->codec_type);
477 AVCodecContext *enc= s->streams[stream_index]->codec;
568 AVCodecContext *stream = s->streams[n]->codec;
H A Drtp_aac.c34 if ((s1->streams[0]->codec->extradata_size) == 0) {
H A Dvc1testenc.c29 AVCodecContext *avc = s->streams[0]->codec;
H A Dflvenc.c116 av_log(enc, AV_LOG_ERROR, "codec not compatible with flv\n");
151 AVCodecContext *enc = s->streams[i]->codec;
156 framerate = 1/av_q2d(s->streams[i]->codec->time_base);
160 av_log(enc, AV_LOG_ERROR, "video codec not compatible with flv\n");
178 if(s->streams[i]->codec->codec_tag == 5){
258 AVCodecContext *enc = s->streams[i]->codec;
311 AVCodecContext *enc = s->streams[pkt->stream_index]->codec;
333 av_log(enc, AV_LOG_ERROR, "video codec %X not compatible with flv\n",enc->codec_id);
H A Drtpdec.c292 switch(st->codec->codec_id) {
302 if (st->codec->codec_type == CODEC_TYPE_AUDIO) {
303 av_set_pts_info(st, 32, 1, st->codec->sample_rate);
456 av_log(st?st->codec:NULL, AV_LOG_ERROR, "RTP: PT=%02x: bad cseq %04x expected=%04x\n",
481 switch(st->codec->codec_id) {
H A Dswfenc.c187 AVCodecContext *enc = s->streams[i]->codec;
235 version = 8; /* version 8 and above support VP6 codec */
237 version = 6; /* version 6 and above support FLV1 codec */
464 AVCodecContext *codec = s->streams[pkt->stream_index]->codec; local
465 if (codec->codec_type == CODEC_TYPE_AUDIO)
466 return swf_write_audio(s, codec, pkt->data, pkt->size);
468 return swf_write_video(s, codec, pkt->data, pkt->size);
480 enc = s->streams[i]->codec;
H A Dmovenc.c615 av_log(s, AV_LOG_INFO, "Warning, using MS style video codec tag, "
624 av_log(s, AV_LOG_INFO, "Warning, using MS style audio codec tag, "
703 if (track->mode == MODE_MOV && track->enc->codec && track->enc->codec->name)
704 strncpy(compressor_name,track->enc->codec->name,31);
1521 if (st->codec->codec_type == CODEC_TYPE_VIDEO)
1523 if (st->codec->codec_id == CODEC_ID_H264)
1569 AVCodecContext *VideoCodec = s->streams[0]->codec;
1570 AVCodecContext *AudioCodec = s->streams[1]->codec;
1664 track->enc = st->codec;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A D8svx.c79 switch(avctx->codec->id) {
H A Dpcm.c110 switch(avctx->codec->id) {
121 avctx->bits_per_coded_sample = av_get_bits_per_sample(avctx->codec->id);
166 sample_size = av_get_bits_per_sample(avctx->codec->id)/8;
171 if (avctx->sample_fmt!=avctx->codec->sample_fmts[0]) {
176 switch(avctx->codec->id) {
289 switch(avctx->codec->id) {
302 avctx->sample_fmt = avctx->codec->sample_fmts[0];
342 if (avctx->sample_fmt!=avctx->codec->sample_fmts[0]) {
371 switch(avctx->codec->id) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzr36016.h30 /* data stored for each zoran jpeg codec chip */
35 struct videocodec *codec; member in struct:zr36016
H A Dzoran_card.c153 MODULE_DESCRIPTION("Zoran-36057/36067 JPEG codec driver");
175 zr36060_read (struct videocodec *codec, argument
178 struct zoran *zr = (struct zoran *) codec->master_data->data;
192 zr36060_write (struct videocodec *codec, argument
196 struct zoran *zr = (struct zoran *) codec->master_data->data;
209 zr36050_read (struct videocodec *codec, argument
212 struct zoran *zr = (struct zoran *) codec->master_data->data;
225 zr36050_write (struct videocodec *codec, argument
229 struct zoran *zr = (struct zoran *) codec->master_data->data;
241 zr36016_read (struct videocodec *codec, argument
257 zr36016_write(struct videocodec *codec, u16 reg, u32 val) argument
[all...]
H A Dzoran_device.c6 * This part handles device access (PCI/I2C/codec/...)
180 for (i = 1; i < 8; i++) { // Don't read jpeg codec here
211 for (i = 1; i < 8; i++) { // Don't read jpeg codec here
279 /* Take the codec out of sleep */
962 extern void zr36016_write (struct videocodec *codec,
990 /* set the JPEG codec guest ID */
1050 /* Take the JPEG codec and the VFE out of sleep */
1057 zr->codec->control(zr->codec, CODEC_S_JPEG_APP_DATA,
1062 zr->codec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c25 #include <vorbis/codec.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_mixer.c32 * write a codec data (24bit)
34 static void vx_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) argument
44 chip->ops->write_codec(chip, codec, data);
84 * set up codec register and write the value
85 * @codec: the codec id, 0 or 1
89 static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val) argument
96 vx_write_codec_reg(chip, codec, data.l);
102 * @codec: the output codec,
106 vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) argument
407 int codec = kcontrol->id.index; local
418 int codec = kcontrol->id.index; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dx11grab.c232 st->codec->codec_type = CODEC_TYPE_VIDEO;
233 st->codec->codec_id = CODEC_ID_RAWVIDEO;
234 st->codec->width = ap->width;
235 st->codec->height = ap->height;
236 st->codec->pix_fmt = input_pixfmt;
237 st->codec->time_base = ap->time_base;
238 st->codec->bit_rate = x11grab->frame_size * 1/av_q2d(ap->time_base) * 8;
H A Dbeosaudio.cpp292 s->sample_rate = st->codec->sample_rate;
293 s->channels = st->codec->channels;
370 st->codec->codec_type = CODEC_TYPE_AUDIO;
371 st->codec->codec_id = s->codec_id;
372 st->codec->sample_rate = s->sample_rate;
373 st->codec->channels = s->channels;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsscape.c113 int codec, codec_irq; /* required to setup pnp cards*/ member in struct:sscape_info
196 outb( reg, devc -> codec);
197 res = inb (devc -> codec + 1);
208 outb( reg, devc -> codec);
209 outb( data, devc -> codec + 1);
656 release_region(devc->codec, 2);
673 /* CD-ROM config (WSS codec actually) */
1078 outb(0, devc -> codec);
1104 if (!request_region(devc->codec, 2, "sscape codec")) {
[all...]
H A Dtrident.c83 * rewrite the part to read/write registers of audio codec for Ali5451
150 * few minor bugs on dual codec support, needs more testing
166 * Isolation of AC97 codec code
473 static void ali_ac97_write(struct ac97_codec *codec, u8 reg, u16 val);
474 static u16 ali_ac97_read(struct ac97_codec *codec, u8 reg);
478 static void trident_ac97_set(struct ac97_codec *codec, u8 reg, u16 val);
479 static u16 trident_ac97_get(struct ac97_codec *codec, u8 reg);
2884 /* Write AC97 codec registers */
2886 trident_ac97_set(struct ac97_codec *codec, u8 reg, u16 val) argument
2888 struct trident_card *card = (struct trident_card *)codec
2944 trident_ac97_get(struct ac97_codec *codec, u8 reg) argument
3199 ali_ac97_read(struct ac97_codec *codec, u8 reg) argument
3224 ali_ac97_write(struct ac97_codec *codec, u8 reg, u16 val) argument
4083 struct ac97_codec *codec = (struct ac97_codec *) file->private_data; local
4145 struct ac97_codec *codec; local
4486 struct ac97_codec* codec = card->ac97_codec[i]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm94717ap.c96 /* set codec DAI configuration */
108 /* set up the PLL in codec */
114 /* set the codec system clock for DAC and ADC */
117 DBG("%s: codec set_sysclk returned %d\n", __FUNCTION__, ret);
141 static int bcm94717ap_wm8955_init(struct snd_soc_codec *codec) argument
145 snd_soc_dapm_sync_endpoints(codec);
150 /* bcm94717ap digital audio interface glue - connects codec <--> CPU */
H A Dbcm94717bu.c92 SND_SOC_DAIFMT_CBS_CFS; /* BCM947xx is I2S Master / codec is slave */
94 /* set codec DAI configuration */
104 /* set the codec system clock for DAC and ADC */
129 static int bcm94717bu_wm8750_init(struct snd_soc_codec *codec) argument
133 snd_soc_dapm_sync_endpoints(codec);
138 /* bcm94717bu digital audio interface glue - connects codec <--> CPU */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0.h79 /* codec io: VORTEX_CODEC_IO bits */
88 //#define VORTEX_IS_QUAD(x) (((x)->codec == NULL) ? 0 : ((x)->codec->ext_id&0x80))
143 struct snd_ac97 *codec; member in struct:snd_vortex
173 int isquad; /* cache of extended ID codec flag. */
231 static void vortex_codec_write(struct snd_ac97 * codec, unsigned short addr,
233 static unsigned short vortex_codec_read(struct snd_ac97 * codec, unsigned short addr);

Completed in 243 milliseconds

1234567891011>>