Searched refs:PCM (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | dca.mak | 68 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 D | matroska.mak | 74 # It also tests writing PCM audio in both endiannesses and putting 142 # output. Furthermore, this also tests writing PCM with bitdepth 32.
|
H A D | adpcm.mak | 113 fate-adpcm-ima-alp-mono: CMD = md5 -i $(TARGET_SAMPLES)/alp/AD_P11.PCM -f s16le
|
/third_party/ffmpeg/libavformat/ |
H A D | avisynth.c | 48 #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 D | Makefile | 112 PCM = $(call ALLYES, $(1)_DEMUXER $(2)_DECODER $(3) FILE_PROTOCOL \ macro
|
/third_party/alsa-lib/src/control/ |
H A D | namehint.c | 284 fprintf(stderr, "********* PCM '%s':\n", buf); in try_config() 440 IFACE(PCM, snd_ctl_pcm_next_device),
|
H A D | control.c | 116 - 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