Home
last modified time | relevance | path

Searched refs:sample_fmt_ (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpcm.c551 #define PCM_ENCODER_0(id_, sample_fmt_, name_, long_name_) argument
552 #define PCM_ENCODER_1(id_, sample_fmt_, name_, long_name_) \ argument
561 .sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_, \
574 #define PCM_DECODER_1(id_, sample_fmt_, name_, long_name_) \ argument
584 .sample_fmts = (const enum AVSampleFormat[]){ sample_fmt_, \
596 #define PCM_CODEC(id, sample_fmt_, name, long_name_) \ argument
597 PCM_ENCODER(id, sample_fmt_, name, long_name_); \
598 PCM_DECODER(id, sample_fmt_, name, long_name_)