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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Ddvenc.c41 int n_ast; /* number of stereo audio streams (up to 2) */ member in struct:DVMuxContext
253 for (i = 0; i < c->n_ast && st != c->ast[i]; i++);
269 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
272 for (i=0; i < c->n_ast; i++) {
298 c->n_ast = 0;
309 if (c->n_ast > 1) return NULL;
310 c->ast[c->n_ast++] = s->streams[i];
320 for (i=0; i<c->n_ast; i++) {
330 if ((c->n_ast > 1) && (c->sys->n_difchan < 2)) {
341 for (i=0; i < c->n_ast;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Ddvenc.c41 int n_ast; /* number of stereo audio streams (up to 2) */ member in struct:DVMuxContext
253 for (i = 0; i < c->n_ast && st != c->ast[i]; i++);
269 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
272 for (i=0; i < c->n_ast; i++) {
298 c->n_ast = 0;
309 if (c->n_ast > 1) return NULL;
310 c->ast[c->n_ast++] = s->streams[i];
320 for (i=0; i<c->n_ast; i++) {
330 if ((c->n_ast > 1) && (c->sys->n_difchan < 2)) {
341 for (i=0; i < c->n_ast;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Ddvenc.c41 int n_ast; /* number of stereo audio streams (up to 2) */ member in struct:DVMuxContext
253 for (i = 0; i < c->n_ast && st != c->ast[i]; i++);
269 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
272 for (i=0; i < c->n_ast; i++) {
298 c->n_ast = 0;
309 if (c->n_ast > 1) return NULL;
310 c->ast[c->n_ast++] = s->streams[i];
320 for (i=0; i<c->n_ast; i++) {
330 if ((c->n_ast > 1) && (c->sys->n_difchan < 2)) {
341 for (i=0; i < c->n_ast;
[all...]

Completed in 107 milliseconds