Searched defs:haveVideo (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp291 bool haveVideo = false; local
302 } else if (!haveVideo && !strncasecmp(mime.c_str(), "video/", 6)) {
303 haveVideo = true;
H A Dcodec.cpp85 bool haveVideo = false; local
99 } else if (useVideo && !haveVideo && isVideo) {
100 haveVideo = true;
H A Dstagefright.cpp1043 bool haveVideo = false; local
1055 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1056 haveVideo = true;
1063 if (haveAudio && haveVideo) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp167 bool haveVideo = false; local
172 if (haveAudio && haveVideo) {
175 if (!haveVideo) {
181 haveVideo = true;
202 ALOGI("haveAudio=%d, haveVideo=%d", haveAudio, haveVideo);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1416 M4OSA_Bool haveVideo = M4OSA_FALSE; local
1449 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
1454 haveVideo = true;
1908 if (!haveAudio && !haveVideo) {
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp186 bool haveVideo = false; local
193 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
195 haveVideo = true;
215 if (haveAudio && haveVideo) {
229 if (!haveAudio && !haveVideo) {
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp390 bool haveVideo = false; local
399 if (!haveVideo && !strncasecmp(mime.string(), "video/", 6)) {
401 haveVideo = true;
453 if (!haveAudio && !haveVideo) {

Completed in 1486 milliseconds