Home
last modified time | relevance | path

Searched defs:dstChannelMask (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DRecordBufferConverter.cpp43 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat, in RecordBufferConverter()
131 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat, in updateParameters()
/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp123 const audio_channel_mask_t dstChannelMask = (audio_channel_mask_t)fdp.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local