Searched refs:kFormats (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libaudioclient/fuzzer/ |
D | audioflinger_fuzzer.cpp | 113 static const std::vector<audio_format_t> kFormats = variable 219 audio_format_t format = getValue(&mFdp, kFormats); in invokeAudioTrack() 328 audio_format_t format = getValue(&mFdp, kFormats); in invokeAudioRecord() 562 audio_format_t format = getValue(&mFdp, kFormats); in invokeAudioSystem() 608 config.format = getValue(&mFdp, kFormats); in invokeAudioInputDevice() 617 config.offload_info.format = getValue(&mFdp, kFormats); in invokeAudioInputDevice() 674 config.offload_info.format = getValue(&mFdp, kFormats); in invokeAudioOutputDevice() 682 config.format = getValue(&mFdp, kFormats); in invokeAudioOutputDevice() 730 patch.sources[i].format = getValue(&mFdp, kFormats); in invokeAudioPatch() 742 patch.sinks[i].format = getValue(&mFdp, kFormats); in invokeAudioPatch()
|
/frameworks/av/media/libaaudio/fuzzer/ |
D | libaaudio_fuzzer.cpp | 35 constexpr aaudio_format_t kFormats[] = { variable 146 fdp.PickValueInArray({fdp.PickValueInArray(kFormats), fdp.ConsumeIntegral<int32_t>()}); in invokeAAudioSetAPIs()
|