Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp37 if (mChannelCountInfo) { in ~CodecServiceRegistrantFuzzer()
38 delete mChannelCountInfo; in ~CodecServiceRegistrantFuzzer()
50 C2StreamChannelCountInfo::output *mChannelCountInfo = nullptr; member in CodecServiceRegistrantFuzzer
109 mChannelCountInfo = new C2StreamChannelCountInfo::output(0u, channels); in invokeConfigSM()
110 configParams.push_back(mChannelCountInfo); in invokeConfigSM()