Home | History | Annotate | Download | only in stagefright

Lines Matching defs:filterType

149 enum FilterType {
318 FilterType filterType) {
395 switch (filterType) {
455 LOG_ALWAYS_FATAL("mediacodec.cpp error: unrecognized FilterType");
671 FilterType filterType = FILTERTYPE_ZERO;
678 filterType = FILTERTYPE_INTRINSIC_BLUR;
683 filterType = FILTERTYPE_RS_ARGB_TO_RGBA;
688 filterType = FILTERTYPE_RS_NIGHT_VISION;
693 filterType = FILTERTYPE_RS_SATURATION;
698 filterType = FILTERTYPE_SATURATION;
703 filterType = FILTERTYPE_ZERO;
776 decode(looper, argv[0], surface, renderSurface, useTimestamp, filterType);