Searched refs:phTp (Results 1 – 4 of 4) sorted by relevance
537 void transportEnc_Close(HANDLE_TRANSPORTENC *phTp) in transportEnc_Close() argument539 if (phTp != NULL) in transportEnc_Close()541 if (*phTp != NULL) { in transportEnc_Close()542 FreeRam_TransportEncoder(phTp); in transportEnc_Close()
1257 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp) in transportDec_Close() argument1259 if (phTp != NULL) in transportDec_Close()1261 if (*phTp != NULL) { in transportDec_Close()1262 if ( ! TT_IS_PACKET((*phTp)->transportFmt) ) { in transportDec_Close()1263 FreeRam_TransportDecoderBuffer(&(*phTp)->bsBuffer); in transportDec_Close()1265 if (*phTp != NULL) { in transportDec_Close()1266 FreeRam_TransportDecoder(phTp); in transportDec_Close()
220 void transportEnc_Close( HANDLE_TRANSPORTENC *phTp );
419 void transportDec_Close ( HANDLE_TRANSPORTDEC *phTp );