Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DBufferProviders.cpp674 mContractedFormat(inChannelCount > outChannelCount in AdjustChannelsBufferProvider()
687 if (mContractedFormat != AUDIO_FORMAT_INVALID && mInChannelCount > mOutChannelCount) { in AdjustChannelsBufferProvider()
689 audio_bytes_per_frame(mContractedOutChannelCount, mContractedFormat); in AdjustChannelsBufferProvider()
713 if (mContractedFormat != AUDIO_FORMAT_INVALID in copyFrames()
728 buf, mContractedFormat, oriBuf, mFormat, mContractedOutChannelCount * frames); in copyFrames()
732 buf, mContractedFormat, oriBuf, mFormat, mContractedInChannelCount * frames); in copyFrames()
/frameworks/av/media/libaudioprocessing/include/media/
DBufferProviders.h278 const audio_format_t mContractedFormat; variable