Home
last modified time | relevance | path

Searched refs:streams (Results 376 – 379 of 379) sorted by relevance

1...<<111213141516

/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1115 A PCM instance consists of PCM playback and capture streams, and each
3084 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams,
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch34793 + // * Not main profile & untested due to no conform streams
66331 +# Grab test streams
67324 + argp.add_argument("streams", nargs='*')
67343 + streams = args.streams
67344 + if not streams:
67346 + print ("No source streams specified")
67349 + streams = [k for k in stats_in]
67353 + prefix = streams[0]
67354 + for f in streams[1:]:
67358 + streams = [s[len(prefix):] for s in streams]
[all …]
/openbmc/qemu/
H A Dqemu-options.hx777 " in|out.mixing-engine= use mixing engine to mix streams inside QEMU\n"
866 Use QEMU's mixing engine to mix all streams inside QEMU and
870 streams and the audio formats used by the virtual cards,
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch6268 + /* No idea why ... but this fixes flickering on some TSCC streams */

1...<<111213141516