Searched refs:supportedCodecPrefixes (Results 1 – 1 of 1) sorted by relevance
143 String mime, String[] supportedCodecPrefixes) { in findDecoder() argument167 for (String codecPrefix : supportedCodecPrefixes) { in findDecoder()238 String[] supportedCodecPrefixes = null; in initDecode() local241 supportedCodecPrefixes = supportedVp8HwCodecPrefixes; in initDecode()244 supportedCodecPrefixes = supportedVp9HwCodecPrefixes; in initDecode()247 supportedCodecPrefixes = supportedH264HwCodecPrefixes; in initDecode()251 DecoderProperties properties = findDecoder(mime, supportedCodecPrefixes); in initDecode()