HomeSort by relevance Sort by last modified time
    Searched defs:AudioDecoder (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.h 24 class AudioDecoder {
34 AudioDecoder() = default;
35 virtual ~AudioDecoder() = default;
119 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoder);
  /frameworks/base/media/java/android/media/
DecoderCapabilities.java 39 * The AudioDecoder class represents the type of an audio decoder
41 public enum AudioDecoder {
65 * @see android.media.DecoderCapabilities.AudioDecoder
67 public static List<AudioDecoder> getAudioDecoders() {
68 List<AudioDecoder> decoderList = new ArrayList<AudioDecoder>();
71 decoderList.add(AudioDecoder.values()[native_get_audio_decoder_type(i)]);

Completed in 2650 milliseconds