Searched refs:current_stream (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dxmv.c105 uint16_t current_stream; ///< The index of the stream currently handling. member in struct:XMVDemuxContext
328 xmv->current_stream = 0;
331 xmv->current_stream = xmv->stream_count > 1;
546 if (xmv->current_stream == 0) {
556 result = xmv_fetch_audio_packet(s, pkt, xmv->current_stream - 1);
562 if (++xmv->current_stream >= xmv->stream_count) {
563 xmv->current_stream = 0;
H A Drmdec.c62 int current_stream; member in struct:__anon3617
608 num= rm->current_stream;
811 rm->current_stream= st->id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dxmv.c105 uint16_t current_stream; member in struct:XMVDemuxContext
335 xmv->current_stream = 0;
338 xmv->current_stream = 1;
552 if (xmv->current_stream == 0) {
562 result = xmv_fetch_audio_packet(s, pkt, xmv->current_stream - 1);
568 if (++xmv->current_stream >= xmv->stream_count) {
569 xmv->current_stream = 0;
H A Drmdec.c56 int current_stream; member in struct:__anon2262
555 num= rm->current_stream;
746 rm->current_stream= st->id;

Completed in 192 milliseconds