Searched refs:streams (Results 26 - 50 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A DMakefile4 ivtv-mailbox.o ivtv-queue.o ivtv-streams.o ivtv-udma.o \
H A Divtv-fileops.c31 #include "ivtv-streams.h"
40 associated VBI streams are also automatically claimed.
46 struct ivtv_stream *s = &itv->streams[type];
78 other streams we're done */
87 s_vbi = &itv->streams[vbi_type];
100 account associated VBI streams. */
125 for all other streams we're done */
127 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI];
129 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
211 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VB
[all...]
H A Divtv-irq.c46 struct ivtv_stream *s = &itv->streams[itv->cur_pio_stream];
121 /* determine offset, size and PTS for the various streams */
368 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
458 s = &itv->streams[IVTV_DEC_STREAM_TYPE_YUV];
462 s = &itv->streams[IVTV_DEC_STREAM_TYPE_MPG];
503 s = &itv->streams[ivtv_stream_map[data[1]]];
517 s = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
534 s = &itv->streams[itv->cur_pio_stream];
551 s = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
570 struct ivtv_stream *s = &itv->streams[it
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm_oss.h68 struct snd_pcm_substream *streams[2]; member in struct:snd_pcm_oss_file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dseek_test.c80 st= ic->streams[pkt.stream_index];
91 st= ic->streams[stream_id];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmetadata_compat.c95 if ((m = ctx->streams[i]->metadata))
98 av_strlcpy(ctx->streams[i]->language, m->elems[j].value, 4);
100 av_free(ctx->streams[i]->filename);
101 ctx->streams[i]->filename= av_strdup(m->elems[j].value);
139 FILL_METADATA_STR(ctx->streams[i], language);
140 FILL_METADATA_STR(ctx->streams[i], filename);
H A Dmmf.c67 rate = mmf_rate_code(s->streams[0]->codec->sample_rate);
69 av_log(s, AV_LOG_ERROR, "Unsupported sample rate %d\n", s->streams[0]->codec->sample_rate);
102 av_set_pts_info(s->streams[0], 64, 1, s->streams[0]->codec->sample_rate);
150 gatetime = size * 500 / s->streams[0]->codec->sample_rate;
270 st = s->streams[0];
H A Dflvenc.c151 AVCodecContext *enc = s->streams[i]->codec;
153 if (s->streams[i]->r_frame_rate.den && s->streams[i]->r_frame_rate.num) {
154 framerate = av_q2d(s->streams[i]->r_frame_rate);
156 framerate = 1/av_q2d(s->streams[i]->codec->time_base);
168 av_set_pts_info(s->streams[i], 32, 1, 1000); /* 32 bit pts in ms */
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;
H A Drmenc.c38 StreamInfo streams[2]; member in struct:__anon729
92 StreamInfo *stream = &rm->streams[i];
118 put_be16(s, ctx->nb_streams); /* num streams */
142 stream = &rm->streams[i];
303 s->streams[n]->id = n;
304 codec = s->streams[n]->codec;
305 stream = &rm->streams[n];
410 if (s->streams[pkt->stream_index]->codec->codec_type ==
444 rm->streams[i].total_frames = rm->streams[
[all...]
H A Davienc.c125 stream = s->streams[n]->codec;
165 stream = s->streams[n]->codec;
187 put_le32(pb, s->nb_streams); /* nb streams */
206 stream = s->streams[i]->codec;
229 av_set_pts_info(s->streams[i], 64, au_scale, au_byterate);
294 && s->streams[i]->sample_aspect_ratio.num>0
295 && s->streams[i]->sample_aspect_ratio.den>0){
297 AVRational dar = av_mul_q(s->streams[i]->sample_aspect_ratio,
350 if(!(s->streams[0]->codec->flags & CODEC_FLAG_BITEXACT))
384 avi_stream2fourcc(&tag[0], i, s->streams[
[all...]
H A Doggparsetheora.c41 struct ogg_stream *os = ogg->streams + idx;
42 AVStream *st = s->streams[idx];
123 struct ogg_stream *os = ogg->streams + idx;
H A Damr.c37 AVCodecContext *enc = s->streams[0]->codec;
120 AVCodecContext *enc = s->streams[0]->codec;
H A Diss.c120 if(s->streams[0]->codec->channels > 0)
121 pkt->pts /= s->streams[0]->codec->channels*2;
H A Ddaud.c52 AVCodecContext *codec = s->streams[0]->codec;
H A Dmpegenc.c174 id (0xB8) audio, maximum P-STD for any MPEG audio (0xC0 to 0xC7) streams. If there are none set to 4096 (32x128). (P-STD_buffer_bound_scale = 0)
184 StreamInfo *stream = ctx->streams[i]->priv_data;
226 StreamInfo *stream = ctx->streams[i]->priv_data;
237 /* special case for private streams (AC-3 uses that) */
279 stream = ctx->streams[i]->priv_data;
324 st = ctx->streams[i];
391 st = ctx->streams[i];
472 stream = ctx->streams[i]->priv_data;
480 av_free(ctx->streams[i]->priv_data);
531 stream = ctx->streams[stream_inde
[all...]
H A Daiff.c181 AVCodecContext *enc = s->streams[0]->codec;
243 av_set_pts_info(s->streams[0], 64, 1, s->streams[0]->codec->sample_rate);
262 AVCodecContext *enc = s->streams[0]->codec;
316 AVStream * st = s->streams[0];
422 AVStream *st = s->streams[0];
H A Dr3d.c112 AVStream *st = s->streams[0];
209 AVStream *st = s->streams[0];
262 AVStream *st = s->streams[1];
315 if (s->streams[0]->discard == AVDISCARD_ALL)
323 if (s->streams[1]->discard == AVDISCARD_ALL)
345 AVStream *st = s->streams[0]; // video stream
H A Davidec.c137 st= s->streams[stream_id];
209 AVStream *st = s->streams[i];
358 ast = s->streams[0]->priv_data;
359 av_freep(&s->streams[0]->codec->extradata);
360 av_freep(&s->streams[0]);
367 s->streams[0]->priv_data = ast;
448 st = s->streams[stream_index];
565 st = s->streams[stream_index];
672 AVStream *st = s->streams[i];
719 AVStream *st= s->streams[ av
[all...]
H A Diff.c170 if(s->streams[0]->codec->channels == 2) {
190 iff->audio_frame_count += ret / s->streams[0]->codec->channels;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Dcmi8330.c163 } streams[2]; member in struct:snd_cmi8330
385 substream->private_data = chip->streams[SNDRV_PCM_STREAM_PLAYBACK].private_data;
386 return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream);
394 substream->private_data = chip->streams[SNDRV_PCM_STREAM_CAPTURE].private_data;
395 return chip->streams[SNDRV_PCM_STREAM_CAPTURE].open(substream);
415 chip->streams[CMI_SB_STREAM].ops = *ops;
416 chip->streams[CMI_SB_STREAM].open = ops->open;
417 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM];
418 chip->streams[CMI_SB_STREAM].private_data = chip->sb;
422 chip->streams[CMI_AD_STREA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dalsa-audio-enc.c53 st = s1->streams[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_proc.c120 unsigned int streams)
122 snd_iprintf(buffer, " formats [0x%x]:", streams & 0xf);
123 if (streams & AC_SUPFMT_PCM)
125 if (streams & AC_SUPFMT_FLOAT32)
127 if (streams & AC_SUPFMT_AC3)
119 print_pcm_formats(struct snd_info_buffer *buffer, unsigned int streams) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/nm256/
H A Dnm256.c243 struct nm256_stream streams[2]; member in struct:nm256
751 s = &chip->streams[SNDRV_PCM_STREAM_PLAYBACK];
766 s = &chip->streams[SNDRV_PCM_STREAM_CAPTURE];
857 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_PLAYBACK],
869 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_CAPTURE],
935 struct nm256_stream *s = &chip->streams[i];
987 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running)
989 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running)
1422 struct nm256_stream *s = &chip->streams[i];
1438 if (chip->streams[SNDRV_PCM_STREAM_PLAYBAC
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm.c107 pstr = &pcm->streams[stream];
602 struct snd_pcm_str *pstr = &pcm->streams[stream];
756 snd_pcm_free_stream(&pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]);
757 snd_pcm_free_stream(&pcm->streams[SNDRV_PCM_STREAM_CAPTURE]);
789 pstr = &pcm->streams[stream];
807 for (substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; substream; substream = substream->next) {
815 for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next) {
954 if (pcm->streams[cidx].substream == NULL)
984 for (substream = pcm->streams[cidx].substream; substream; substream = substream->next)
1008 for (substream = pcm->streams[cid
[all...]
H A Drawmidi.c254 if (subdevice >= 0 && (unsigned int)subdevice >= rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_count) {
258 if (rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_opened >=
259 rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_count) {
269 if (subdevice >= 0 && (unsigned int)subdevice >= rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substream_count) {
273 if (rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substream_opened >=
274 rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substream_count) {
279 list1 = rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams.next;
281 if (list1 == &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) {
297 list2 = rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams.next;
299 if (list2 == &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPU
[all...]

Completed in 308 milliseconds

1234567