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

  /frameworks/av/media/extractors/mpeg2/
MPEG2TSExtractor.cpp 204 bool haveVideo = false;
210 if (haveAudio && haveVideo) {
215 if (!haveVideo) {
221 haveVideo = true;
241 if (!haveVideo) {
257 "haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64,
258 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
269 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) {
270 sp<AnotherPacketSource> impl = haveVideo
321 ALOGI("haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64
    [all...]
  /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 1049 bool haveVideo = false;
1066 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1067 haveVideo = true;
1074 if (haveAudio && haveVideo) {
    [all...]

Completed in 109 milliseconds