Home
last modified time | relevance | path

Searched refs:sampleBitWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h589 FormatAudioSampleFmt sampleBitWidth; /**< Bit width */ member
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp924 trackSource.trackSourceInfo.audioInfo.sampleBitWidth = FORMAT_AUDIO_SAMPLE_FMT_S8; in GetAudioTrackSource()
927 trackSource.trackSourceInfo.audioInfo.sampleBitWidth = FORMAT_AUDIO_SAMPLE_FMT_S16; in GetAudioTrackSource()
930 trackSource.trackSourceInfo.audioInfo.sampleBitWidth = FORMAT_AUDIO_SAMPLE_FMT_S24; in GetAudioTrackSource()
934 trackSource.trackSourceInfo.audioInfo.sampleBitWidth = FORMAT_AUDIO_SAMPLE_FMT_S16; in GetAudioTrackSource()