Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/fuzzer/
H A Dhevc_dec_fuzzer.cpp213 void Codec::allocFrame() { in allocFrame() function in Codec
/aosp_15_r20/external/libavc/fuzzer/
H A Davc_dec_fuzzer.cpp209 void Codec::allocFrame() { in allocFrame() function in Codec
H A Dmvc_dec_fuzzer.cpp192 WORD32 Codec::allocFrame() in allocFrame() function in Codec
H A Dsvc_dec_fuzzer.cpp265 void Codec::allocFrame() in allocFrame() function in Codec
/aosp_15_r20/external/libmpeg2/fuzzer/
H A Dmpeg2_dec_fuzzer.cpp287 void Codec::allocFrame() { in allocFrame() function in Codec
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3871 auto allocFrame = jit->module->getOrInsertFunction("coroutine_alloc_frame", allocFrameTy); in promoteFunctionToCoroutine() local