Home
last modified time | relevance | path

Searched refs:mBitsPerChannel (Results 1 - 5 of 5) sorted by relevance

/third_party/libsnd/src/ALAC/
H A DALACAudioTypes.h154 uint32_t mBitsPerChannel ; member
H A Dalac_encoder.c1240 if ((source->mFormatID != kALACFormatLinearPCM) || ((source->mFormatFlags & kALACFormatFlagIsFloat) != 0) || (source->mBitsPerChannel <= 16)) in alac_get_source_format()
1242 else if (source->mBitsPerChannel <= 20) in alac_get_source_format()
1244 else if (source->mBitsPerChannel <= 24) in alac_get_source_format()
/third_party/ffmpeg/libavcodec/
H A Daudiotoolboxdec.c321 .mBitsPerChannel = av_get_bytes_per_sample(sample_fmt) * 8, in ffat_create_decoder()
379 out_format.mChannelsPerFrame * (out_format.mBitsPerChannel / 8); in ffat_create_decoder()
H A Daudiotoolboxenc.c248 .mBitsPerChannel = av_get_bytes_per_sample(avctx->sample_fmt) * 8, in ffat_init_encoder()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c698 pa_log_debug("%d bits per channel", (unsigned int) u->stream_description.mBitsPerChannel); in ca_device_create_streams()

Completed in 7 milliseconds