Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:isVideo

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