Searched refs:ist_table (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c312 int ist_index; /* index of first stream in ist_table */
1759 AVInputStream *ist, **ist_table = NULL; local
1781 ist_table = av_mallocz(nb_istreams * sizeof(AVInputStream *));
1782 if (!ist_table)
1789 ist_table[i] = ist;
1795 ist = ist_table[j++];
1867 if (ist_table[ost->source_index]->st->codec->codec_type != ost->st->codec->codec_type) {
1882 ist = ist_table[j];
1910 ist = ist_table[j];
1927 ist = ist_table[os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c312 int ist_index; /* index of first stream in ist_table */
1759 AVInputStream *ist, **ist_table = NULL; local
1781 ist_table = av_mallocz(nb_istreams * sizeof(AVInputStream *));
1782 if (!ist_table)
1789 ist_table[i] = ist;
1795 ist = ist_table[j++];
1867 if (ist_table[ost->source_index]->st->codec->codec_type != ost->st->codec->codec_type) {
1882 ist = ist_table[j];
1910 ist = ist_table[j];
1927 ist = ist_table[os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c312 int ist_index; /* index of first stream in ist_table */
1759 AVInputStream *ist, **ist_table = NULL; local
1781 ist_table = av_mallocz(nb_istreams * sizeof(AVInputStream *));
1782 if (!ist_table)
1789 ist_table[i] = ist;
1795 ist = ist_table[j++];
1867 if (ist_table[ost->source_index]->st->codec->codec_type != ost->st->codec->codec_type) {
1882 ist = ist_table[j];
1910 ist = ist_table[j];
1927 ist = ist_table[os
[all...]

Completed in 88 milliseconds