Searched refs:has_video (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Ddvenc.c47 int has_video; /* frame under contruction has video */ member in struct:DVMuxContext
246 if (c->has_video)
250 c->has_video = 1;
269 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
278 c->has_video = 0;
338 c->has_video = 0;
H A Dsiff.c49 int has_video; member in struct:SIFFContext
130 c->has_video = 1;
189 if (c->has_video){
H A Dmovenc.c1728 int has_h264 = 0, has_video = 0; local
1735 has_video = 1;
1754 put_tag(pb, has_video ? "M4V ":"M4A ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Ddvenc.c47 int has_video; /* frame under contruction has video */ member in struct:DVMuxContext
246 if (c->has_video)
250 c->has_video = 1;
269 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
278 c->has_video = 0;
338 c->has_video = 0;
H A Dsiff.c49 int has_video; member in struct:SIFFContext
130 c->has_video = 1;
189 if (c->has_video){
H A Dmovenc.c1728 int has_h264 = 0, has_video = 0; local
1735 has_video = 1;
1754 put_tag(pb, has_video ? "M4V ":"M4A ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Ddvenc.c47 int has_video; /* frame under contruction has video */ member in struct:DVMuxContext
246 if (c->has_video)
250 c->has_video = 1;
269 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) {
278 c->has_video = 0;
338 c->has_video = 0;
H A Dsiff.c49 int has_video; member in struct:SIFFContext
130 c->has_video = 1;
189 if (c->has_video){
H A Dmovenc.c1728 int has_h264 = 0, has_video = 0; local
1735 has_video = 1;
1754 put_tag(pb, has_video ? "M4V ":"M4A ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c3152 int has_video, has_audio, has_subtitle, i, j; local
3155 has_video = 0;
3167 has_video = 1;
3181 *has_video_ptr = has_video;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c3152 int has_video, has_audio, has_subtitle, i, j; local
3155 has_video = 0;
3167 has_video = 1;
3181 *has_video_ptr = has_video;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c3152 int has_video, has_audio, has_subtitle, i, j; local
3155 has_video = 0;
3167 has_video = 1;
3181 *has_video_ptr = has_video;

Completed in 155 milliseconds