Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioprocessing/
H A 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()
/aosp12/frameworks/av/media/libaudioprocessing/tests/fuzzer/
H A Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp123 const audio_channel_mask_t dstChannelMask = (audio_channel_mask_t)fdp.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local