Searched refs:input_streams (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin3-parse.c | 101 for (tmp = dbin->input_streams; tmp; tmp = tmp->next) { in all_inputs_are_eos() 132 for (tmp = dbin->input_streams; tmp; tmp = tmp->next) { in check_all_streams_for_eos() 382 dbin->input_streams = g_list_append (dbin->input_streams, res); in create_input_stream() 421 dbin->input_streams = g_list_remove (dbin->input_streams, stream); in remove_input_stream() 438 tmp = dbin->input_streams; in unblock_pending_input() 460 tmp = dbin->input_streams; in unblock_pending_input() 598 for (tmp = dbin->input_streams; tmp; tmp = tmp->next) { in parsebin_pad_added_cb() 620 for (tmp = dbin->input_streams; tmp; tmp = tmp->next) { in parsebin_pad_removed_cb()
|
D | gstdecodebin3.c | 229 GList *input_streams; /* List of DecodebinInputStream for active collection */ member 1797 for (iter = dbin->input_streams; iter; iter = iter->next) { in check_all_slot_for_eos()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | tokenize.c | 43 struct stream *input_streams; variable 62 return input_streams[stream].name; in stream_name() 69 stream = input_streams[stream].pos.stream; in stream_prev() 320 input_streams = realloc(input_streams, newalloc * sizeof(struct stream)); in init_stream() 321 if (!input_streams) in init_stream() 325 current = input_streams + stream; in init_stream()
|
D | semind.c | 645 if (input_streams[i].fd != -1) { in update_stream() 649 if (stat(input_streams[i].name, &st) < 0) in update_stream() 650 semind_error(1, errno, "stat: %s", input_streams[i].name); in update_stream() 654 if (!realpath(input_streams[i].name, fullname)) in update_stream() 655 semind_error(1, errno, "realpath: %s", input_streams[i].name); in update_stream()
|
D | token.h | 67 extern struct stream *input_streams;
|
D | pre-process.c | 260 struct stream *stream = input_streams + prev->pos.stream; in collect_arg() 814 struct stream *s = input_streams + stream; in already_tokenized() 2234 struct stream *stream = input_streams + next->pos.stream; in do_preprocess()
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.txt | 7 … InputStream input_streams[] / :
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 148 InputStream **input_streams = NULL; variable 292 InputStream *ist2 = input_streams[infile->ist_index + i]; in sub2video_heartbeat() 632 InputStream *ist = input_streams[i]; in ffmpeg_cleanup() 646 av_freep(&input_streams[i]); in ffmpeg_cleanup() 657 av_freep(&input_streams); in ffmpeg_cleanup() 1165 ist = input_streams[ost->source_index]; in do_video_out() 1633 InputStream *ist = input_streams[f->ist_index + j]; in print_final_stats() 2952 InputStream *ist = input_streams[ist_index]; in init_input_stream() 3018 return input_streams[ost->source_index]; in get_input_stream() 3515 enc_ctx->width = input_streams[ost->source_index]->st->codecpar->width; in init_output_stream_encode() [all …]
|
D | ffmpeg_opt.c | 386 …if (input_streams[input_files[sync_file_idx]->ist_index + sync_stream_idx]->user_set_discard == AV… in opt_map() 427 … if (input_streams[input_files[file_idx]->ist_index + i]->user_set_discard == AVDISCARD_ALL) { in opt_map() 534 …input_streams[input_files[m->file_idx]->ist_index + m->stream_idx]->user_set_discard == AVDISCARD_… in opt_map_channel() 804 GROW_ARRAY(input_streams, nb_input_streams); in add_input_streams() 805 input_streams[nb_input_streams - 1] = ist; in add_input_streams() 1294 while ((e = av_dict_get(input_streams[i]->decoder_opts, "", e, in open_input_file() 1597 ost->sync_ist = input_streams[source_index]; in new_output_stream() 1598 input_streams[source_index]->discard = 0; in new_output_stream() 1599 input_streams[source_index]->st->discard = input_streams[source_index]->user_set_discard; in new_output_stream() 1952 ist = input_streams[ost->source_index]; in new_audio_stream() [all …]
|
D | ffmpeg.h | 588 extern InputStream **input_streams;
|
D | ffmpeg_filter.c | 274 ist = input_streams[input_files[file_idx]->ist_index + st->index]; in init_input_filter() 283 ist = input_streams[i]; in init_input_filter()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpconnection.c | 64 GstRtmpChunkStreams *input_streams, *output_streams; member 262 rtmpconnection->input_streams = gst_rtmp_chunk_streams_new (); in gst_rtmp_connection_init() 303 g_clear_pointer (&rtmpconnection->input_streams, gst_rtmp_chunk_streams_free); in gst_rtmp_connection_finalize() 690 cstream = gst_rtmp_chunk_streams_get (sc->input_streams, chunk_stream_id); in gst_rtmp_connection_do_read()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 42822 Fields related to stream handling (input_streams,
|