/third_party/ffmpeg/libavformat/ |
D | smjpegdec.c | 35 int audio_stream_index; member 54 sc->audio_stream_index = in smjpeg_read_header() 102 sc->audio_stream_index = ast->index; in smjpeg_read_header() 153 if (sc->audio_stream_index < 0) in smjpeg_read_packet() 158 pkt->stream_index = sc->audio_stream_index; in smjpeg_read_packet()
|
D | idroqdec.c | 55 int audio_stream_index; member 86 roq->audio_stream_index = -1; in roq_read_header() 178 if (roq->audio_stream_index == -1) { in roq_read_packet() 183 roq->audio_stream_index = st->index; in roq_read_packet() 218 pkt->stream_index = roq->audio_stream_index; in roq_read_packet()
|
D | westwood_vqa.c | 61 int audio_stream_index; member 122 wsvqa->audio_stream_index = -1; in wsvqa_read_header() 186 if (wsvqa->audio_stream_index == -1) { in wsvqa_read_packet() 191 wsvqa->audio_stream_index = st->index; in wsvqa_read_packet() 224 pkt->stream_index = wsvqa->audio_stream_index; in wsvqa_read_packet()
|
D | psxstr.c | 60 int audio_stream_index; member 149 str->channels[i].audio_stream_index= -1; in str_read_header() 243 if(str->channels[channel].audio_stream_index < 0){ in str_read_packet() 250 str->channels[channel].audio_stream_index = st->index; in str_read_packet() 276 str->channels[channel].audio_stream_index; in str_read_packet()
|
D | cdxl.c | 40 int audio_stream_index; member 108 cdxl->audio_stream_index = -1; in cdxl_read_header() 173 if (cdxl->audio_stream_index == -1) { in cdxl_read_packet() 185 cdxl->audio_stream_index = st->index; in cdxl_read_packet() 194 pkt->stream_index = cdxl->audio_stream_index; in cdxl_read_packet()
|
D | ifv.c | 38 int audio_stream_index; member 67 st = s->streams[ifv->audio_stream_index]; in read_index() 160 ifv->audio_stream_index = st->index; in ifv_read_header() 204 st = s->streams[ifv->audio_stream_index]; in ifv_read_packet() 277 pkt->stream_index = ifv->audio_stream_index; in ifv_read_packet()
|
D | wc3movie.c | 70 int audio_stream_index; member 111 wc3->video_stream_index = wc3->audio_stream_index = 0; in wc3_read_header() 205 wc3->audio_stream_index = st->index; in wc3_read_header() 291 pkt->stream_index = wc3->audio_stream_index; in wc3_read_packet()
|
D | thp.c | 39 int audio_stream_index; member 148 thp->audio_stream_index = st->index; in thp_read_header() 204 pkt->stream_index = thp->audio_stream_index; in thp_read_packet()
|
D | sga.c | 35 int audio_stream_index; member 188 sga->audio_stream_index = -1; in sga_read_header() 316 if (sga->audio_stream_index == -1) { in sga_audio_packet() 330 sga->audio_stream_index = st->index; in sga_audio_packet() 342 pkt->stream_index = sga->audio_stream_index; in sga_audio_packet()
|
D | dsicin.c | 53 int audio_stream_index; member 131 cin->audio_stream_index = st->index; in cin_read_header() 221 pkt->stream_index = cin->audio_stream_index; in cin_read_packet()
|
D | smush.c | 30 int audio_stream_index; member 174 smush->audio_stream_index = ast->index; in smush_read_header() 229 pkt->stream_index = smush->audio_stream_index; in smush_read_packet()
|
D | segafilm.c | 51 int audio_stream_index; member 176 film->audio_stream_index = st->index; in film_read_header() 233 film->sample_table[i].stream = film->audio_stream_index; in film_read_header() 257 s->streams[film->audio_stream_index]->duration = audio_frame_counter; in film_read_header()
|
D | dhav.c | 46 int audio_stream_index; member 297 dhav->audio_stream_index = -1; in dhav_read_header() 369 } else if (dhav->type == 0xf0 && dhav->audio_stream_index == -1) { in dhav_read_packet() 397 dhav->audio_stream_index = st->index; in dhav_read_packet() 402 stream_index = dhav->type == 0xf0 ? dhav->audio_stream_index : dhav->video_stream_index; in dhav_read_packet()
|
D | flic.c | 56 int audio_stream_index; member 152 flic->audio_stream_index = ast->index; in flic_read_header() 243 pkt->stream_index = flic->audio_stream_index; in flic_read_packet()
|
D | idcin.c | 82 int audio_stream_index; member 218 idcin->audio_stream_index = st->index; in idcin_read_header() 340 pkt->stream_index = idcin->audio_stream_index; in idcin_read_packet()
|
D | tiertexseq.c | 47 int audio_stream_index; member 249 seq->audio_stream_index = st->index; in seq_read_header() 312 pkt->stream_index = seq->audio_stream_index; in seq_read_packet()
|
D | sierravmd.c | 50 int audio_stream_index; member 141 vmd->audio_stream_index = st->index; in vmd_read_header() 235 vmd->frame_table[total_frames].stream_index = vmd->audio_stream_index; in vmd_read_header()
|
D | electronicarts.c | 83 int audio_stream_index; member 562 ea->audio_stream_index = st->index; in ea_read_header() 634 pkt->stream_index = ea->audio_stream_index; in ea_read_packet()
|
D | ipmovie.c | 104 int audio_stream_index; member 143 pkt->stream_index = s->audio_stream_index; in load_ipmovie_packet() 255 ipmovie->audio_stream_index = st->index; in init_audio()
|
D | gdv.c | 32 int audio_stream_index; member
|
/third_party/ffmpeg/doc/examples/ |
D | filtering_audio.c | 47 static int audio_stream_index = -1; variable 70 audio_stream_index = ret; in open_input_file() 76 avcodec_parameters_to_context(dec_ctx, fmt_ctx->streams[audio_stream_index]->codecpar); in open_input_file() 99 AVRational time_base = fmt_ctx->streams[audio_stream_index]->time_base; in init_filters() 240 if (packet.stream_index == audio_stream_index) { in main()
|
/third_party/ffmpeg/libavdevice/ |
D | avfoundation.m | 108 int audio_stream_index; field 689 ctx->audio_stream_index = stream->index; 1126 pkt->stream_index = ctx->audio_stream_index;
|