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()
1240 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp) in transportDec_Close() argument1242 if (phTp != NULL) in transportDec_Close()1244 if (*phTp != NULL) { in transportDec_Close()1245 if ( ! TT_IS_PACKET((*phTp)->transportFmt) ) { in transportDec_Close()1246 FreeRam_TransportDecoderBuffer(&(*phTp)->bsBuffer); in transportDec_Close()1248 if (*phTp != NULL) { in transportDec_Close()1249 FreeRam_TransportDecoder(phTp); in transportDec_Close()
220 void transportEnc_Close( HANDLE_TRANSPORTENC *phTp );
412 void transportDec_Close ( HANDLE_TRANSPORTDEC *phTp );