Searched refs:stream_id (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dseek_test.c34 int i, ret, stream_id; local
88 stream_id= (i>>1)%(ic->nb_streams+1) - 1;
90 if(stream_id>=0){
91 st= ic->streams[stream_id];
94 ret = av_seek_frame(ic, stream_id, timestamp, (i&1)*AVSEEK_FLAG_BACKWARD);
95 printf("ret:%2d st:%2d ts:%f flags:%d\n", ret, stream_id, timestamp*(stream_id<0 ? 1.0/AV_TIME_BASE : av_q2d(st->time_base)), i&1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davisynth.c152 int stream_id = avs->next_stream; local
156 stream = &avs->streams[stream_id];
163 pkt->stream_index = 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);
200 int stream_id; local
202 for (stream_id = 0; stream_id < avs->nb_streams; stream_id
[all...]
H A Drdt.h85 * @param stream_id will be set to the stream ID this packet belongs to
91 int *set_id, int *seq_no, int *stream_id,
H A Dnutenc.c130 int key_frame, index, pred, stream_id; local
151 for(stream_id= 0; stream_id<s->nb_streams; stream_id++){
152 int start2= start + (end-start)*stream_id / s->nb_streams;
153 int end2 = start + (end-start)*(stream_id+1) / s->nb_streams;
154 AVCodecContext *codec = s->streams[stream_id]->codec;
167 ft->stream_id= stream_id;
184 ft->stream_id
482 write_streaminfo(NUTContext *nut, ByteIOContext *bc, int stream_id) argument
[all...]
H A Dnutdec.c255 nut->frame_code[i].stream_id = tmp_stream;
298 int class, stream_id; local
305 GET_V(stream_id, tmp < s->nb_streams && !nut->stream[tmp].time_base);
306 stc= &nut->stream[stream_id];
308 st = s->streams[stream_id];
368 av_log(s, AV_LOG_ERROR, "stream header %d checksum mismatch\n", stream_id);
372 av_set_pts_info(s->streams[stream_id], 63, stc->time_base->num, stc->time_base->den);
376 static void set_disposition_bits(AVFormatContext* avf, char* value, int stream_id){ argument
385 if (stream_id == i || stream_id
653 decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code) argument
726 int size, stream_id, discard; local
[all...]
H A Drdt.c199 int consumed = 0, set_id, seq_no, stream_id, is_keyframe, local
249 * 5: stream_id
261 * if (stream_id == 0x3F) {
262 * 16: stream_id (extended stream ID; see stream_id)
277 stream_id = get_bits(&gb, 5);
284 if (stream_id == 0x1f)
285 stream_id = get_bits(&gb, 16);
289 if (pstream_id) *pstream_id = stream_id;
340 int seq_no, flags = 0, stream_id, set_i local
[all...]
H A Drl2.c221 int stream_id = -1; local
230 stream_id= i;
234 if(stream_id == -1)
237 ++rl2->index_pos[stream_id];
249 pkt->stream_index = stream_id;
H A Dnut.h45 FLAG_STREAM_ID = 16, ///<if set, stream_id is coded in the frame header
64 uint8_t stream_id; member in struct:__anon716
H A Davienc.c436 int empty, stream_id = -1; local
449 stream_id = i;
454 avi_stream2fourcc(&tag[0], stream_id,
455 s->streams[stream_id]->codec->codec_type);
460 entry[stream_id]++;
H A Dsmacker.c66 int stream_id[7]; member in struct:SmackerContext
291 smk->stream_id[smk->curstream] = smk->indexes[i];
313 pkt->stream_index = smk->stream_id[smk->curstream];
H A Davidec.c123 int stream_id= 10*((chunk_id&0xFF) - '0') + (((chunk_id>>8)&0xFF) - '0'); local
135 if(stream_id > s->nb_streams || stream_id < 0)
137 st= s->streams[stream_id];
H A Dasfdec.c393 int flags, bitrate, stream_id; local
397 stream_id= (flags & 0x7f);
398 // av_log(s, AV_LOG_ERROR, "flags: 0x%x stream id %d, bitrate %d\n", flags, stream_id, bitrate);
399 asf->stream_bitrates[stream_id]= bitrate;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dsa11xx-uda1341.c116 int stream_id; /* numeric identification */ member in struct:audio_stream
284 sa11xx_uda1341->s[SNDRV_PCM_STREAM_PLAYBACK].stream_id = SNDRV_PCM_STREAM_PLAYBACK;
288 sa11xx_uda1341->s[SNDRV_PCM_STREAM_CAPTURE].stream_id = SNDRV_PCM_STREAM_CAPTURE;
467 snd_assert(s->stream_id == SNDRV_PCM_STREAM_PLAYBACK, return);
548 int stream_id = substream->pstr->stream; local
549 struct audio_stream *s = &chip->s[stream_id];
550 struct audio_stream *s1 = &chip->s[stream_id ^ 1];
558 if (stream_id == SNDRV_PCM_STREAM_CAPTURE && !s1->active) {
584 if (stream_id == SNDRV_PCM_STREAM_PLAYBACK && s1->active) {
618 if (stream_id
748 int stream_id = substream->pstr->stream; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Domap-alsa.h57 int stream_id; /* numeric identification */ member in struct:audio_stream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtruemotion2.c238 static int tm2_read_deltas(TM2Context *ctx, int stream_id) { argument
253 ctx->deltas[stream_id][i] = v - (1 << mb);
255 ctx->deltas[stream_id][i] = v;
258 ctx->deltas[stream_id][i] = 0;
263 static int tm2_read_stream(TM2Context *ctx, const uint8_t *buf, int stream_id) { argument
285 if(tm2_read_deltas(ctx, stream_id) == -1)
311 ctx->tokens[stream_id] = av_realloc(ctx->tokens[stream_id], toks * sizeof(int));
312 ctx->tok_lens[stream_id] = toks;
317 ctx->tokens[stream_id][
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dvideo.h188 int stream_id; member in struct:video_spu
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c169 u8 stream_id; member in struct:filter_info
531 if (finfo->stream_id == sid) {
1032 finfo->stream_id = c[1];
1101 b0[1] = finfo->stream_id;

Completed in 207 milliseconds