Searched refs:mFormatID (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudio.h | 68 …(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…
|
D | gstosxaudioringbuffer.c | 182 format.mFormatID = kAudioFormat60958AC3; in gst_osx_audio_ring_buffer_acquire() 198 format.mFormatID = kAudioFormatLinearPCM; in gst_osx_audio_ring_buffer_acquire()
|
D | gstosxcoreaudiohal.c | 635 cformat.mFormatID == format.mFormatID && in _audio_stream_change_format() 644 cformat.mFormatID != format.mFormatID || in _audio_stream_change_format()
|
D | gstosxcoreaudio.c | 483 if (asbd->mFormatID != kAudioFormatLinearPCM) { in gst_core_audio_asbd_to_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | atdec.c | 229 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/ |
D | module-coreaudio-device.c | 668 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/ |
D | ALACAudioTypes.h | 148 uint32_t mFormatID ; member
|
D | alac_encoder.c | 1240 …if ((source->mFormatID != kALACFormatLinearPCM) || ((source->mFormatFlags & kALACFormatFlagIsFloat… in alac_get_source_format()
|
/third_party/ffmpeg/libavcodec/ |
D | audiotoolboxdec.c | 310 .mFormatID = ffat_get_format_id(avctx->codec_id, avctx->profile), in ffat_create_decoder() 314 .mFormatID = kAudioFormatLinearPCM, in ffat_create_decoder()
|
D | audiotoolboxenc.c | 241 .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/ |
D | audiotoolbox.m | 165 device_format.mFormatID = kAudioFormatLinearPCM; 184 av_log(ctx, AV_LOG_DEBUG, "device_format.mFormatID = %s\n", "kAudioFormatLinearPCM");
|
D | avfoundation.m | 714 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/ |
D | SDL_coreaudio.m | 741 strdesc->mFormatID = kAudioFormatLinearPCM;
|