Home
last modified time | relevance | path

Searched defs:PCM (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/miri/bench-cargo-miri/mse/src/
Dmain.rs4 static PCM: &[i16] = &[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0… constant
/third_party/ffmpeg/libavformat/
Davisynth.c48 #define PCM(format) (AV_CODEC_ID_PCM_ ## format ## BE) macro
50 #define PCM(format) (AV_CODEC_ID_PCM_ ## format ## LE) macro
/third_party/ffmpeg/tests/
DMakefile112 PCM = $(call ALLYES, $(1)_DEMUXER $(2)_DECODER $(3) FILE_PROTOCOL \ macro