HomeSort by relevance Sort by last modified time
    Searched refs:mIsLegacyUpmix (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 57 mIsLegacyUpmix(false),
179 mIsLegacyUpmix = mSrcChannelMask == AUDIO_CHANNEL_IN_MONO
184 mRequiresFloat = mResampler != NULL || mIsLegacyDownmix || mIsLegacyUpmix;
191 } else if (mIsLegacyUpmix || mIsLegacyDownmix) { // legacy modes always float
212 if (!mIsLegacyDownmix && !mIsLegacyUpmix && mSrcChannelMask != mDstChannelMask) {
229 if (mIsLegacyUpmix || mIsLegacyDownmix) {
231 if (mIsLegacyUpmix) {
263 if (mIsLegacyUpmix) {
  /frameworks/av/media/libmedia/include/media/
RecordBufferConverter.h 110 bool mIsLegacyUpmix; // legacy mono to stereo conversion needed

Completed in 492 milliseconds