Home
last modified time | relevance | path

Searched refs:mFormatID (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.h68 …(f).mFormat.mFormatID == 'IAC3' || (f).mFormat.mFormatID == 'iac3' || (f).mFormat.mFormatID == kAu…
71 #define CORE_AUDIO_FORMAT_ARGS(f) GST_FOURCC_ARGS((unsigned int)(f).mFormatID),(f).mSampleRate,(uns…
Dgstosxaudioringbuffer.c182 format.mFormatID = kAudioFormat60958AC3; in gst_osx_audio_ring_buffer_acquire()
198 format.mFormatID = kAudioFormatLinearPCM; in gst_osx_audio_ring_buffer_acquire()
Dgstosxcoreaudiohal.c635 cformat.mFormatID == format.mFormatID && in _audio_stream_change_format()
644 cformat.mFormatID != format.mFormatID || in _audio_stream_change_format()
Dgstosxcoreaudio.c483 if (asbd->mFormatID != kAudioFormatLinearPCM) { in gst_core_audio_asbd_to_caps()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Datdec.c229 format->mFormatID = kAudioFormatMPEG4AAC; in gst_caps_to_at_format()
238 format->mFormatID = kAudioFormatMPEGLayer1; in gst_caps_to_at_format()
242 format->mFormatID = kAudioFormatMPEGLayer2; in gst_caps_to_at_format()
246 format->mFormatID = kAudioFormatMPEGLayer3; in gst_caps_to_at_format()
251 format->mFormatID = kAudioFormatMPEGLayer3; in gst_caps_to_at_format()
259 format->mFormatID = kAudioFormatLinearPCM; in gst_caps_to_at_format()
/third_party/pulseaudio/src/modules/macosx/
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/libsnd/src/ALAC/
DALACAudioTypes.h148 uint32_t mFormatID ; member
Dalac_encoder.c1240 …if ((source->mFormatID != kALACFormatLinearPCM) || ((source->mFormatFlags & kALACFormatFlagIsFloat… in alac_get_source_format()
/third_party/ffmpeg/libavcodec/
Daudiotoolboxdec.c310 .mFormatID = ffat_get_format_id(avctx->codec_id, avctx->profile), in ffat_create_decoder()
314 .mFormatID = kAudioFormatLinearPCM, in ffat_create_decoder()
Daudiotoolboxenc.c241 .mFormatID = kAudioFormatLinearPCM, in ffat_init_encoder()
255 .mFormatID = ffat_get_format_id(avctx->codec_id, avctx->profile), in ffat_init_encoder()
/third_party/ffmpeg/libavdevice/
Daudiotoolbox.m165 device_format.mFormatID = kAudioFormatLinearPCM;
184 av_log(ctx, AV_LOG_DEBUG, "device_format.mFormatID = %s\n", "kAudioFormatLinearPCM");
Davfoundation.m714 if (basic_desc->mFormatID == kAudioFormatLinearPCM &&
719 } else if (basic_desc->mFormatID == kAudioFormatLinearPCM &&
724 } else if (basic_desc->mFormatID == kAudioFormatLinearPCM &&
729 } else if (basic_desc->mFormatID == kAudioFormatLinearPCM &&
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/
DSDL_coreaudio.m741 strdesc->mFormatID = kAudioFormatLinearPCM;