Searched defs:GetDecodedSamples (Results 1 – 2 of 2) sorted by relevance
30 std::vector<int16_t>& GetDecodedSamples() { return output_channel_data_; } in GetDecodedSamples() function55 std::vector<int16_t>& CodecInterface::GetDecodedSamples() { return impl->GetDecodedSamples(); } in GetDecodedSamples() function in bluetooth::le_audio::CodecInterface
115 std::vector<int16_t>& GetDecodedSamples() { return output_channel_data_; } in GetDecodedSamples() function288 std::vector<int16_t>& CodecInterface::GetDecodedSamples() { return impl->GetDecodedSamples(); } in GetDecodedSamples() function in bluetooth::le_audio::CodecInterface