/third_party/ffmpeg/libavdevice/ |
D | lavfi.c | 102 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/ |
D | venc_data_dump.c | 79 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/ |
D | gstmpdclient.h | 78 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);
|
D | gstmpdclient.c | 1837 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/ |
D | extract_mvs.c | 90 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()
|
D | demuxing_decoding.c | 147 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/ |
D | gstosxaudiosink.c | 521 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()
|
D | gstosxcoreaudioremoteio.c | 99 core_audio->stream_idx = 0; in gst_core_audio_initialize_impl()
|
D | gstosxcoreaudio.h | 92 gint stream_idx; member
|
D | gstosxcoreaudiohal.c | 854 core_audio->stream_idx = i; in _acquire_spdif() 1144 core_audio->stream_idx = 0; in gst_core_audio_initialize_impl()
|
/third_party/ffmpeg/libavcodec/ |
D | opus.h | 148 int stream_idx; member
|
D | opus.c | 430 map->stream_idx = idx / 2; in ff_opus_parse_extradata() 433 map->stream_idx = idx - stereo_streams; in ff_opus_parse_extradata()
|
D | opusdec.c | 464 c->streams[map->stream_idx].out[map->channel_idx] = (float*)frame->extended_data[i]; in opus_decode_packet()
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec.h | 233 int ff_rtp_finalize_packet(AVPacket *pkt, AVIOContext **dyn_buf, int stream_idx);
|
D | libgme.c | 174 static int read_seek_gme(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in read_seek_gme() argument
|
D | libopenmpt.c | 214 static int read_seek_openmpt(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in read_seek_openmpt() argument
|
D | rtpdec.c | 964 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()
|
D | libmodplug.c | 354 static int modplug_read_seek(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in modplug_read_seek() argument
|
D | vapoursynth.c | 461 static int read_seek_vs(AVFormatContext *s, int stream_idx, int64_t ts, int flags) in read_seek_vs() argument
|
D | matroskaenc.c | 94 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/ |
D | ffmpeg_opt.c | 491 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 …]
|
D | ffmpeg.h | 90 int file_idx, stream_idx, channel_idx; // input member
|
D | ffprobe.c | 2580 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/ |
D | draw_llvm.c | 1818 …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()
|