Searched refs:selectSwitch (Results 1 – 1 of 1) sorted by relevance
337 public static String toString(ComponentClass selectSwitch) { in toString() argument338 switch (selectSwitch) { in toString()945 ComponentClass selectSwitch) { in prepareParamList() argument947 mustTestAllCodecs, selectSwitch, null); in prepareParamList()952 ComponentClass selectSwitch, String[] features) { in prepareParamList() argument961 selectCodecs(mediaType, null /* formats */, features, isEncoder, selectSwitch); in prepareParamList()1050 String[] features, boolean isEncoder, ComponentClass selectSwitch) { in selectCodecs() argument1056 if (selectSwitch == ComponentClass.HARDWARE && !codecInfo.isHardwareAccelerated()) { in selectCodecs()1058 } else if (selectSwitch == ComponentClass.SOFTWARE && !codecInfo.isSoftwareOnly()) { in selectCodecs()