Home
last modified time | relevance | path

Searched defs:bitsPerSample (Results 1 – 11 of 11) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
Daudio_sink.cpp154 int32_t AudioSink::SetParameters(int32_t bitsPerSample, int32_t channels, int32_t sampleRate) in SetParameters()
220 int32_t AudioSink::GetParameters(int32_t &bitsPerSample, int32_t &channels, int32_t &sampleRate) in GetParameters()
/foundation/multimedia/audio_framework/services/audio_service/test/example/
Dpcm2wav.h34 uint16_t bitsPerSample = 16; // Number of bits per sample member
/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_a2dp_codec.h50 uint8_t bitsPerSample; member
100 uint8_t bitsPerSample = 0; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
Da2dp_codec_config.h31 uint32_t bitsPerSample; member
Da2dp_codec_constant.h173 uint8_t bitsPerSample; member
225 uint8_t bitsPerSample; member
/foundation/distributedhardware/distributed_audio/services/test_example/
Ddistributedaudiotest.h52 uint16_t bitsPerSample = 16; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/
Dwav_demuxer_plugin.h41 uint16_t bitsPerSample; // 2 byte Number of bits per sample member
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
Dinterface_profile_a2dp_src.h42 uint32_t bitsPerSample; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
Da2dp_parcel_codec.h122 uint8_t bitsPerSample; member
167 uint8_t bitsPerSample; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
Da2dp_encoder_sbc.h76 uint16_t bitsPerSample; // 8, 16, 24 or32. member
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
DNativeFunctionTest.cpp179 int32_t bitsPerSample; in getAVFormatFlac() local