Searched refs:codecPrefix (Results 1 – 10 of 10) sorted by relevance
20 import static android.mediapc.cts.CodecTestBase.codecPrefix;77 if ((codecPrefix != null && !encoder.startsWith(codecPrefix)) in inputParams()
20 import static android.mediapc.cts.CodecTestBase.codecPrefix;82 if ((codecPrefix != null && !encoder.startsWith(codecPrefix)) in inputParams()
20 import static android.mediapc.cts.CodecTestBase.codecPrefix;78 if ((codecPrefix != null && !decoder.startsWith(codecPrefix)) in inputParams()
20 import static android.mediapc.cts.CodecTestBase.codecPrefix;182 if ((codecPrefix != null && !decoder.startsWith(codecPrefix)) in prepareArgumentsList()
20 import static android.mediapc.cts.CodecTestBase.codecPrefix;98 if ((codecPrefix != null && !encoder.startsWith(codecPrefix)) in inputParams()
20 import static android.mediapc.cts.CodecTestBase.codecPrefix;85 if ((codecPrefix != null && !decoder.startsWith(codecPrefix)) in inputParams()
24 import static android.mediapc.cts.CodecTestBase.codecPrefix;195 if ((codecPrefix != null && !codec.startsWith(codecPrefix)) in inputParams()
208 public static String codecPrefix; field in CodecTestBase230 codecPrefix = args.getString(CODEC_PREFIX_KEY);
43 import static android.mediav2.common.cts.CodecTestBase.codecPrefix;116 if (codecPrefix != null && !codecName.startsWith(codecPrefix) in input()
296 public static String codecPrefix; field in CodecTestBase423 codecPrefix = args.getString(CODEC_PREFIX_KEY);981 if (codecPrefix != null && !codec.startsWith(codecPrefix)) { in prepareParamList()983 + codecPrefix); in prepareParamList()