Searched refs:AUDIO_CODEC_AAC (Results 1 – 6 of 6) sorted by relevance
54 new int[] {Constants.AUDIO_CODEC_AAC, Constants.AUDIO_CODEC_LPCM}); in buildRequestShortAudioDescriptor()
58 Arrays.asList(Constants.AUDIO_CODEC_MPEG2, Constants.AUDIO_CODEC_AAC,604 new int[]{Constants.AUDIO_CODEC_AAC, Constants.AUDIO_CODEC_DTS, in selectedSads_allSupported_completeResult()
312 AUDIO_CODEC_AAC,331 static final int AUDIO_CODEC_AAC = 0x6; // Support AAC field in Constants
87 mCecCodecsToQuery.add(Constants.AUDIO_CODEC_AAC); in RequestSadAction()
644 case Constants.AUDIO_CODEC_AAC: in getSupportedShortAudioDescriptor()687 audioCodecsMap.put(Constants.AUDIO_CODEC_AAC, List.of(AudioFormat.ENCODING_AAC_LC)); in mapAudioCodecWithAudioFormat()
702 return Constants.AUDIO_CODEC_AAC; in formatNameToNum()