Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:isVideo

445     bool isVideo = !strncasecmp(mime, "video/", 6);
446 if (!isAudio && !isVideo) {