Searched refs:DecodePipe (Results 1 – 3 of 3) sorted by relevance
2000 DecodePipe = 0; in Init()2009 if (DecodePipe) { in Free()2012 DecodePipe[Idx].Free(); in Free()2013 delete [] DecodePipe; in Free()2014 DecodePipe = 0; in Free()2083 if (DecodePipe) { in Preset()2085 DecodePipe[Idx].Free(); in Preset()2104 DecodePipe[Idx].Init(); in Preset()2109 DecodePipe[Idx].Clear(); in Preset()2153 DecodePipe[Idx].Clear(); in Reset()[all …]
446 DecodePipe = NULL; in MT63decoder()456 free(DecodePipe); in ~MT63decoder()471 free(DecodePipe); in Free()472 DecodePipe = NULL; in Free()487 if (dspRedspAllocArray(&DecodePipe, DecodeSize)) goto Error; in Preset()488 dspClearArray(DecodePipe, DecodeSize); in Preset()563 DecodePipe[DecodePtr+s]=code; in Process()570 Output = DecodePipe[DecodePtr + MaxPos]; in Process()
128 char *DecodePipe; variable