Searched refs:streams (Results 1 - 25 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcomm.c45 FILE *streams[2]; local
54 streams[i] = (argv[i][0] == '-' && !argv[i][1]) ? stdin : xfopen(argv[i], "r");
55 fgets(thisline[i], LINE_LEN, streams[i]);
64 if (feof(streams[0])) i |= BB_EOF_0;
65 if (feof(streams[1])) i |= BB_EOF_1;
92 while (!feof(streams[i])) {
95 fgets(thisline[i], LINE_LEN, streams[i]);
101 fgets(thisline[1], LINE_LEN, streams[1]);
103 fgets(thisline[0], LINE_LEN, streams[0]);
108 fclose(streams[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_streams.sh54 echo "Generating streams..."
72 echo "### ENCODE $name #######################################################" >> ./streams.log
73 echo "### cmd=$cmd" >> ./streams.log
74 $cmd 2>>./streams.log || die "ERROR during encode of $name"
78 echo "### DECODE $name #######################################################" >> ./streams.log
79 echo "### cmd=$cmd" >> ./streams.log
80 $cmd 2>>./streams.log || die "ERROR during decode of $name"
82 ls -1l $name.raw >> ./streams.log
83 ls -1l $name.flac >> ./streams.log
84 ls -1l $name.cmp >> ./streams
[all...]
H A Dtest_bins.sh71 echo "### ENCODE $name #######################################################" >> ./streams.log
72 echo "### cmd=$cmd" >> ./streams.log
73 $cmd 2>>./streams.log || die "ERROR during encode of $name"
77 echo "### DECODE $name #######################################################" >> ./streams.log
78 echo "### cmd=$cmd" >> ./streams.log
79 $cmd 2>>./streams.log || die "ERROR during decode of $name"
81 ls -1l $name.bin >> ./streams.log
82 ls -1l $name.flac >> ./streams.log
83 ls -1l $name.raw >> ./streams.log
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggdec.c59 av_malloc(sizeof (*ost) + (ogg->nstreams-1) * sizeof (*ogg->streams));
65 memcpy(ost->streams, ogg->streams, ogg->nstreams * sizeof(*ogg->streams));
68 struct ogg_stream *os = ogg->streams + i;
71 memcpy (os->buf, ost->streams[i].buf, os->bufpos);
94 av_free (ogg->streams[i].buf);
99 memcpy(ogg->streams, ost->streams,
100 ost->nstreams * sizeof(*ogg->streams));
[all...]
H A Doggparsespeex.c35 struct ogg_stream *os = ogg->streams + idx;
36 AVStream *st = s->streams[idx];
H A Dvc1testenc.c29 AVCodecContext *avc = s->streams[0]->codec;
46 if (s->streams[0]->r_frame_rate.den && s->streams[0]->r_frame_rate.num == 1)
47 put_le32(pb, s->streams[0]->r_frame_rate.den);
H A Dwav.c46 if (put_wav_header(pb, s->streams[0]->codec) < 0) {
48 s->streams[0]->codec->codec ? s->streams[0]->codec->codec->name : "NONE");
54 if(s->streams[0]->codec->codec_tag != 0x01 /* hence for all other than PCM */
61 av_set_pts_info(s->streams[0], 64, 1, s->streams[0]->codec->sample_rate);
104 if(s->streams[0]->codec->codec_tag != 0x01) {
108 s->streams[0]->codec->sample_rate * (int64_t)s->streams[0]->time_base.num,
109 s->streams[
[all...]
H A Davisynth.c38 AVISynthStream *streams; member in struct:__anon626
70 avs->streams = av_mallocz(info.dwStreams * sizeof(AVISynthStream));
74 stream = &avs->streams[id];
156 stream = &avs->streams[stream_id];
164 pkt->pts = avs->streams[stream_id].read / avs->streams[stream_id].chunck_samples;
176 } while (avs->next_stream != stream_id && s->streams[avs->next_stream]->discard >= AVDISCARD_ALL);
188 AVIStreamRelease(avs->streams[i].handle);
191 av_free(avs->streams);
204 avs->streams[stream_i
[all...]
H A Doggenc.c53 OGGStreamContext *oggstream = s->streams[stream_index]->priv_data;
123 AVStream *st = s->streams[i];
167 AVStream *st = s->streams[j];
180 AVStream *st = s->streams[pkt->stream_index];
211 AVStream *st2 = s->streams[next->stream_index];
212 AVStream *st = s->streams[pkt ->stream_index];
225 int streams[MAX_STREAMS] = {0}; local
234 if (streams[pktl->pkt.stream_index] == 0)
236 streams[pktl->pkt.stream_index]++;
238 if (streams[pkt
[all...]
H A Doggparseflac.c33 struct ogg_stream *os = ogg->streams + idx;
34 AVStream *st = s->streams[idx];
80 AVStream *st = s->streams[idx];
H A Dvocenc.c36 || s->streams[0]->codec->codec_type != CODEC_TYPE_AUDIO)
50 AVCodecContext *enc = s->streams[0]->codec;
63 if (s->streams[0]->codec->channels > 1) {
H A Drdt.c41 * multiple streams (of the same content, but with possibly different
45 AVStream **streams; member in struct:RDTDemuxContext
46 int n_streams; /**< streams with identifical content in this set */
62 s->streams = &ic->streams[first_stream_of_set_idx];
66 s->streams[s->n_streams]->priv_data == s->streams[0]->priv_data);
82 s->streams[i]->priv_data = NULL;
145 * 2:<number of streams>
230 * ID of a set of streams o
[all...]
H A Dyuv4mpeg.c41 st = s->streams[0];
90 AVStream *st = s->streams[pkt->stream_index];
155 if (s->streams[0]->codec->pix_fmt == PIX_FMT_YUV411P) {
158 else if ((s->streams[0]->codec->pix_fmt != PIX_FMT_YUV420P) &&
159 (s->streams[0]->codec->pix_fmt != PIX_FMT_YUV422P) &&
160 (s->streams[0]->codec->pix_fmt != PIX_FMT_GRAY8) &&
161 (s->streams[0]->codec->pix_fmt != PIX_FMT_YUV444P)) {
344 AVStream *st = s->streams[0];
367 if (s->streams[0]->codec->coded_frame) {
368 s->streams[
[all...]
H A Dassenc.c31 AVCodecContext *avctx= s->streams[0]->codec;
70 AVCodecContext *avctx= s->streams[0]->codec;
H A Dflacenc.c50 return ff_flac_write_header(s->pb, s->streams[0]->codec);
60 if (!ff_flac_is_extradata_valid(s->streams[0]->codec, &format, &streaminfo))
H A Doggdec.h62 struct ogg_stream streams[1]; member in struct:ogg_state
66 struct ogg_stream *streams; member in struct:ogg
H A Drl2.c161 av_set_pts_info(s->streams[0], 32, pts_num, pts_den);
190 av_add_index_entry(s->streams[1], chunk_offset[i],
194 av_add_index_entry(s->streams[0], chunk_offset[i] + audio_size[i],
226 if(rl2->index_pos[i] < s->streams[i]->nb_index_entries
227 && s->streams[i]->index_entries[ rl2->index_pos[i] ].pos < pos){
228 sample = &s->streams[i]->index_entries[ rl2->index_pos[i] ];
265 AVStream *st = s->streams[stream_index];
276 AVStream *st2 = s->streams[i];
H A Daudiointerleave.c32 AVStream *st = s->streams[i];
50 AVStream *st = s->streams[i];
75 AVStream *st = s->streams[stream_index];
104 AVStream *st = s->streams[pkt->stream_index];
124 AVStream *st = s->streams[i];
H A Doggparseogm.c37 struct ogg_stream *os = ogg->streams + idx;
38 AVStream *st = s->streams[idx];
104 struct ogg_stream *os = ogg->streams + idx;
105 AVStream *st = s->streams[idx];
138 struct ogg_stream *os = ogg->streams + idx;
H A Dbethsoftvid.c200 s->streams[1]->codec->sample_rate = 1000000 / (256 - get_byte(pb));
201 s->streams[1]->codec->bit_rate = s->streams[1]->codec->channels * s->streams[1]->codec->sample_rate * s->streams[1]->codec->bits_per_coded_sample;
212 s->streams[0]->codec->width * s->streams[0]->codec->height);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dmetadata.c602 ctx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO )
608 ctx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO )
624 switch( ctx->streams[audio_stream]->codec->codec_id )
630 if( !ctx->streams[audio_stream]->codec->extradata_size ||
631 !ctx->streams[audio_stream]->codec->extradata )
638 memcpy(&data, ctx->streams[audio_stream]->codec->extradata, 1);
646 if( ctx->streams[audio_stream]->codec->sample_rate < 8000 ||
647 ctx->streams[audio_stream]->codec->sample_rate > 48000 )
650 ctx->streams[audio_stream]->codec->sample_rate);
654 if( ctx->streams[audio_strea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c665 ctx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO )
671 ctx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO )
706 switch( ctx->streams[audio_stream]->codec->codec_id )
712 if( !ctx->streams[audio_stream]->codec->extradata_size ||
713 !ctx->streams[audio_stream]->codec->extradata )
720 memcpy(&data, ctx->streams[audio_stream]->codec->extradata, 1);
728 if( ctx->streams[audio_stream]->codec->sample_rate < 8000 ||
729 ctx->streams[audio_stream]->codec->sample_rate > 48000 )
732 ctx->streams[audio_stream]->codec->sample_rate);
736 if( ctx->streams[audio_strea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c50 ogg_stream_processor *streams; member in struct:__anon1112
76 set->streams = calloc(5, sizeof(ogg_stream_processor));
243 if(!set->streams[i].end)
246 if(set->streams[i].process_end)
247 set->streams[i].process_end(&set->streams[i], NULL);
249 ogg_stream_clear(&set->streams[i].os);
252 free(set->streams);
264 if(!set->streams[i].end)
318 if(serial == set->streams[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-ogg.c49 ogg_stream_processor *streams; member in struct:__anon1125
75 set->streams = calloc(5, sizeof(ogg_stream_processor));
238 if(!set->streams[i].end)
241 if(set->streams[i].process_end)
242 set->streams[i].process_end(&set->streams[i], NULL);
244 ogg_stream_clear(&set->streams[i].os);
247 free(set->streams);
259 if(!set->streams[i].end)
313 if(serial == set->streams[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-ogg.c50 ogg_stream_processor *streams; member in struct:__anon1138
76 set->streams = calloc(5, sizeof(ogg_stream_processor));
243 if(!set->streams[i].end)
246 if(set->streams[i].process_end)
247 set->streams[i].process_end(&set->streams[i], NULL);
249 ogg_stream_clear(&set->streams[i].os);
252 free(set->streams);
264 if(!set->streams[i].end)
318 if(serial == set->streams[
[all...]

Completed in 132 milliseconds

1234567