Searched refs:LCStreamFunction (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/lcstream/headers/cafe/ |
| D | lcstream.h | 77 typedef void (*LCStreamFunction) (u32 stripSize, typedef 151 void LCSTREAMProcess(LCStream* s, BOOL do_flush, LCStreamFunction f, void* funArg);
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | lcstream.h | 77 typedef void (*LCStreamFunction) (u32 stripSize, typedef 151 void LCSTREAMProcess(LCStream* s, BOOL do_flush, LCStreamFunction f, void* funArg);
|
| /CafeSDK-2.12.13-1/system/src/lib/lcstream/ |
| D | lcstream.c | 86 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()
|