Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DBufferProviders.cpp663 size_t frameCount, audio_format_t contractedFormat, void* contractedBuffer, in AdjustChannelsBufferProvider() argument
675 ? contractedFormat : AUDIO_FORMAT_INVALID), in AdjustChannelsBufferProvider()
679 mContractedSampleSizeInBytes(audio_bytes_per_sample(contractedFormat)), in AdjustChannelsBufferProvider()
685 this, format, inChannelCount, outChannelCount, frameCount, contractedFormat, in AdjustChannelsBufferProvider()
/frameworks/av/media/libaudioprocessing/include/media/
DBufferProviders.h262 audio_format_t contractedFormat = AUDIO_FORMAT_INVALID,