Home
last modified time | relevance | path

Searched refs:PCM (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/fate/
H A Ddca.mak68 FATE_DCA-$(call PCM, MPEGTS, DCA, DTS_DEMUXER ARESAMPLE_FILTER) += fate-dca-core
76 FATE_DCA-$(call PCM, DTS, DCA, ARESAMPLE_FILTER) += fate-dts_es
H A Dmatroska.mak74 # It also tests writing PCM audio in both endiannesses and putting
142 # output. Furthermore, this also tests writing PCM with bitdepth 32.
H A Dadpcm.mak113 fate-adpcm-ima-alp-mono: CMD = md5 -i $(TARGET_SAMPLES)/alp/AD_P11.PCM -f s16le
/third_party/ffmpeg/libavformat/
H A Davisynth.c48 #define PCM(format) (AV_CODEC_ID_PCM_ ## format ## BE) macro
50 #define PCM(format) (AV_CODEC_ID_PCM_ ## format ## LE) macro
764 st->codecpar->codec_id = PCM(S16); in avisynth_create_stream_audio()
767 st->codecpar->codec_id = PCM(S24); in avisynth_create_stream_audio()
770 st->codecpar->codec_id = PCM(S32); in avisynth_create_stream_audio()
773 st->codecpar->codec_id = PCM(F32); in avisynth_create_stream_audio()
/third_party/ffmpeg/tests/
H A DMakefile112 PCM = $(call ALLYES, $(1)_DEMUXER $(2)_DECODER $(3) FILE_PROTOCOL \ macro
/third_party/alsa-lib/src/control/
H A Dnamehint.c284 fprintf(stderr, "********* PCM '%s':\n", buf); in try_config()
440 IFACE(PCM, snd_ctl_pcm_next_device),
H A Dcontrol.c116 - The interface type (e.g. MIXER, CARD or PCM)
1202 * \brief Get next PCM device number
1214 * \brief Get info about a PCM device
1216 * \param info PCM device id/info pointer
1226 * \brief Set preferred PCM subdevice number of successive PCM open
1228 * \param subdev Preferred PCM subdevice number
1685 IFACE(PCM),

Completed in 10 milliseconds