HomeSort by relevance Sort by last modified time
    Searched full:decoderproperties (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 100 private static class DecoderProperties {
101 public DecoderProperties(String codecName, int colorFormat) {
109 private static DecoderProperties findVp8HwDecoder() {
154 return new DecoderProperties(name, codecColorFormat);
276 DecoderProperties properties = findVp8HwDecoder();

Completed in 393 milliseconds