Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:isVideo

681     bool isVideo = (track->mKind == Track::VIDEO);
683 if ((isVideo && size < 40) || (!isVideo && size < 16)) {
697 if (isVideo) {