Home
last modified time | relevance | path

Searched refs:current_stream (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_dv.c75 AVStream *current_stream; in dv_parse_sdp_line() local
81 current_stream = ctx->streams[st_index]; in dv_parse_sdp_line()
84 return ff_parse_fmtp(ctx, current_stream, dv_data, sdp_line_ptr, in dv_parse_sdp_line()
Dxmv.c107 uint16_t current_stream; ///< The index of the stream currently handling. member
321 xmv->current_stream = 0; in xmv_process_packet_header()
324 xmv->current_stream = xmv->stream_count > 1; in xmv_process_packet_header()
561 if (xmv->current_stream == 0) { in xmv_read_packet()
568 result = xmv_fetch_audio_packet(s, pkt, xmv->current_stream - 1); in xmv_read_packet()
571 xmv->current_stream = 0; in xmv_read_packet()
578 if (++xmv->current_stream >= xmv->stream_count) { in xmv_read_packet()
579 xmv->current_stream = 0; in xmv_read_packet()
Drtpdec_hevc.c134 AVStream *current_stream; in hevc_parse_sdp_line() local
141 current_stream = ctx->streams[st_index]; in hevc_parse_sdp_line()
142 par = current_stream->codecpar; in hevc_parse_sdp_line()
147 int ret = ff_parse_fmtp(ctx, current_stream, hevc_data, sdp_line_ptr, in hevc_parse_sdp_line()
Drmdec.c62 int current_stream; member
705 num= rm->current_stream; in rm_sync()
903 rm->current_stream= st->id; in ff_rm_parse_packet()
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c246 int current_stream; member
1808 if (!s->frames[s->current_stream]->data[0]) { in xma_decode_packet()
1809 s->frames[s->current_stream]->nb_samples = 512; in xma_decode_packet()
1810 if ((ret = ff_get_buffer(avctx, s->frames[s->current_stream], 0)) < 0) { in xma_decode_packet()
1815 ret = decode_packet(avctx, &s->xma[s->current_stream], s->frames[s->current_stream], in xma_decode_packet()
1818 if (got_stream_frame_ptr && s->offset[s->current_stream] >= 64) { in xma_decode_packet()
1825 int start_ch = s->start_channel[s->current_stream]; in xma_decode_packet()
1826 memcpy(&s->samples[start_ch + 0][s->offset[s->current_stream] * 512], in xma_decode_packet()
1827 s->frames[s->current_stream]->extended_data[0], 512 * 4); in xma_decode_packet()
1828 if (s->xma[s->current_stream].nb_channels > 1) in xma_decode_packet()
[all …]
/third_party/libdrm/etnaviv/
Detnaviv_cmd_stream.c153 if (bo->current_stream == stream) { in bo2idx()
164 bo->current_stream = stream; in bo2idx()
216 bo->current_stream = NULL; in flush()
Detnaviv_priv.h108 struct etna_cmd_stream *current_stream; member
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.h134 GstFluPSStream *current_stream; member
Dgstmpegdemux.c1951 demux->current_stream = gst_flups_demux_get_stream (demux, id, stream_type); in gst_flups_demux_data_cb()
1954 if (G_UNLIKELY (demux->current_stream == NULL)) { in gst_flups_demux_data_cb()
1972 if (demux->current_stream->discont) { in gst_flups_demux_data_cb()
1974 demux->current_stream->notlinked = FALSE; in gst_flups_demux_data_cb()
1977 if (demux->current_stream->notlinked == FALSE) { in gst_flups_demux_data_cb()
1981 ret = gst_flups_demux_send_data (demux, demux->current_stream, out_buf); in gst_flups_demux_data_cb()
1983 demux->current_stream->notlinked = TRUE; in gst_flups_demux_data_cb()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h147 GstPsStream *current_stream; member
Dgstmpegdemux.c2401 demux->current_stream = in gst_ps_demux_data_cb()
2405 if (G_UNLIKELY (demux->current_stream == NULL)) { in gst_ps_demux_data_cb()
2422 if (demux->current_stream->discont) { in gst_ps_demux_data_cb()
2424 demux->current_stream->notlinked = FALSE; in gst_ps_demux_data_cb()
2427 if (demux->current_stream->notlinked == FALSE) { in gst_ps_demux_data_cb()
2430 ret = gst_ps_demux_send_data (demux, demux->current_stream, out_buf); in gst_ps_demux_data_cb()
2432 demux->current_stream->notlinked = TRUE; in gst_ps_demux_data_cb()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashsink.c846 GstDashSinkStream * current_stream) in gst_dash_sink_write_mpd_file() argument
856 gst_dash_sink_generate_mpd_content (sink, current_stream); in gst_dash_sink_write_mpd_file()