Searched refs:h_PS_DEC (Results 1 – 2 of 2) sorted by relevance
139 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, /*!< pointer to the module state */ in CreatePsDec() argument145 if (*h_PS_DEC == NULL) { in CreatePsDec()153 h_ps_d = *h_PS_DEC; in CreatePsDec()203 *h_PS_DEC = h_ps_d; in CreatePsDec()222 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC) /*!< pointer to the module state */ in DeletePsDec() argument224 if (*h_PS_DEC == NULL) { in DeletePsDec()229 HANDLE_PS_DEC h_ps_d = *h_PS_DEC; in DeletePsDec()233 FreeRam_ps_dec(h_PS_DEC); in DeletePsDec()
313 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int aacSamplesPerFrame);315 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC);