Searched refs:DecoderProperties (Results 1 – 1 of 1) sorted by relevance
133 private static class DecoderProperties { class in MediaCodecVideoDecoder134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties() method in MediaCodecVideoDecoder.DecoderProperties142 private static DecoderProperties findDecoder( in findDecoder()189 return new DecoderProperties(name, codecColorFormat); in findDecoder()251 DecoderProperties properties = findDecoder(mime, supportedCodecPrefixes); in initDecode()