Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/intelligentvoice/
H A D_intell_voice_engine_adapter_info.md30 ### bitsPerSample subsection
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Dpcm2wav.h34 uint16_t bitsPerSample = 16; // Number of bits per sample member
/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.h52 uint16_t bitsPerSample = 16; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_config.h31 uint32_t bitsPerSample; member
H A Da2dp_codec_constant.h173 uint8_t bitsPerSample; member
225 uint8_t bitsPerSample; member
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_codec.h50 uint8_t bitsPerSample; member
100 uint8_t bitsPerSample = 0; member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/
H A Dwav_demuxer_plugin.h41 uint16_t bitsPerSample; // 2 byte Number of bits per sample member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h42 uint32_t bitsPerSample; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h122 uint8_t bitsPerSample; member
167 uint8_t bitsPerSample; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h76 uint16_t bitsPerSample; // 8, 16, 24 or32. member
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp179 int32_t bitsPerSample; in getAVFormatFlac() local
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_snd_render.c546 int bitsPerSample = snd_pcm_format_physical_width(fmt); in RenderSetParams() local