Home
last modified time | relevance | path

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

/external/libavc/fuzzer/
Davc_dec_fuzzer.cpp83 void allocFrame();
209 void Codec::allocFrame() { in allocFrame() function in Codec
329 allocFrame(); in decodeFrame()
355 codec->allocFrame(); in LLVMFuzzerTestOneInput()
Dmvc_dec_fuzzer.cpp82 WORD32 allocFrame();
192 WORD32 Codec::allocFrame() in allocFrame() function in Codec
350 allocFrame(); in decodeFrame()
387 ret = cCodec.allocFrame(); in LLVMFuzzerTestOneInput()
Dsvc_dec_fuzzer.cpp108 void allocFrame();
265 void Codec::allocFrame() in allocFrame() function in Codec
401 allocFrame(); in decodeFrame()
433 codec->allocFrame(); in LLVMFuzzerTestOneInput()
/external/libhevc/fuzzer/
Dhevc_dec_fuzzer.cpp83 void allocFrame();
213 void Codec::allocFrame() { in allocFrame() function in Codec
340 allocFrame(); in decodeFrame()
366 codec->allocFrame(); in LLVMFuzzerTestOneInput()
/external/libmpeg2/fuzzer/
Dmpeg2_dec_fuzzer.cpp71 void allocFrame();
287 void Codec::allocFrame() { in allocFrame() function in Codec
420 allocFrame(); in decodeFrame()
446 codec->allocFrame(); in LLVMFuzzerTestOneInput()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp3871 auto allocFrame = jit->module->getOrInsertFunction("coroutine_alloc_frame", allocFrameTy); in promoteFunctionToCoroutine() local
3980 auto frame = jit->builder->CreateCall(allocFrame, { size }); in promoteFunctionToCoroutine()