Searched refs:audioCodecsMap (Results 1 – 1 of 1) sorted by relevance
657 HashMap<Integer, List<Integer>> audioCodecsMap = new HashMap<Integer, List<Integer>>(); in mapAudioCodecWithAudioFormat() local659 audioCodecsMap.put(Constants.AUDIO_CODEC_NONE, List.of(AudioFormat.ENCODING_DEFAULT)); in mapAudioCodecWithAudioFormat()660 audioCodecsMap.put( in mapAudioCodecWithAudioFormat()668 audioCodecsMap.put(Constants.AUDIO_CODEC_DD, List.of(AudioFormat.ENCODING_AC3)); in mapAudioCodecWithAudioFormat()671 audioCodecsMap.put(Constants.AUDIO_CODEC_MP3, List.of(AudioFormat.ENCODING_MP3)); in mapAudioCodecWithAudioFormat()672 audioCodecsMap.put(Constants.AUDIO_CODEC_AAC, List.of(AudioFormat.ENCODING_AAC_LC)); in mapAudioCodecWithAudioFormat()673 audioCodecsMap.put(Constants.AUDIO_CODEC_DTS, List.of(AudioFormat.ENCODING_DTS)); in mapAudioCodecWithAudioFormat()674 audioCodecsMap.put( in mapAudioCodecWithAudioFormat()677 audioCodecsMap.put(Constants.AUDIO_CODEC_DTSHD, List.of(AudioFormat.ENCODING_DTS_HD)); in mapAudioCodecWithAudioFormat()678 audioCodecsMap.put( in mapAudioCodecWithAudioFormat()[all …]