Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
H A DALACAudioTypes.h148 uint32_t mFormatID ; member
H A Dalac_encoder.c1240 if ((source->mFormatID != kALACFormatLinearPCM) || ((source->mFormatFlags & kALACFormatFlagIsFloat) != 0) || (source->mBitsPerChannel <= 16)) in alac_get_source_format()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c668 if (u->stream_description.mFormatID != kAudioFormatLinearPCM) { in ca_device_create_streams()
670 (char) (u->stream_description.mFormatID >> 24), in ca_device_create_streams()
671 (char) (u->stream_description.mFormatID >> 16) & 0xff, in ca_device_create_streams()
672 (char) (u->stream_description.mFormatID >> 8) & 0xff, in ca_device_create_streams()
673 (char) (u->stream_description.mFormatID & 0xff)); in ca_device_create_streams()
/third_party/ffmpeg/libavcodec/
H A Daudiotoolboxenc.c238 .mFormatID = kAudioFormatLinearPCM, in ffat_init_encoder()
252 .mFormatID = ffat_get_format_id(avctx->codec_id, avctx->profile), in ffat_init_encoder()
H A Daudiotoolboxdec.c314 .mFormatID = ffat_get_format_id(avctx->codec_id, avctx->profile), in ffat_create_decoder()
318 .mFormatID = kAudioFormatLinearPCM, in ffat_create_decoder()

Completed in 6 milliseconds