Searched refs:sample_fmt_ (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | pcm.c | 555 #define PCM_ENCODER_0(id_, sample_fmt_, name_, long_name_) argument 556 #define PCM_ENCODER_1(id_, sample_fmt_, name_, long_name_) \ argument 565 .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_, \ 578 #define PCM_DECODER_1(id_, sample_fmt_, name_, long_name_) \ argument 588 .p.sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_, \ 600 #define PCM_CODEC(id, sample_fmt_, name, long_name_) \ argument 601 PCM_ENCODER(id, sample_fmt_, name, long_name_); \ 602 PCM_DECODER(id, sample_fmt_, name, long_name_)
|
/third_party/ffmpeg/libavfilter/ |
D | internal.h | 183 #define FILTER_SINGLE_SAMPLEFMT(sample_fmt_) \ argument 184 .formats.sample_fmt = sample_fmt_, \
|