Searched refs:haveVideo (Results 1 – 5 of 5) sorted by relevance
97 bool haveVideo = false; in muxing() local118 } else if (useVideo && !haveVideo && isVideo) { in muxing()119 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()
1214 bool haveVideo = false; in main() local1231 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) { in main()1232 haveVideo = true; in main()1239 if (haveAudio && haveVideo) { in main()
347 bool haveVideo = false; in init() local354 if (haveAudio && haveVideo) { in init()359 if (!haveVideo) { in init()365 haveVideo = true; in init()384 if (!isScrambledFormat(*(format.get())) && !haveVideo) { in init()402 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()413 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) { in init()478 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()