Home
last modified time | relevance | path

Searched defs:bitdepth (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler_test.cc36 SourceAudioHalAsrcTest(int channels, int bitdepth) in SourceAudioHalAsrcTest()
54 extern "C" void resample_i16(int channels, int bitdepth, double ratio, in resample_i16()
70 extern "C" void resample_i32(int channels, int bitdepth, double ratio, in resample_i32()
Dasrc_resampler_test.py29 def __init__(self, lib, channels, bitdepth): argument
/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.cpp104 png_uint_32 bitdepth = png_get_bit_depth(pngPtr, infoPtr); in fillBufferFromPng() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc453 for (auto const& bitdepth : transport.bitdepth) { in CodecCapabilities() local
Da2dp_encoding_aidl.cc803 static btav_a2dp_codec_bits_per_sample_t convert_bitdepth(int bitdepth) { in convert_bitdepth()
Da2dp_provider_info_unittest.cc132 std::vector<int32_t> bitdepth, bool lossless) { in CreateTestA2dpCodecInfo()