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,
1622 PCMDMX_ERROR pcmDmx_Open(HANDLE_PCM_DOWNMIX *pSelf) { in pcmDmx_Open() argument1625 if (pSelf == NULL) { in pcmDmx_Open()1629 *pSelf = NULL; in pcmDmx_Open()1639 *pSelf = self; in pcmDmx_Open()2635 PCMDMX_ERROR pcmDmx_Close(HANDLE_PCM_DOWNMIX *pSelf) { in pcmDmx_Close() argument2636 if (pSelf == NULL) { in pcmDmx_Close()2640 FreePcmDmxInstance(pSelf); in pcmDmx_Close()2641 *pSelf = NULL; in pcmDmx_Close()
446 SBR_ERROR sbrDecoder_Open(HANDLE_SBRDECODER *pSelf, in sbrDecoder_Open() argument452 if ((pSelf == NULL) || (pQmfDomain == NULL)) { in sbrDecoder_Open()482 *pSelf = self; in sbrDecoder_Open()1933 SBR_ERROR sbrDecoder_Close(HANDLE_SBRDECODER *pSelf) { in sbrDecoder_Close() argument1934 HANDLE_SBRDECODER self = *pSelf; in sbrDecoder_Close()1946 FreeRam_SbrDecoder(pSelf); in sbrDecoder_Close()