Loading system/stack/test/stack_a2dp_test.cc +15 −17 Original line number Diff line number Diff line Loading @@ -94,10 +94,8 @@ const uint8_t codec_info_aac_capability[AVDT_CODEC_SIZE] = { 2, // Media Codec Type: A2DP_MEDIA_CT_AAC 0x80, // Object Type: A2DP_AAC_OBJECT_TYPE_MPEG2_LC 0x01, // Sampling Frequency: A2DP_AAC_SAMPLING_FREQ_44100 0x80 | 0x04, // Sampling Frequency: // A2DP_AAC_SAMPLING_FREQ_48000 | // Channels: // A2DP_AAC_CHANNEL_MODE_STEREO // TODO: AAC 48.0kHz sampling rate should be added back - see b/62301376 0x04, // Channels: A2DP_AAC_CHANNEL_MODE_STEREO 0x00 | 0x4, // Variable Bit Rate: // A2DP_AAC_VARIABLE_BIT_RATE_DISABLED // Bit Rate: 320000 = 0x4e200 Loading Loading
system/stack/test/stack_a2dp_test.cc +15 −17 Original line number Diff line number Diff line Loading @@ -94,10 +94,8 @@ const uint8_t codec_info_aac_capability[AVDT_CODEC_SIZE] = { 2, // Media Codec Type: A2DP_MEDIA_CT_AAC 0x80, // Object Type: A2DP_AAC_OBJECT_TYPE_MPEG2_LC 0x01, // Sampling Frequency: A2DP_AAC_SAMPLING_FREQ_44100 0x80 | 0x04, // Sampling Frequency: // A2DP_AAC_SAMPLING_FREQ_48000 | // Channels: // A2DP_AAC_CHANNEL_MODE_STEREO // TODO: AAC 48.0kHz sampling rate should be added back - see b/62301376 0x04, // Channels: A2DP_AAC_CHANNEL_MODE_STEREO 0x00 | 0x4, // Variable Bit Rate: // A2DP_AAC_VARIABLE_BIT_RATE_DISABLED // Bit Rate: 320000 = 0x4e200 Loading