Home
last modified time | relevance | path

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

/external/libavc/fuzzer/
Davc_dec_fuzzer.cpp83 void allocFrame();
208 void Codec::allocFrame() { in allocFrame() function in Codec
331 allocFrame(); in decodeFrame()
357 codec->allocFrame(); in LLVMFuzzerTestOneInput()
/external/libhevc/fuzzer/
Dhevc_dec_fuzzer.cpp83 void allocFrame();
212 void Codec::allocFrame() { in allocFrame() function in Codec
336 allocFrame(); in decodeFrame()
362 codec->allocFrame(); in LLVMFuzzerTestOneInput()
/external/libmpeg2/fuzzer/
Dmpeg2_dec_fuzzer.cpp71 void allocFrame();
283 void Codec::allocFrame() { in allocFrame() function in Codec
413 allocFrame(); in decodeFrame()
439 codec->allocFrame(); in LLVMFuzzerTestOneInput()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp4084 auto allocFrame = jit->module->getOrInsertFunction("coroutine_alloc_frame", allocFrameTy); in promoteFunctionToCoroutine() local
4193 auto frame = jit->builder->CreateCall(allocFrame, { size }); in promoteFunctionToCoroutine()