Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/lcstream/headers/cafe/
Dlcstream.h83 typedef struct LCStream { struct
98 } LCStream; argument
119 u32 LCSTREAMAlloc(LCStream* s, u32 stripSize, u32 numOutputs, u32 numInputs);
124 void LCSTREAMFree(LCStream* s);
136 void LCSTREAMAssign(LCStream* s, u32 streamLength, void* output, u32 numInputs, ...);
151 void LCSTREAMProcess(LCStream* s, BOOL do_flush, LCStreamFunction f, void* funArg);
/CafeSDK-2.12.13-1/system/include/cafe/
Dlcstream.h83 typedef struct LCStream { struct
98 } LCStream; typedef
119 u32 LCSTREAMAlloc(LCStream* s, u32 stripSize, u32 numOutputs, u32 numInputs);
124 void LCSTREAMFree(LCStream* s);
136 void LCSTREAMAssign(LCStream* s, u32 streamLength, void* output, u32 numInputs, ...);
151 void LCSTREAMProcess(LCStream* s, BOOL do_flush, LCStreamFunction f, void* funArg);
/CafeSDK-2.12.13-1/system/src/lib/lcstream/
Dlcstream.c33 u32 LCSTREAMAlloc(LCStream* s, u32 stripSize, u32 numOutputs, u32 numInputs) { in LCSTREAMAlloc()
63 void LCSTREAMFree(LCStream* s) { in LCSTREAMFree()
70 void LCSTREAMAssign(LCStream* s, u32 streamLength, void* output, u32 numInputs, ...) { in LCSTREAMAssign()
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()