Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuCore.h40 typedef void (*ReduceOutConverterFunc_t)(uint8_t *out, const uint8_t *accum); typedef
50 ReduceOutConverterFunc_t outFunc; // user outconverter function
101 ReduceOutConverterFunc_t outFunc;
H A DrsCpuExecutable.cpp664 (ReduceOutConverterFunc_t) dlsym(sharedObj, tmpNameOutConverter))) { in createFromSharedObject()