Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/
Dlcstream.h77 typedef void (*LCStreamFunction) (u32 stripSize, typedef
151 void LCSTREAMProcess(LCStream* s, BOOL do_flush, LCStreamFunction f, void* funArg);
/CafeSDK-2.12.13/system/src/lib/lcstream/headers/cafe/
Dlcstream.h77 typedef void (*LCStreamFunction) (u32 stripSize, typedef
151 void LCSTREAMProcess(LCStream* s, BOOL do_flush, LCStreamFunction f, void* funArg);
/CafeSDK-2.12.13/system/src/lib/lcstream/
Dlcstream.c86 void Process1In1Out(LCStream* s, LCStreamFunction f, void* funArg) { in Process1In1Out()
160 void Process2In1Out(LCStream* s, LCStreamFunction f, void* funArg) { in Process2In1Out()
248 void Process3In1Out(LCStream* s, LCStreamFunction f, void* funArg) { in Process3In1Out()
346 void Process4In1Out(LCStream* s, LCStreamFunction f, void* funArg) { in Process4In1Out()
456 void LCSTREAMProcess(LCStream* s, BOOL do_flush, LCStreamFunction f, void* funArg) { in LCSTREAMProcess()