Home
last modified time | relevance | path

Searched refs:DecoderProperties (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java133 private static class DecoderProperties { class in MediaCodecVideoDecoder
134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties() method in MediaCodecVideoDecoder.DecoderProperties
142 private static DecoderProperties findDecoder( in findDecoder()
189 return new DecoderProperties(name, codecColorFormat); in findDecoder()
251 DecoderProperties properties = findDecoder(mime, supportedCodecPrefixes); in initDecode()