Home
last modified time | relevance | path

Searched refs:phTp (Results 1 – 4 of 4) sorted by relevance

/external/aac/libMpegTPEnc/src/
Dtpenc_lib.cpp572 void transportEnc_Close(HANDLE_TRANSPORTENC *phTp) { in transportEnc_Close() argument
573 if (phTp != NULL) { in transportEnc_Close()
574 if (*phTp != NULL) { in transportEnc_Close()
575 FreeRam_TransportEncoder(phTp); in transportEnc_Close()
/external/aac/libMpegTPEnc/include/
Dtpenc_lib.h251 void transportEnc_Close(HANDLE_TRANSPORTENC *phTp);
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h533 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp);
/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp1748 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp) { in transportDec_Close() argument
1749 if (phTp != NULL) { in transportDec_Close()
1750 if (*phTp != NULL) { in transportDec_Close()
1751 FreeRam_TransportDecoderBuffer(&(*phTp)->bsBuffer); in transportDec_Close()
1752 FreeRam_TransportDecoder(phTp); in transportDec_Close()