Searched refs:h_PS_DEC (Results 1 – 2 of 2) sorted by relevance
313 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int aacSamplesPerFrame);315 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC);
137 CreatePsDec( HANDLE_PS_DEC *h_PS_DEC, /*!< pointer to the module state */ in CreatePsDec() argument145 if (*h_PS_DEC == NULL) { in CreatePsDec()154 h_ps_d = *h_PS_DEC; in CreatePsDec()195 *h_PS_DEC = h_ps_d; in CreatePsDec()215 DeletePsDec( HANDLE_PS_DEC *h_PS_DEC) /*!< pointer to the module state */ in DeletePsDec() argument217 if (*h_PS_DEC == NULL) { in DeletePsDec()222 FreeRam_ps_dec(h_PS_DEC); in DeletePsDec()