HomeSort by relevance Sort by last modified time
    Searched refs:haveVideo (Results 1 - 5 of 5) sorted by null

  /frameworks/av/cmds/stagefright/
muxer.cpp 93 bool haveVideo = false;
114 } else if (useVideo && !haveVideo && isVideo) {
115 haveVideo = true;
codec.cpp 91 bool haveVideo = false;
105 } else if (useVideo && !haveVideo && isVideo) {
106 haveVideo = true;
SimplePlayer.cpp 291 bool haveVideo = false;
304 } else if (!haveVideo && isVideo) {
305 haveVideo = true;
stagefright.cpp     [all...]
  /frameworks/av/media/extractors/mpeg2/
MPEG2TSExtractor.cpp 331 bool haveVideo = false;
338 if (haveAudio && haveVideo) {
343 if (!haveVideo) {
349 haveVideo = true;
368 if (!isScrambledFormat(*(format.get())) && !haveVideo) {
385 "haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64,
386 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
397 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) {
461 ALOGI("haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64,
462 haveAudio, haveVideo, ALooper::GetNowUs() - startTime)
    [all...]

Completed in 305 milliseconds