Lines Matching refs:FORMAT
82 FORMAT = 0x4001,
114 // The failure could be because of an invalid channelMask or format, or that
117 audio_format_t format, int sessionId);
135 static inline bool isValidPcmTrackFormat(audio_format_t format) {
136 switch (format) {
159 // sample format is not explicitly specified, and is assumed to be AUDIO_FORMAT_PCM_16_BIT
196 uint8_t unused_padding; // formerly format, was always 16
244 audio_format_t mMixerFormat; // output mix format: AUDIO_FORMAT_PCM_(FLOAT|16_BIT)
245 audio_format_t mFormat; // input track format
246 audio_format_t mMixerInFormat; // mix internal format AUDIO_FORMAT_PCM_(FLOAT|16_BIT)
247 // each track must be converted to this format.
248 audio_format_t mDownmixRequiresFormat; // required downmixer format
250 // AUDIO_FORMAT_INVALID if no required format
340 /* multi-format volume mixing function (calls template functions
355 // multi-format process hooks
359 // multi-format track hooks