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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h117 int pseudo_stream_id; ///< -1 means demux all ids member in struct:MOVStreamContext
H A Dmov.c1084 int j, pseudo_stream_id; local
1091 for (pseudo_stream_id=0; pseudo_stream_id<entries; pseudo_stream_id++) {
1122 sc->pseudo_stream_id = st->codec->codec_tag ? -1 : pseudo_stream_id;
1763 if (sc->pseudo_stream_id == -1 ||
1764 sc->stsc_data[stsc_index].id - 1 == sc->pseudo_stream_id) {
2208 if (sc->pseudo_stream_id+1 != frag->stsd_id)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h128 int pseudo_stream_id; ///< -1 means demux all ids member in struct:MOVStreamContext
H A Dmov.c1646 int pseudo_stream_id; local
1653 for (pseudo_stream_id = 0;
1654 pseudo_stream_id < entries && !pb->eof_reached;
1655 pseudo_stream_id++) {
1677 sc->pseudo_stream_id = st->codec->codec_tag ? -1 : pseudo_stream_id;
2204 if (sc->pseudo_stream_id == -1 ||
2205 sc->stsc_data[stsc_index].id - 1 == sc->pseudo_stream_id) {
2801 if (sc->pseudo_stream_id+1 != frag->stsd_id && sc->pseudo_stream_id !
[all...]

Completed in 217 milliseconds