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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp150 bool haveVideo = false; local
154 if (haveAudio && haveVideo) {
159 if (!haveVideo) {
165 haveVideo = true;
181 if (!haveVideo) {
197 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) {
198 sp<AnotherPacketSource> impl = haveVideo
250 ALOGI("haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64,
251 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp94 bool haveVideo = false; local
115 } else if (useVideo && !haveVideo && isVideo) {
116 haveVideo = true;
H A Dcodec.cpp91 bool haveVideo = false; local
105 } else if (useVideo && !haveVideo && isVideo) {
106 haveVideo = true;
H A DSimplePlayer.cpp290 bool haveVideo = false; local
303 } else if (!haveVideo && isVideo) {
304 haveVideo = true;
H A Dstagefright.cpp1037 bool haveVideo = false; local
1049 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1050 haveVideo = true;
1057 if (haveAudio && haveVideo) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp764 bool haveVideo = false; local
781 } else if (isVideo && enableVideo && !haveVideo) {
782 haveVideo = true;
813 if ((haveAudio || !enableAudio) && (haveVideo || !enableVideo)) {

Completed in 3445 milliseconds