Searched refs:HANDLE_PS_DEC (Results 1 – 9 of 9) sorted by relevance
/external/aac/libSBRdec/src/ |
D | psdec.h | 311 typedef struct PS_DEC *HANDLE_PS_DEC; typedef 313 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int aacSamplesPerFrame); 315 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC); 317 void PreparePsProcessing(HANDLE_PS_DEC h_ps_d, 322 void initSlotBasedRotation(HANDLE_PS_DEC h_ps_d, int env, int usb); 325 HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
|
D | psdec.cpp | 128 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d); 139 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, /*!< pointer to the module state */ in CreatePsDec() 142 HANDLE_PS_DEC h_ps_d; in CreatePsDec() 222 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC) /*!< pointer to the module state */ in DeletePsDec() 229 HANDLE_PS_DEC h_ps_d = *h_PS_DEC; in DeletePsDec() 245 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d) /*!< pointer to the module state */ in ResetPsDec() 294 void PreparePsProcessing(HANDLE_PS_DEC h_ps_d, in PreparePsProcessing() 324 HANDLE_PS_DEC h_ps_d, /*!< pointer to the module state */ in initSlotBasedRotation() 434 HANDLE_PS_DEC h_ps_d, /*!< pointer to the module state */ in applySlotBasedRotation() 547 HANDLE_PS_DEC h_ps_d, /*!< handle PS_DEC*/ in ApplyPsSlot()
|
D | sbr_ram.h | 152 HANDLE_PS_DEC hParametricStereoDec;
|
D | sbr_dec.h | 189 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize,
|
D | env_extr.h | 392 HANDLE_PS_DEC hParametricStereoDec, const UINT flags,
|
D | psbitdec.cpp | 109 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d); 450 HANDLE_PS_DEC h_ps_d, /*!< handle to struct PS_DEC */ in ReadPsData()
|
D | env_extr.cpp | 529 HANDLE_PS_DEC hParametricStereoDec /*!< Parametric Stereo Decoder */ in extractExtendedData() 622 HANDLE_PS_DEC hParametricStereoDec, const UINT flags, in sbrGetChannelElement()
|
D | sbr_dec.cpp | 272 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize, in sbr_dec()
|
D | sbrdecoder.cpp | 1587 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; in sbrDecoder_DecodeElement()
|