Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13194/
Dpoc.cpp59 vpx_codec_err_t (*func_ptr2)(vpx_codec_iface_t *, vpx_codec_enc_cfg_t *, unsigned int) = in main() local
62 if (!func_ptr2) { in main()
66 codec_return = (*func_ptr2)(mCodecInterface, &mCodecConfiguration, 0); in main()