Home
last modified time | relevance | path

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

/external/opencore/fileformats/wav/parser/src/
Dpvwavfileparser.cpp154 xLawTable = NULL; in CleanupWAVFile()
338 xLawTable = NULL; in InitWavParser()
463 if (xLawTable) in GetPCMData()
483 *myDstBuf-- = xLawTable[*mySrcBuf--]; in GetPCMData()
541 xLawTable = NULL; in SetOutputToUncompressedPCM()
544 xLawTable = OSCL_CONST_CAST(short*, MuLawDecompressTable); in SetOutputToUncompressedPCM()
549 xLawTable = OSCL_CONST_CAST(short*, ALawDecompressTable); in SetOutputToUncompressedPCM()
/external/opencore/fileformats/wav/parser/include/
Dpvwavfileparser.h93 xLawTable = NULL; in PV_Wav_Parser()
135 short *xLawTable; variable