Searched refs:pSelf (Results 1 – 4 of 4) sorted by relevance
337 PCMDMX_ERROR pcmDmx_Open(HANDLE_PCM_DOWNMIX *pSelf);448 PCMDMX_ERROR pcmDmx_Close(HANDLE_PCM_DOWNMIX *pSelf);
207 SBR_ERROR sbrDecoder_Open(HANDLE_SBRDECODER *pSelf,
1594 PCMDMX_ERROR pcmDmx_Open(HANDLE_PCM_DOWNMIX *pSelf) { in pcmDmx_Open() argument1597 if (pSelf == NULL) { in pcmDmx_Open()1601 *pSelf = NULL; in pcmDmx_Open()1611 *pSelf = self; in pcmDmx_Open()2607 PCMDMX_ERROR pcmDmx_Close(HANDLE_PCM_DOWNMIX *pSelf) { in pcmDmx_Close() argument2608 if (pSelf == NULL) { in pcmDmx_Close()2612 FreePcmDmxInstance(pSelf); in pcmDmx_Close()2613 *pSelf = NULL; in pcmDmx_Close()
448 SBR_ERROR sbrDecoder_Open(HANDLE_SBRDECODER *pSelf, in sbrDecoder_Open() argument454 if ((pSelf == NULL) || (pQmfDomain == NULL)) { in sbrDecoder_Open()484 *pSelf = self; in sbrDecoder_Open()1940 SBR_ERROR sbrDecoder_Close(HANDLE_SBRDECODER *pSelf) { in sbrDecoder_Close() argument1941 HANDLE_SBRDECODER self = *pSelf; in sbrDecoder_Close()1953 FreeRam_SbrDecoder(pSelf); in sbrDecoder_Close()