Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:outside

505             // ignore limits and features specified outside of type
506 bool outside = !inType && !mCurrentInfo->mHasSoleMime;
507 if (outside && (!strcmp(name, "Limit") || !strcmp(name, "Feature"))) {
508 ALOGW("ignoring %s specified outside of a Type", name);