Home
last modified time | relevance | path

Searched refs:mixer (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dmixer.c50 } mixer; variable
98 mixer.outputSpec.format, in loadSound()
99 mixer.outputSpec.channels, in loadSound()
100 mixer.outputSpec.freq); in loadSound()
197 if (mixer.numSoundsPlaying == 0) { in playSound()
204 if (mixer.channels[i].position == NULL) { in playSound()
210 if (mixer.channels[i].timestamp < in playSound()
211 mixer.channels[oldest_channel].timestamp) in playSound()
219 mixer.numSoundsPlaying++; in playSound()
222 mixer.channels[selected_channel].position = s->buffer; in playSound()
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/samples/
DVIA 8237--Analog Devices AD18881 Simple mixer control 'Master',0
8 Simple mixer control 'Master Mono',0
13 Simple mixer control 'Master Surround',0
20 Simple mixer control 'Headphone Jack Sense',0
24 Simple mixer control 'PCM',0
31 Simple mixer control 'Surround',0
38 Simple mixer control 'Surround Jack Mode',0
42 Simple mixer control 'Center',0
47 Simple mixer control 'LFE',0
52 Simple mixer control 'Line',0
[all …]
DVIA 8237--C-Media Electronics CMI9761A+1 Simple mixer control 'Master',0
8 Simple mixer control 'PCM',0
15 Simple mixer control 'Surround',0
21 Simple mixer control 'Surround Jack Mode',0
25 Simple mixer control 'Center',0
30 Simple mixer control 'LFE',0
35 Simple mixer control 'Line',0
43 Simple mixer control 'CD',0
51 Simple mixer control 'Mic',0
59 Simple mixer control 'Mic Boost (+20dB)',0
[all …]
DATI IXP--Realtek ALC655 rev 01 Simple mixer control 'Master',0
8 Simple mixer control 'Master Mono',0
13 Simple mixer control 'PCM',0
20 Simple mixer control 'Surround',0
27 Simple mixer control 'Surround Jack Mode',0
31 Simple mixer control 'Center',0
36 Simple mixer control 'LFE',0
41 Simple mixer control 'Line',0
49 Simple mixer control 'CD',0
57 Simple mixer control 'Mic',0
[all …]
DHDA Intel--Realtek ALC889A1 Simple mixer control 'Master',0
6 Simple mixer control 'Headphone',0
12 Simple mixer control 'PCM',0
19 Simple mixer control 'Front',0
26 Simple mixer control 'Front Mic',0
33 Simple mixer control 'Front Mic Boost',0
40 Simple mixer control 'Surround',0
47 Simple mixer control 'Center',0
52 Simple mixer control 'LFE',0
57 Simple mixer control 'Side',0
[all …]
DEnsoniq AudioPCI--Cirrus Logic CS4297A rev 31 Simple mixer control 'Master',0
8 Simple mixer control 'Master Mono',0
13 Simple mixer control 'Headphone',0
20 Simple mixer control '3D Control - Center',0
26 Simple mixer control '3D Control - Depth',0
32 Simple mixer control '3D Control - Switch',0
36 Simple mixer control 'PCM',0
43 Simple mixer control 'Line',0
51 Simple mixer control 'CD',0
59 Simple mixer control 'Mic',0
[all …]
DIntel 82801CA-ICH3--Analog Devices AD1881A1 Simple mixer control 'Master',0
8 Simple mixer control 'Master Mono',0
13 Simple mixer control '3D Control - Center',0
19 Simple mixer control '3D Control - Depth',0
25 Simple mixer control '3D Control - Switch',0
29 Simple mixer control 'PCM',0
36 Simple mixer control 'PCM Out Path & Mute',0
40 Simple mixer control 'Line',0
48 Simple mixer control 'CD',0
56 Simple mixer control 'Mic',0
[all …]
DHDA Intel--Analog Devices AD19811 Simple mixer control 'Master',0
8 Simple mixer control 'PCM',0
15 Simple mixer control 'CD',0
24 Simple mixer control 'Mic',0
33 Simple mixer control 'Mic Boost',0
40 Simple mixer control 'IEC958',0
44 Simple mixer control 'IEC958 Default PCM',0
48 Simple mixer control 'IEC958 Playback Source',0
52 Simple mixer control 'Capture',0
58 Simple mixer control 'Mix',0
DUSB Audio--USB Mixer1 Simple mixer control 'Master',0
6 Simple mixer control 'Line',0
13 Simple mixer control 'Mic',0
20 Simple mixer control 'Mic Capture',0
24 Simple mixer control 'IEC958 In',0
28 Simple mixer control 'Input 1',0
33 Simple mixer control 'Input 2',0
DBrooktree Bt878--Bt87x1 Simple mixer control 'FM',0
6 Simple mixer control 'Mic/Line',0
11 Simple mixer control 'Capture',0
16 Simple mixer control 'Capture Boost',0
20 Simple mixer control 'TV Tuner',0
DLogitech USB Speaker--USB Mixer1 Simple mixer control 'Bass',0
7 Simple mixer control 'Bass Boost',0
11 Simple mixer control 'Treble',0
17 Simple mixer control 'PCM',0
24 Simple mixer control 'Auto Gain Control',0
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2tuner.h117 interface_as_function ## _tuner_list_channels (GstTuner * mixer) \
119 Type *this = (Type*) mixer; \
124 interface_as_function ## _tuner_set_channel (GstTuner * mixer, \
127 Type *this = (Type*) mixer; \
131 interface_as_function ## _tuner_get_channel (GstTuner * mixer) \
133 Type *this = (Type*) mixer; \
137 interface_as_function ## _tuner_list_norms (GstTuner * mixer) \
139 Type *this = (Type*) mixer; \
143 interface_as_function ## _tuner_set_norm_and_notify (GstTuner * mixer, \
146 Type *this = (Type*) mixer; \
[all …]
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixerbin.c102 gst_element_release_request_pad (chain->self->mixer, chain->mixer_pad); in _free_input_chain()
272 if (self->mixer && chain->mixer_pad) { in gst_gl_mixer_bin_dispose()
273 gst_element_release_request_pad (GST_ELEMENT (self->mixer), in gst_gl_mixer_bin_dispose()
384 gst_object_set_name (GST_OBJECT (self->mixer), "mixer"); in _connect_mixer_element()
385 res &= gst_bin_add (GST_BIN (self), self->mixer); in _connect_mixer_element()
387 res &= gst_element_link_pads (self->mixer, "src", self->out_convert, "sink"); in _connect_mixer_element()
392 gst_element_sync_state_with_parent (self->mixer); in _connect_mixer_element()
403 self->mixer = element; in gst_gl_mixer_bin_finish_init_with_element()
406 gst_object_unref (self->mixer); in gst_gl_mixer_bin_finish_init_with_element()
407 self->mixer = NULL; in gst_gl_mixer_bin_finish_init_with_element()
[all …]
Dgstglmosaic.c78 static void gst_gl_mosaic_reset (GstGLMixer * mixer);
79 static gboolean gst_gl_mosaic_init_shader (GstGLMixer * mixer,
82 static gboolean gst_gl_mosaic_process_textures (GstGLMixer * mixer,
226 gst_gl_mosaic_reset (GstGLMixer * mixer) in gst_gl_mosaic_reset() argument
228 GstGLMosaic *mosaic = GST_GL_MOSAIC (mixer); in gst_gl_mosaic_reset()
241 gst_gl_mosaic_init_shader (GstGLMixer * mixer, GstCaps * outcaps) in gst_gl_mosaic_init_shader() argument
243 GstGLMosaic *mosaic = GST_GL_MOSAIC (mixer); in gst_gl_mosaic_init_shader()
247 return gst_gl_context_gen_shader (GST_GL_BASE_MIXER (mixer)->context, in gst_gl_mosaic_init_shader()
254 GstGLMixer *mixer = GST_GL_MIXER (mosaic); in _mosaic_render() local
256 gst_gl_framebuffer_draw_to_texture (mixer->fbo, mosaic->out_tex, in _mosaic_render()
[all …]
Dgstglstereomix.c92 static gboolean gst_gl_stereo_mix_process_frames (GstGLStereoMix * mixer);
647 gst_gl_stereo_mix_process_frames (GstGLStereoMix * mixer) in gst_gl_stereo_mix_process_frames() argument
649 GstVideoAggregator *vagg = GST_VIDEO_AGGREGATOR (mixer); in gst_gl_stereo_mix_process_frames()
660 walk = GST_ELEMENT (mixer)->sinkpads; in gst_gl_stereo_mix_process_frames()
665 GST_LOG_OBJECT (mixer, "Handling frame %d", valid_views); in gst_gl_stereo_mix_process_frames()
675 GST_LOG_OBJECT (mixer, in gst_gl_stereo_mix_process_frames()
692 if (mixer->mix_info.views != valid_views) { in gst_gl_stereo_mix_process_frames()
693 GST_WARNING_OBJECT (mixer, "Not enough input views to process"); in gst_gl_stereo_mix_process_frames()
703 if (gst_gl_view_convert_submit_input_buffer (mixer->viewconvert, in gst_gl_stereo_mix_process_frames()
708 gst_buffer_replace (&mixer->primary_out, NULL); in gst_gl_stereo_mix_process_frames()
[all …]
Dgstglvideomixer.c435 if (self->mixer) in gst_gl_video_mixer_bin_get_property()
436 g_object_get_property (G_OBJECT (self->mixer), pspec->name, value); in gst_gl_video_mixer_bin_get_property()
445 if (self->mixer) in gst_gl_video_mixer_bin_set_property()
446 g_object_set_property (G_OBJECT (self->mixer), pspec->name, value); in gst_gl_video_mixer_bin_set_property()
475 static void gst_gl_video_mixer_reset (GstGLMixer * mixer);
476 static gboolean gst_gl_video_mixer_init_shader (GstGLMixer * mixer,
479 static gboolean gst_gl_video_mixer_process_textures (GstGLMixer * mixer,
947 GstGLVideoMixer *mixer = GST_GL_VIDEO_MIXER (object); in gst_gl_video_mixer_set_property() local
951 mixer->background = g_value_get_enum (value); in gst_gl_video_mixer_set_property()
963 GstGLVideoMixer *mixer = GST_GL_VIDEO_MIXER (object); in gst_gl_video_mixer_get_property() local
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode-iOS/Demos/mixer/mixer.xcodeproj/
Dproject.pbxproj15 …6BEA7CEB63D02B4D066E34E5 /* mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 687637245A2B505…
51 …0613 /* mixer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "mixer.c"…
59 …16489A7D9D /* mixer */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeI…
82 64F72912178E0E0A529D547E /* mixer */ = {
90 name = "mixer";
135 687637245A2B505F4A160613 /* mixer.c */,
157 17915AFB41DD5216489A7D9D /* mixer */,
181 5D8A3C36241715841B63245E /* mixer */ = {
183 …gurationList = 071B02257AE01E935E8D1379 /* Build configuration list for PBXNativeTarget "mixer" */;
194 name = "mixer";
[all …]
/third_party/pulseaudio/src/
DMakefile.am653 alsa_mixer_path_test_SOURCES = tests/alsa-mixer-path-test.c
1353 modules/alsa/mixer/profile-sets/default.conf \
1354 modules/alsa/mixer/profile-sets/force-speaker.conf \
1355 modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf \
1356 modules/alsa/mixer/profile-sets/audigy.conf \
1357 modules/alsa/mixer/profile-sets/maudio-fasttrack-pro.conf \
1358 modules/alsa/mixer/profile-sets/native-instruments-audio4dj.conf \
1359 modules/alsa/mixer/profile-sets/native-instruments-audio8dj.conf \
1360 modules/alsa/mixer/profile-sets/native-instruments-traktor-audio2.conf \
1361 modules/alsa/mixer/profile-sets/native-instruments-traktor-audio6.conf \
[all …]
/third_party/python/Doc/library/
Dossaudiodev.rst102 Open a mixer device and return an OSS mixer device object. *device* is the
103 mixer device filename to use. If it is not specified, this module first looks
105 found, it falls back to :file:`/dev/mixer`.
355 The mixer object provides two file-like methods:
360 This method closes the open mixer device file. Any further attempts to use the
361 mixer after this file is closed will raise an :exc:`OSError`.
366 Returns the file handle number of the open mixer device file.
377 This method returns a bitmask specifying the available mixer controls ("Control"
380 mixer controls---the :const:`SOUND_MIXER_\*` constants defined at module level.
381 To determine if, for example, the current mixer object supports a PCM mixer, use
[all …]
/third_party/pulseaudio/src/modules/alsa/
Dmeson.build4 'alsa-mixer.c',
13 'alsa-mixer.h',
51 subdir('mixer') subdir
Dalsa-util.h151 snd_mixer_elem_t *pa_alsa_mixer_find_card(snd_mixer_t *mixer, struct pa_alsa_mixer_id *alsa_id, uns…
152 snd_mixer_elem_t *pa_alsa_mixer_find_pcm(snd_mixer_t *mixer, const char *name, unsigned int device);
157 void pa_alsa_mixer_set_fdlist(pa_hashmap *mixers, snd_mixer_t *mixer, pa_mainloop_api *ml);
158 void pa_alsa_mixer_free(pa_alsa_mixer *mixer);
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c327 src->mixer = NULL; in gst_directsound_src_init()
467 if (dsoundsrc->mixer) in gst_directsound_src_close()
468 mixerClose (dsoundsrc->mixer); in gst_directsound_src_close()
856 mmres = mixerOpen (&dsoundsrc->mixer, i, 0L, 0L, in gst_directsound_src_mixer_find()
862 mmres = mixerGetDevCaps ((UINT_PTR) dsoundsrc->mixer, in gst_directsound_src_mixer_find()
866 mixerClose (dsoundsrc->mixer); in gst_directsound_src_mixer_find()
882 mixerClose (dsoundsrc->mixer); in gst_directsound_src_mixer_find()
910 mmres = mixerGetLineInfo ((HMIXEROBJ) dsoundsrc->mixer, in gst_directsound_src_mixer_init()
921 mmres = mixerGetLineInfo ((HMIXEROBJ) dsoundsrc->mixer, in gst_directsound_src_mixer_init()
945 mmres = mixerGetLineControls ((HMIXEROBJ) dsoundsrc->mixer, in gst_directsound_src_mixer_init()
[all …]
/third_party/pulseaudio/po/
Dkk.po479 #: src/modules/alsa/alsa-mixer.c:2621
483 #: src/modules/alsa/alsa-mixer.c:2622
487 #: src/modules/alsa/alsa-mixer.c:2623
491 #: src/modules/alsa/alsa-mixer.c:2624
495 #: src/modules/alsa/alsa-mixer.c:2625 src/modules/alsa/alsa-mixer.c:2716
499 #: src/modules/alsa/alsa-mixer.c:2626 src/modules/alsa/alsa-mixer.c:2710
504 #: src/modules/alsa/alsa-mixer.c:2627 src/modules/alsa/alsa-mixer.c:2711
508 #: src/modules/alsa/alsa-mixer.c:2628 src/modules/alsa/alsa-mixer.c:2712
512 #: src/modules/alsa/alsa-mixer.c:2629
516 #: src/modules/alsa/alsa-mixer.c:2630 src/modules/alsa/alsa-mixer.c:2714
[all …]
Dpulseaudio.pot463 #: src/modules/alsa/alsa-mixer.c:2621
467 #: src/modules/alsa/alsa-mixer.c:2622
471 #: src/modules/alsa/alsa-mixer.c:2623
475 #: src/modules/alsa/alsa-mixer.c:2624
479 #: src/modules/alsa/alsa-mixer.c:2625 src/modules/alsa/alsa-mixer.c:2716
483 #: src/modules/alsa/alsa-mixer.c:2626 src/modules/alsa/alsa-mixer.c:2710
488 #: src/modules/alsa/alsa-mixer.c:2627 src/modules/alsa/alsa-mixer.c:2711
492 #: src/modules/alsa/alsa-mixer.c:2628 src/modules/alsa/alsa-mixer.c:2712
496 #: src/modules/alsa/alsa-mixer.c:2629
500 #: src/modules/alsa/alsa-mixer.c:2630 src/modules/alsa/alsa-mixer.c:2714
[all …]
/third_party/python/Lib/test/
Dtest_ossaudiodev.py165 with ossaudiodev.openmixer() as mixer:
166 self.assertGreaterEqual(mixer.fileno(), 0)
186 mixer = ossaudiodev.openmixer()
187 mixer.close()
188 self.assertRaises(ValueError, mixer.fileno)

12345678