Searched refs:codec_bits_per_sample (Results 1 – 5 of 5) sorted by relevance
46 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codec_bits_per_sample2value() argument47 switch (codec_bits_per_sample) { in codec_bits_per_sample2value()98 for (const auto codec_bits_per_sample : codec_bits_per_sample_array) { in TEST_F() local101 codec_sample_rate, codec_bits_per_sample, codec_channel_mode); in TEST_F()105 (codec_bits_per_sample == BTAV_A2DP_CODEC_BITS_PER_SAMPLE_NONE) || in TEST_F()116 codec_bits_per_sample2value(codec_bits_per_sample); in TEST_F()
145 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample,
349 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample) { in codecBitsPerSample2Str() argument352 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_16) { in codecBitsPerSample2Str()356 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_24) { in codecBitsPerSample2Str()360 if (codec_bits_per_sample & BTAV_A2DP_CODEC_BITS_PER_SAMPLE_32) { in codecBitsPerSample2Str()366 ss << "UnknownBitsPerSample(0x" << std::hex << codec_bits_per_sample << ")"; in codecBitsPerSample2Str()
224 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample);
931 btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample, in audio_a2dp_hw_stream_compute_buffer_size() argument966 switch (codec_bits_per_sample) { in audio_a2dp_hw_stream_compute_buffer_size()978 ERROR("Invalid bits per sample: 0x%x", codec_bits_per_sample); in audio_a2dp_hw_stream_compute_buffer_size()