Home
last modified time | relevance | path

Searched refs:stream_idx (Results 1 – 24 of 24) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dlavfi.c102 int stream_idx, sink_idx; in create_subcc_streams() local
104 for (stream_idx = 0; stream_idx < lavfi->nb_sinks; stream_idx++) { in create_subcc_streams()
105 sink_idx = lavfi->stream_sink_map[stream_idx]; in create_subcc_streams()
202 int stream_idx = 0, suffix = 0, use_subcc = 0; in lavfi_read_header() local
203 sscanf(inout->name, "out%n%d%n", &suffix, &stream_idx, &suffix); in lavfi_read_header()
219 if ((unsigned)stream_idx >= n) { in lavfi_read_header()
227 if (lavfi->stream_sink_map[stream_idx] != -1) { in lavfi_read_header()
230 stream_idx); in lavfi_read_header()
233 lavfi->sink_stream_map[i] = stream_idx; in lavfi_read_header()
234 lavfi->stream_sink_map[stream_idx] = i; in lavfi_read_header()
[all …]
/third_party/ffmpeg/tools/
Dvenc_data_dump.c79 static int decoder_init(AVFormatContext *demuxer, int stream_idx, in decoder_init() argument
85 if (stream_idx < 0 || stream_idx >= demuxer->nb_streams) in decoder_init()
88 codec = avcodec_find_decoder(demuxer->streams[stream_idx]->codecpar->codec_id); in decoder_init()
112 unsigned int stream_idx, max_frames; in main() local
122 stream_idx = strtol(argv[2], NULL, 0); in main()
139 ret = decoder_init(demuxer, stream_idx, &decoder, &opts); in main()
156 if (pkt->stream_index != stream_idx) { in main()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.h78 gboolean gst_mpd_client_get_last_fragment_timestamp_end (GstMPDClient * client, guint stream_idx, G…
79 gboolean gst_mpd_client_get_next_fragment_timestamp (GstMPDClient * client, guint stream_idx, GstCl…
81 gboolean gst_mpd_client_get_next_header (GstMPDClient *client, gchar **uri, guint stream_idx, gint6…
82 gboolean gst_mpd_client_get_next_header_index (GstMPDClient *client, gchar **uri, guint stream_idx,…
86 GstClockTime gst_mpd_client_get_stream_presentation_offset (GstMPDClient *client, guint stream_idx);
112 GstActiveStream *gst_mpd_client_get_active_stream_by_index (GstMPDClient *client, guint stream_idx);
Dgstmpdclient.c1837 guint stream_idx, GstClockTime * ts) in gst_mpd_client_get_last_fragment_timestamp_end() argument
1844 GST_DEBUG ("Stream index: %i", stream_idx); in gst_mpd_client_get_last_fragment_timestamp_end()
1845 stream = g_list_nth_data (client->active_streams, stream_idx); in gst_mpd_client_get_last_fragment_timestamp_end()
1879 guint stream_idx, GstClockTime * ts) in gst_mpd_client_get_next_fragment_timestamp() argument
1884 GST_DEBUG ("Stream index: %i", stream_idx); in gst_mpd_client_get_next_fragment_timestamp()
1885 stream = g_list_nth_data (client->active_streams, stream_idx); in gst_mpd_client_get_next_fragment_timestamp()
1917 guint stream_idx) in gst_mpd_client_get_stream_presentation_offset() argument
1923 stream = g_list_nth_data (client->active_streams, stream_idx); in gst_mpd_client_get_stream_presentation_offset()
2283 guint stream_idx, gint64 * range_start, gint64 * range_end) in gst_mpd_client_get_next_header() argument
2288 stream = gst_mpd_client_get_active_stream_by_index (client, stream_idx); in gst_mpd_client_get_next_header()
[all …]
/third_party/ffmpeg/doc/examples/
Dextract_mvs.c90 int stream_idx = ret; in open_codec_context() local
91 st = fmt_ctx->streams[stream_idx]; in open_codec_context()
113 video_stream_idx = stream_idx; in open_codec_context()
Ddemuxing_decoding.c147 static int open_codec_context(int *stream_idx, in open_codec_context() argument
193 *stream_idx = stream_index; in open_codec_context()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudiosink.c521 gint stream_idx = buf->core_audio->stream_idx; in gst_osx_audio_sink_io_proc() local
522 gint remaining = bufferList->mBuffers[stream_idx].mDataByteSize; in gst_osx_audio_sink_io_proc()
535 memcpy ((char *) bufferList->mBuffers[stream_idx].mData + offset, in gst_osx_audio_sink_io_proc()
Dgstosxcoreaudioremoteio.c99 core_audio->stream_idx = 0; in gst_core_audio_initialize_impl()
Dgstosxcoreaudio.h92 gint stream_idx; member
Dgstosxcoreaudiohal.c854 core_audio->stream_idx = i; in _acquire_spdif()
1144 core_audio->stream_idx = 0; in gst_core_audio_initialize_impl()
/third_party/ffmpeg/libavcodec/
Dopus.h148 int stream_idx; member
Dopus.c430 map->stream_idx = idx / 2; in ff_opus_parse_extradata()
433 map->stream_idx = idx - stereo_streams; in ff_opus_parse_extradata()
Dopusdec.c464 c->streams[map->stream_idx].out[map->channel_idx] = (float*)frame->extended_data[i]; in opus_decode_packet()
/third_party/ffmpeg/libavformat/
Drtpdec.h233 int ff_rtp_finalize_packet(AVPacket *pkt, AVIOContext **dyn_buf, int stream_idx);
Dlibgme.c174 static int read_seek_gme(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in read_seek_gme() argument
Dlibopenmpt.c214 static int read_seek_openmpt(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in read_seek_openmpt() argument
Drtpdec.c964 int ff_rtp_finalize_packet(AVPacket *pkt, AVIOContext **dyn_buf, int stream_idx) in ff_rtp_finalize_packet() argument
970 pkt->stream_index = stream_idx; in ff_rtp_finalize_packet()
Dlibmodplug.c354 static int modplug_read_seek(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in modplug_read_seek() argument
Dvapoursynth.c461 static int read_seek_vs(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in read_seek_vs() argument
Dmatroskaenc.c94 int stream_idx; member
546 cues->entries[cues->num_entries].stream_idx = stream; in mkv_add_cuepoint()
578 int idx = entry->stream_idx; in mkv_assemble_cues()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c491 m->file_idx = m->stream_idx = -1; in opt_map_channel()
500 &m->file_idx, &m->stream_idx, &m->channel_idx, in opt_map_channel()
518 if (m->stream_idx < 0 || in opt_map_channel()
519 m->stream_idx >= input_files[m->file_idx]->nb_streams) { in opt_map_channel()
521 m->file_idx, m->stream_idx); in opt_map_channel()
524 st = input_files[m->file_idx]->ctx->streams[m->stream_idx]; in opt_map_channel()
527 m->file_idx, m->stream_idx); in opt_map_channel()
534 …input_streams[input_files[m->file_idx]->ist_index + m->stream_idx]->user_set_discard == AVDISCARD_… in opt_map_channel()
537 m->file_idx, m->stream_idx, m->channel_idx); in opt_map_channel()
541 m->file_idx, m->stream_idx, m->channel_idx); in opt_map_channel()
[all …]
Dffmpeg.h90 int file_idx, stream_idx, channel_idx; // input member
Dffprobe.c2580 static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_idx, InputStream *ist… in show_stream() argument
2744 …if (nb_streams_frames[stream_idx]) print_fmt ("nb_read_frames", "%"PRIu64, nb_streams_frames[s… in show_stream()
2746 …if (nb_streams_packets[stream_idx]) print_fmt ("nb_read_packets", "%"PRIu64, nb_streams_packets… in show_stream()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1818 …LLVMValueRef stream_idx = LLVMBuildExtractElement(builder, stream_id, lp_build_const_int32(gallivm… in draw_gs_llvm_emit_vertex() local
1819 …LLVMValueRef cnd = LLVMBuildICmp(builder, LLVMIntULT, stream_idx, lp_build_const_int32(gallivm, va… in draw_gs_llvm_emit_vertex()