Lines Matching refs:PCMDEF
154 #define PCMDEF(name, long_name, ext, uppercase) \
157 PCMDEF(f64be, "PCM 64-bit floating-point big-endian", NULL, F64BE)
158 PCMDEF(f64le, "PCM 64-bit floating-point little-endian", NULL, F64LE)
159 PCMDEF(f32be, "PCM 32-bit floating-point big-endian", NULL, F32BE)
160 PCMDEF(f32le, "PCM 32-bit floating-point little-endian", NULL, F32LE)
161 PCMDEF(s32be, "PCM signed 32-bit big-endian", NULL, S32BE)
162 PCMDEF(s32le, "PCM signed 32-bit little-endian", NULL, S32LE)
163 PCMDEF(s24be, "PCM signed 24-bit big-endian", NULL, S24BE)
164 PCMDEF(s24le, "PCM signed 24-bit little-endian", NULL, S24LE)
167 PCMDEF(s16le, "PCM signed 16-bit little-endian", AV_NE(NULL, "sw"), S16LE)
168 PCMDEF(s8, "PCM signed 8-bit", "sb", S8)
169 PCMDEF(u32be, "PCM unsigned 32-bit big-endian", NULL, U32BE)
170 PCMDEF(u32le, "PCM unsigned 32-bit little-endian", NULL, U32LE)
171 PCMDEF(u24be, "PCM unsigned 24-bit big-endian", NULL, U24BE)
172 PCMDEF(u24le, "PCM unsigned 24-bit little-endian", NULL, U24LE)
173 PCMDEF(u16be, "PCM unsigned 16-bit big-endian", AV_NE("uw", NULL), U16BE)
174 PCMDEF(u16le, "PCM unsigned 16-bit little-endian", AV_NE(NULL, "uw"), U16LE)
175 PCMDEF(u8, "PCM unsigned 8-bit", "ub", U8)
176 PCMDEF(alaw, "PCM A-law", "al", ALAW)
177 PCMDEF(mulaw, "PCM mu-law", "ul", MULAW)
178 PCMDEF(vidc, "PCM Archimedes VIDC", NULL, VIDC)