Searched refs:haveVideo (Results 1 – 5 of 5) sorted by relevance
330 bool haveVideo = false; in init() local337 if (haveAudio && haveVideo) { in init()342 if (!haveVideo) { in init()348 haveVideo = true; in init()367 if (!isScrambledFormat(*(format.get())) && !haveVideo) { in init()385 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()396 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) { in init()461 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()
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()