Home
last modified time | relevance | path

Searched refs:h_PS_DEC (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec.h313 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int aacSamplesPerFrame);
315 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC);
Dpsdec.cpp137 CreatePsDec( HANDLE_PS_DEC *h_PS_DEC, /*!< pointer to the module state */ in CreatePsDec() argument
145 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() argument
217 if (*h_PS_DEC == NULL) { in DeletePsDec()
222 FreeRam_ps_dec(h_PS_DEC); in DeletePsDec()