Searched refs:haveVideo (Results 1 – 5 of 5) sorted by relevance
93 bool haveVideo = false; in muxing() local114 } else if (useVideo && !haveVideo && isVideo) { in muxing()115 haveVideo = true; in muxing()
91 bool haveVideo = false; in decode() local105 } else if (useVideo && !haveVideo && isVideo) { in decode()106 haveVideo = true; in decode()
291 bool haveVideo = false; in onPrepare() local304 } else if (!haveVideo && isVideo) { in onPrepare()305 haveVideo = true; in onPrepare()
1147 bool haveVideo = false; in main() local1164 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) { in main()1165 haveVideo = true; in main()1172 if (haveAudio && haveVideo) { in main()
333 bool haveVideo = false; in init() local340 if (haveAudio && haveVideo) { in init()345 if (!haveVideo) { in init()351 haveVideo = true; in init()370 if (!isScrambledFormat(*(format.get())) && !haveVideo) { in init()388 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()399 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) { in init()464 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()