Searched refs:audioCodecsMap (Results 1 – 1 of 1) sorted by relevance
672 HashMap<Integer, List<Integer>> audioCodecsMap = new HashMap<Integer, List<Integer>>(); in mapAudioCodecWithAudioFormat() local674 audioCodecsMap.put(Constants.AUDIO_CODEC_NONE, List.of(AudioFormat.ENCODING_DEFAULT)); in mapAudioCodecWithAudioFormat()675 audioCodecsMap.put( in mapAudioCodecWithAudioFormat()683 audioCodecsMap.put(Constants.AUDIO_CODEC_DD, List.of(AudioFormat.ENCODING_AC3)); in mapAudioCodecWithAudioFormat()684 audioCodecsMap.put(Constants.AUDIO_CODEC_MPEG1, List.of(AudioFormat.ENCODING_AAC_HE_V1)); in mapAudioCodecWithAudioFormat()685 audioCodecsMap.put(Constants.AUDIO_CODEC_MPEG2, List.of(AudioFormat.ENCODING_AAC_HE_V2)); in mapAudioCodecWithAudioFormat()686 audioCodecsMap.put(Constants.AUDIO_CODEC_MP3, List.of(AudioFormat.ENCODING_MP3)); in mapAudioCodecWithAudioFormat()687 audioCodecsMap.put(Constants.AUDIO_CODEC_AAC, List.of(AudioFormat.ENCODING_AAC_LC)); in mapAudioCodecWithAudioFormat()688 audioCodecsMap.put(Constants.AUDIO_CODEC_DTS, List.of(AudioFormat.ENCODING_DTS)); in mapAudioCodecWithAudioFormat()689 audioCodecsMap.put( in mapAudioCodecWithAudioFormat()[all …]