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

  /frameworks/base/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 167 bool haveVideo = false;
172 if (haveAudio && haveVideo) {
175 if (!haveVideo) {
181 haveVideo = true;
202 LOGI("haveAudio=%d, haveVideo=%d", haveAudio, haveVideo);
  /frameworks/base/cmds/stagefright/
stagefright.cpp 779 bool haveVideo = false;
791 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
792 haveVideo = true;
799 if (haveAudio && haveVideo) {
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 360 bool haveVideo = false;
367 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
369 haveVideo = true;
388 if (haveAudio && haveVideo) {
393 if (!haveAudio && !haveVideo) {
    [all...]

Completed in 15 milliseconds