Searched refs:pSelf (Results 1 – 4 of 4) sorted by relevance
203 HANDLE_PCM_DOWNMIX *pSelf320 HANDLE_PCM_DOWNMIX *pSelf
167 SBR_ERROR sbrDecoder_Open ( HANDLE_SBRDECODER *pSelf );
1419 HANDLE_PCM_DOWNMIX *pSelf in pcmDmx_Open() argument1424 if (pSelf == NULL) { in pcmDmx_Open()1428 *pSelf = NULL; in pcmDmx_Open()1438 *pSelf = self; in pcmDmx_Open()2442 HANDLE_PCM_DOWNMIX *pSelf in pcmDmx_Close() argument2445 if (pSelf == NULL) { in pcmDmx_Close()2449 FreePcmDmxInstance( pSelf ); in pcmDmx_Close()2450 *pSelf = NULL; in pcmDmx_Close()
371 SBR_ERROR sbrDecoder_Open ( HANDLE_SBRDECODER * pSelf ) in sbrDecoder_Open() argument402 *pSelf = self; in sbrDecoder_Open()1657 SBR_ERROR sbrDecoder_Close ( HANDLE_SBRDECODER *pSelf ) in sbrDecoder_Close() argument1659 HANDLE_SBRDECODER self = *pSelf; in sbrDecoder_Close()1679 FreeRam_SbrDecoder(pSelf); in sbrDecoder_Close()