Searched refs:haveVideo (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp204 bool haveVideo = false; local
210 if (haveAudio && haveVideo) {
215 if (!haveVideo) {
221 haveVideo = true;
241 if (!haveVideo) {
257 "haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64,
258 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
269 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) {
270 sp<AnotherPacketSource> impl = haveVideo
321 ALOGI("haveAudio=%d, haveVideo
[all...]
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp93 bool haveVideo = false; local
114 } else if (useVideo && !haveVideo && isVideo) {
115 haveVideo = true;
H A Dcodec.cpp91 bool haveVideo = false; local
105 } else if (useVideo && !haveVideo && isVideo) {
106 haveVideo = true;
H A DSimplePlayer.cpp291 bool haveVideo = false; local
304 } else if (!haveVideo && isVideo) {
305 haveVideo = true;
H A Dstagefright.cpp1049 bool haveVideo = false; local
1066 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1067 haveVideo = true;
1074 if (haveAudio && haveVideo) {

Completed in 13 milliseconds