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 );
344 SBR_ERROR sbrDecoder_Open ( HANDLE_SBRDECODER * pSelf ) in sbrDecoder_Open() argument375 *pSelf = self; in sbrDecoder_Open()1526 SBR_ERROR sbrDecoder_Close ( HANDLE_SBRDECODER *pSelf ) in sbrDecoder_Close() argument1528 HANDLE_SBRDECODER self = *pSelf; in sbrDecoder_Close()1548 FreeRam_SbrDecoder(pSelf); in sbrDecoder_Close()
1417 HANDLE_PCM_DOWNMIX *pSelf in pcmDmx_Open() argument1422 if (pSelf == NULL) { in pcmDmx_Open()1426 *pSelf = NULL; in pcmDmx_Open()1436 *pSelf = self; in pcmDmx_Open()2438 HANDLE_PCM_DOWNMIX *pSelf in pcmDmx_Close() argument2441 if (pSelf == NULL) { in pcmDmx_Close()2445 FreePcmDmxInstance( pSelf ); in pcmDmx_Close()2446 *pSelf = NULL; in pcmDmx_Close()