Searched refs:codec (Results 151 - 175 of 291) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dutils.c93 void avcodec_register(AVCodec *codec) argument
99 *p = codec;
100 codec->next = NULL;
104 void register_avcodec(AVCodec *codec) argument
106 avcodec_register(codec);
421 int attribute_align_arg avcodec_open(AVCodecContext *avctx, AVCodec *codec) argument
437 if(avctx->codec || !codec)
440 if (codec->priv_data_size > 0) {
441 avctx->priv_data = av_mallocz(codec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_intel.c275 unsigned int format_val; /* format value to be set in the controller and the codec */
325 /* HD codec */
407 * Interface for HD codec
469 static int azx_corb_send_cmd(struct hda_codec *codec, hda_nid_t nid, int direct, argument
472 struct azx *chip = codec->bus->private_data;
476 val = (u32)(codec->addr & 0x0f) << 28;
526 static unsigned int azx_rirb_get_response(struct hda_codec *codec) argument
528 struct azx *chip = codec->bus->private_data;
545 snd_printk(KERN_WARNING "hda_intel: No response from codec, "
584 static int azx_single_send_cmd(struct hda_codec *codec, hda_nid_ argument
614 azx_single_get_response(struct hda_codec *codec) argument
637 azx_send_cmd(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int para) argument
649 azx_get_response(struct hda_codec *codec) argument
994 struct hda_codec *codec; local
1075 struct hda_codec *codec; member in struct:azx_pcm
1277 create_codec_pcm(struct azx *chip, struct hda_codec *codec, struct hda_pcm *cpcm, int pcm_dev) argument
1324 struct hda_codec *codec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnutdec.c314 st->codec->codec_tag= tmp;
318 st->codec->codec_type = CODEC_TYPE_VIDEO;
319 st->codec->codec_id = codec_get_id(codec_bmp_tags, tmp);
322 st->codec->codec_type = CODEC_TYPE_AUDIO;
323 st->codec->codec_id = codec_get_id(codec_wav_tags, tmp);
326 st->codec->codec_type = CODEC_TYPE_SUBTITLE;
327 st->codec->codec_id = codec_get_id(ff_nut_subtitle_tags, tmp);
330 st->codec->codec_type = CODEC_TYPE_DATA;
336 if(class<3 && st->codec->codec_id == CODEC_ID_NONE)
337 av_log(s, AV_LOG_ERROR, "Unknown codec
[all...]
H A Dnsvdec.c446 st->codec->codec_type = CODEC_TYPE_VIDEO;
447 st->codec->codec_tag = vtag;
448 st->codec->codec_id = codec_get_id(nsv_codec_video_tags, vtag);
449 st->codec->width = vwidth;
450 st->codec->height = vheight;
451 st->codec->bits_per_coded_sample = 24; /* depth XXX */
467 st->codec->codec_type = CODEC_TYPE_AUDIO;
468 st->codec->codec_tag = atag;
469 st->codec->codec_id = codec_get_id(nsv_codec_audio_tags, atag);
614 if (asize && st[NSV_ST_AUDIO]->codec
[all...]
H A Dmxfdec.c36 * Search for Descriptors (Picture, Sound) which contains codec info and parameters.
230 for (i = 0; i < st->codec->channels; i++) {
232 if (st->codec->bits_per_coded_sample == 24)
237 buf_ptr += 32 - st->codec->channels*4; // always 8 channels stored SMPTE 331M
751 st->codec->codec_type = codec_ul->id;
775 PRINT_KEY(mxf->fc, "essence codec ul", descriptor->essence_codec_ul);
792 st->codec->codec_id = codec_ul->id;
794 st->codec->extradata = descriptor->extradata;
795 st->codec->extradata_size = descriptor->extradata_size;
797 if (st->codec
[all...]
H A Ddvenc.c241 switch (st->codec->codec_type) {
245 av_log(st->codec, AV_LOG_ERROR, "Can't process DV frame #%d. Insufficient audio data or severe sync problem.\n", c->frames);
255 av_log(st->codec, AV_LOG_ERROR, "Can't process DV frame #%d. Insufficient video data or severe sync problem.\n", c->frames);
301 switch (s->streams[i]->codec->codec_type) {
316 if (!vst || vst->codec->codec_id != CODEC_ID_DVVIDEO)
319 if (c->ast[i] && (c->ast[i]->codec->codec_id != CODEC_ID_PCM_S16LE ||
320 c->ast[i]->codec->sample_rate != 48000 ||
321 c->ast[i]->codec->channels != 2))
324 c->sys = dv_codec_profile(vst->codec);
H A Dc93.c82 video->codec->codec_type = CODEC_TYPE_VIDEO;
83 video->codec->codec_id = CODEC_ID_C93;
84 video->codec->width = 320;
85 video->codec->height = 192;
119 c93->audio->codec->codec_type = CODEC_TYPE_AUDIO;
H A Dmpegtsenc.c220 switch(st->codec->codec_id) {
254 switch(st->codec->codec_type) {
423 if (st->codec->codec_type == CODEC_TYPE_VIDEO &&
426 total_bit_rate += st->codec->bit_rate;
579 if (st->codec->codec_type == CODEC_TYPE_VIDEO) {
580 if (st->codec->codec_id == CODEC_ID_DIRAC) {
584 } else if (st->codec->codec_type == CODEC_TYPE_AUDIO &&
585 (st->codec->codec_id == CODEC_ID_MP2 ||
586 st->codec->codec_id == CODEC_ID_MP3)) {
590 if (st->codec
[all...]
H A Dape.c397 st->codec->codec_type = CODEC_TYPE_AUDIO;
398 st->codec->codec_id = CODEC_ID_APE;
399 st->codec->codec_tag = MKTAG('A', 'P', 'E', ' ');
400 st->codec->channels = ape->channels;
401 st->codec->sample_rate = ape->samplerate;
402 st->codec->bits_per_coded_sample = ape->bps;
403 st->codec->frame_size = MAC_SUBFRAME_SIZE;
410 st->codec->extradata = av_malloc(APE_EXTRADATA_SIZE);
411 st->codec->extradata_size = APE_EXTRADATA_SIZE;
412 AV_WL16(st->codec
[all...]
H A Ddv.c217 c->ast[i]->codec->codec_type = CODEC_TYPE_AUDIO;
218 c->ast[i]->codec->codec_id = CODEC_ID_PCM_S16LE;
226 c->ast[i]->codec->sample_rate = dv_audio_frequency[freq];
227 c->ast[i]->codec->channels = 2;
228 c->ast[i]->codec->bit_rate = 2 * dv_audio_frequency[freq] * 16;
244 avctx = c->vst->codec;
293 c->vst->codec->codec_type = CODEC_TYPE_VIDEO;
294 c->vst->codec->codec_id = CODEC_ID_DVVIDEO;
295 c->vst->codec->bit_rate = 25000000;
335 c->audio_pkt[i].pts = c->abytes * 30000*8 / c->ast[i]->codec
[all...]
H A Dmpeg.c524 st->codec->codec_type = type;
525 st->codec->codec_id = codec_id;
544 st->codec->sample_rate = lpcm_freq_tab[freq];
545 st->codec->channels = 1 + (b1 & 7);
546 st->codec->bits_per_coded_sample = 16 + ((b1 >> 6) & 3) * 4;
547 st->codec->bit_rate = st->codec->channels *
548 st->codec->sample_rate *
549 st->codec->bits_per_coded_sample;
550 if (st->codec
[all...]
H A Doggdec.c331 if (!os->codec){
333 os->codec = ogg_find_codec (os->buf, os->bufpos);
334 if (!os->codec){
369 int hdr = os->codec->header (s, idx);
383 if (os->codec && os->codec->packet)
384 os->codec->packet (s, idx);
426 if(os->codec->gptopts){
427 pts = os->codec->gptopts(s, i, gp);
460 ogg->streams[i].codec)
[all...]
H A Dvocdec.c57 st->codec->codec_type = CODEC_TYPE_AUDIO;
67 AVCodecContext *dec = st->codec;
H A Drtsp.c114 static int sdp_parse_rtpmap(AVCodecContext *codec, RTSPStream *rtsp_st, int payload_type, const char *p) argument
127 if (!strcmp(buf, handler->enc_name) && (codec->codec_type == handler->codec_type)) {
128 codec->codec_id = handler->codec_id;
140 codec->codec_id = ff_rtp_codec_id(buf, codec->codec_type);
143 c = avcodec_find_decoder(codec->codec_id);
152 switch (codec->codec_type) {
154 av_log(codec, AV_LOG_DEBUG, " audio codec set to : %s\n", c_name);
155 codec
210 sdp_parse_fmtp_config(AVCodecContext *codec, char *attr, char *value) argument
278 AVCodecContext *codec = st->codec; local
[all...]
H A Doggdec.h50 struct ogg_codec *codec; member in struct:ogg_stream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dbktr.c268 st->codec->codec_type = CODEC_TYPE_VIDEO;
269 st->codec->pix_fmt = PIX_FMT_YUV420P;
270 st->codec->codec_id = CODEC_ID_RAWVIDEO;
271 st->codec->width = width;
272 st->codec->height = height;
273 st->codec->time_base.den = frame_rate;
274 st->codec->time_base.num = frame_rate_base;
H A Dv4l2.c573 st->codec->pix_fmt = fmt_v4l2ff(desired_format);
574 s->frame_size = avpicture_get_size(st->codec->pix_fmt, width, height);
592 st->codec->codec_type = CODEC_TYPE_VIDEO;
593 st->codec->codec_id = CODEC_ID_RAWVIDEO;
594 st->codec->width = width;
595 st->codec->height = height;
596 st->codec->time_base.den = ap->time_base.den;
597 st->codec->time_base.num = ap->time_base.num;
598 st->codec->bit_rate = s->frame_size * 1/av_q2d(st->codec
[all...]
H A Dlibdc1394.c120 vst->codec->codec_type = CODEC_TYPE_VIDEO;
121 vst->codec->codec_id = CODEC_ID_RAWVIDEO;
122 vst->codec->time_base.den = fps->frame_rate;
123 vst->codec->time_base.num = 1000;
124 vst->codec->width = fmt->width;
125 vst->codec->height = fmt->height;
126 vst->codec->pix_fmt = fmt->pix_fmt;
137 vst->codec->bit_rate = av_rescale(dc1394->packet.size * 8, fps->frame_rate, 1000);
H A Dv4l.c235 st->codec->pix_fmt = video_formats[j].pix_fmt;
245 st->codec->codec_type = CODEC_TYPE_VIDEO;
246 st->codec->codec_id = CODEC_ID_RAWVIDEO;
247 st->codec->width = s->video_win.width;
248 st->codec->height = s->video_win.height;
249 st->codec->time_base = s->time_base;
250 st->codec->bit_rate = s->frame_size * 1/av_q2d(st->codec->time_base) * 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsoc-dapm.h29 * Usually controlled at codec probe/remove, although can be set
34 * 3. Path domain - Internal codec path mixers
41 /* codec domain */
190 int snd_soc_dapm_new_control(struct snd_soc_codec *codec,
194 int snd_soc_dapm_connect_input(struct snd_soc_codec *codec,
196 int snd_soc_dapm_new_widgets(struct snd_soc_codec *codec);
200 int snd_soc_dapm_stream_event(struct snd_soc_codec *codec, char *stream,
207 int snd_soc_dapm_set_endpoint(struct snd_soc_codec *codec,
209 int snd_soc_dapm_sync_endpoints(struct snd_soc_codec *codec);
226 snd_soc_dapm_vmid, /* codec bia
255 struct snd_soc_codec *codec; member in struct:snd_soc_dapm_widget
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dau1550_i2s.c13 * WM8731 mixer support, codec framework, cleanup, and 2.6 port
18 * uses the Wolfson WM8731 codec, which is controlled over the I2C.
117 * Codec framework. If somebody supports another codec, they
134 int (*set_mixer) (struct i2s_codec *codec, unsigned int oss_mixer, unsigned int val);
135 void (*init_codec) (struct i2s_codec *codec);
141 * WM8731 codec support
157 /* The codec is a write only device, with a 16-bit control/data
170 wm8731_set_mixer(struct i2s_codec *codec, unsigned int oss_mixer, unsigned int val) argument
173 struct codec_data *cdata = (struct codec_data *)codec->data;
177 /* normalize OSS range to fit codec volum
237 wm8731_init_codec(struct i2s_codec *codec) argument
287 struct i2s_codec *codec; member in struct:au1550_state
708 struct i2s_codec *codec = s->codec; local
[all...]
H A Di810_audio.c14 * Analog Devices (A major AC97 codec maker)
42 * best you get rate adaption in the codec. We set the card up so
71 * when codec probing. [Not Yet Done]
75 * The ICH4 has the feature, that the codec ID doesn't have to be
78 * Therefore, from driver version 0.23 on, there is a "codec ID" <->
453 /* extract register offset from codec struct */
454 #define IO_REG_OFF(codec) (((struct i810_card *) codec->private_data)->ac97_id_map[codec->id])
648 static int i810_valid_spdif_rate ( struct ac97_codec *codec, in argument
687 struct ac97_codec *codec = state->card->ac97_codec[0]; local
738 struct ac97_codec *codec = state->card->ac97_codec[0]; local
773 struct ac97_codec *codec=state->card->ac97_codec[0]; local
816 struct ac97_codec *codec=state->card->ac97_codec[0]; local
1912 struct ac97_codec *codec = state->card->ac97_codec[0]; local
2826 struct ac97_codec *codec = (struct ac97_codec *)file->private_data; local
2855 i810_ac97_enable_variable_rate(struct ac97_codec *codec) argument
2865 i810_ac97_probe_and_powerup(struct i810_card *card,struct ac97_codec *codec) argument
2987 struct ac97_codec *codec; local
3509 struct ac97_codec *codec = card->ac97_codec[num_ac97]; local
3541 struct ac97_codec *codec = card->ac97_codec[num_ac97]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzr36050.c47 /* codec io API */
72 read/write via codec layer (registers are located in the master device)
83 if (ptr->codec->master_data->readreg)
84 value = (ptr->codec->master_data->readreg(ptr->codec,
106 if (ptr->codec->master_data->writereg)
107 ptr->codec->master_data->writereg(ptr->codec, reg, value);
152 wait if codec is ready to proceed (end of processing) or time is over
491 zr36050_write(ptr, ZR050_GO, 1); // launch codec
590 zr36050_set_mode(struct videocodec *codec, int mode) argument
608 zr36050_set_video(struct videocodec *codec, struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) argument
650 zr36050_control(struct videocodec *codec, int type, int size, void *data) argument
773 zr36050_unset(struct videocodec *codec) argument
802 zr36050_setup(struct videocodec *codec) argument
[all...]
H A Dzr36060.c47 /* codec io API */
75 read/write via codec layer (registers are located in the master device)
86 if (ptr->codec->master_data->readreg)
87 value = (ptr->codec->master_data->readreg(ptr->codec,
108 if (ptr->codec->master_data->writereg)
109 ptr->codec->master_data->writereg(ptr->codec, reg, value);
154 wait if codec is ready to proceed (end of processing) or time is over
576 /* set compression/expansion mode and launches codec
579 zr36060_set_mode(struct videocodec *codec, int mode) argument
597 zr36060_set_video(struct videocodec *codec, struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) argument
757 zr36060_control(struct videocodec *codec, int type, int size, void *data) argument
878 zr36060_unset(struct videocodec *codec) argument
907 zr36060_setup(struct videocodec *codec) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c130 /* samples output by the codec. we reserve more space for avsync
667 else if (is->video_st->codec->sample_aspect_ratio.num)
668 aspect_ratio = av_q2d(is->video_st->codec->sample_aspect_ratio);
673 aspect_ratio *= (float)is->video_st->codec->width / is->video_st->codec->height;
677 if (is->video_st->codec->dtg_active_format != is->dtg_active_format) {
678 is->dtg_active_format = is->video_st->codec->dtg_active_format;
683 switch(is->video_st->codec->dtg_active_format) {
782 channels = s->audio_st->codec->channels;
793 delay += (time_diff * s->audio_st->codec
1725 AVCodec *codec; local
[all...]

Completed in 133 milliseconds

1234567891011>>