Home
last modified time | relevance | path

Searched refs:video_stream_index (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Didroqdec.c54 int video_stream_index; member
87 roq->video_stream_index = -1; in roq_read_header()
127 if (roq->video_stream_index == -1) { in roq_read_packet()
132 roq->video_stream_index = st->index; in roq_read_packet()
148 if (roq->video_stream_index < 0) in roq_read_packet()
170 pkt->stream_index = roq->video_stream_index; in roq_read_packet()
201 if (roq->video_stream_index < 0) in roq_read_packet()
213 pkt->stream_index = roq->video_stream_index; in roq_read_packet()
H A Dsmjpegdec.c36 int video_stream_index; member
55 sc->video_stream_index = -1; in smjpeg_read_header()
125 sc->video_stream_index = vst->index; in smjpeg_read_header()
163 if (sc->video_stream_index < 0) in smjpeg_read_packet()
168 pkt->stream_index = sc->video_stream_index; in smjpeg_read_packet()
H A Dpsxstr.c56 int video_stream_index; member
148 str->channels[i].video_stream_index= in str_read_header()
193 if(str->channels[channel].video_stream_index < 0){ in str_read_packet()
200 str->channels[channel].video_stream_index = st->index; in str_read_packet()
223 str->channels[channel].video_stream_index; in str_read_packet()
H A Difv.c38 int video_stream_index; member
65 st = s->streams[ifv->video_stream_index]; in read_index()
147 ifv->video_stream_index = st->index; in ifv_read_header()
196 AVStream *const st = s->streams[ifv->video_stream_index]; in ifv_read_packet()
277 pkt->stream_index = ifv->video_stream_index; in ifv_read_packet()
301 if (i == ifv->video_stream_index) { in ifv_read_seek()
H A Dsmush.c31 int video_stream_index; member
146 smush->video_stream_index = vst->index; in smush_read_header()
211 pkt->stream_index = smush->video_stream_index; in smush_read_packet()
218 pkt->stream_index = smush->video_stream_index; in smush_read_packet()
H A Dwc3movie.c68 int video_stream_index; member
110 wc3->video_stream_index = wc3->audio_stream_index = 0; in wc3_read_header()
182 wc3->video_stream_index = st->index; in wc3_read_header()
246 pkt->stream_index = wc3->video_stream_index; in wc3_read_packet()
H A Dcdxl.c39 int video_stream_index; member
107 cdxl->video_stream_index = -1; in cdxl_read_header()
198 if (cdxl->video_stream_index == -1) { in cdxl_read_packet()
212 cdxl->video_stream_index = st->index; in cdxl_read_packet()
224 pkt->stream_index = cdxl->video_stream_index; in cdxl_read_packet()
H A Dflic.c55 int video_stream_index; member
111 flic->video_stream_index = st->index; in flic_read_header()
221 pkt->stream_index = flic->video_stream_index; in flic_read_packet()
232 av_add_index_entry(s->streams[flic->video_stream_index], pkt->pos, pkt->pts, pkt->size, 0, AVINDEX_KEYFRAME); in flic_read_packet()
271 if (!sti->index_entries || stream_index != flic->video_stream_index) in flic_read_seek()
H A Dsegafilm.c50 int video_stream_index; member
155 film->video_stream_index = st->index; in film_read_header()
237 film->sample_table[i].stream = film->video_stream_index; in film_read_header()
242 av_add_index_entry(s->streams[film->video_stream_index], in film_read_header()
254 s->streams[film->video_stream_index]->duration = video_frame_counter; in film_read_header()
H A Didcin.c82 int video_stream_index; member
201 idcin->video_stream_index = st->index; in idcin_read_header()
328 pkt->stream_index = idcin->video_stream_index; in idcin_read_packet()
360 avpriv_update_cur_dts(s, s->streams[idcin->video_stream_index], 0); in idcin_read_seek()
H A Ddsicin.c54 int video_stream_index; member
118 cin->video_stream_index = st->index; in cin_read_header()
197 pkt->stream_index = cin->video_stream_index; in cin_read_packet()
H A Dthp.c39 int video_stream_index; member
129 thp->video_stream_index = st->index; in thp_read_header()
198 pkt->stream_index = thp->video_stream_index; in thp_read_packet()
H A D4xm.c78 int video_stream_index; member
112 fourxm->video_stream_index = st->index; in parse_vtrk()
225 fourxm->video_stream_index = -1; in fourxm_read_header()
333 if (fourxm->video_stream_index < 0) in fourxm_read_packet()
337 pkt->stream_index = fourxm->video_stream_index; in fourxm_read_packet()
H A Ddhav.c45 int video_stream_index; member
300 dhav->video_stream_index = -1; in dhav_read_header()
347 if (dhav->type == 0xfd && dhav->video_stream_index == -1) { in dhav_read_packet()
373 dhav->video_stream_index = st->index; in dhav_read_packet()
409 stream_index = dhav->type == 0xf0 ? dhav->audio_stream_index : dhav->video_stream_index; in dhav_read_packet()
H A Dsga.c35 int video_stream_index; member
188 sga->video_stream_index = -1; in sga_read_header()
266 if (sga->video_stream_index == -1) { in sga_video_packet()
277 sga->video_stream_index = st->index; in sga_video_packet()
296 pkt->stream_index = sga->video_stream_index; in sga_video_packet()
H A Dsierravmd.c48 int video_stream_index; member
119 vmd->video_stream_index = vst->index; in vmd_read_header()
243 vmd->frame_table[total_frames].stream_index = vmd->video_stream_index; in vmd_read_header()
H A Dtiertexseq.c48 int video_stream_index; member
227 seq->video_stream_index = st->index; in seq_read_header()
285 pkt->stream_index = seq->video_stream_index; in seq_read_packet()
H A Dwestwood_vqa.c70 int video_stream_index; member
105 wsvqa->video_stream_index = st->index; in wsvqa_read_header()
292 pkt->stream_index = wsvqa->video_stream_index; in wsvqa_read_packet()
H A Dipmovie.c105 int video_stream_index; member
228 pkt->stream_index = s->video_stream_index; in load_ipmovie_packet()
655 ipmovie->video_stream_index = st->index; in ipmovie_read_header()
H A Dgdv.c33 int video_stream_index; member
/third_party/ffmpeg/doc/examples/
H A Dfiltering_video.c51 static int video_stream_index = -1; variable
75 video_stream_index = ret; in open_input_file()
81 avcodec_parameters_to_context(dec_ctx, fmt_ctx->streams[video_stream_index]->codecpar); in open_input_file()
100 AVRational time_base = fmt_ctx->streams[video_stream_index]->time_base; in init_filters()
240 if (packet->stream_index == video_stream_index) { in main()

Completed in 14 milliseconds