Searched refs:test_opus_codec_info (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | a2dp_provider_info_unittest.cc | 103 std::vector<uint8_t> test_opus_codec_info = {0x09, 0x00, 0xff, 0xe0, 0x00, variable 399 provider_info->SourceCodecIndex(test_opus_codec_info.data()); in TEST_F_WITH_FLAGS() 633 ASSERT_EQ(std::memcmp(result_opus_codec_info, test_opus_codec_info.data(), in TEST_F_WITH_FLAGS() 634 test_opus_codec_info.size()), in TEST_F_WITH_FLAGS() 731 ASSERT_EQ(std::memcmp(result_codec_info, test_opus_codec_info.data(), in TEST_F_WITH_FLAGS() 732 test_opus_codec_info.size()), in TEST_F_WITH_FLAGS()
|