Home | History | Annotate | Download | only in stagefright

Lines Matching refs:haveVideo

1023                 bool haveVideo = false;
1035 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1036 haveVideo = true;
1043 if (haveAudio && haveVideo) {