Searched refs:phTp (Results 1 – 4 of 4) sorted by relevance
1115 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp) in transportDec_Close() argument1117 if (phTp != NULL) in transportDec_Close()1119 if (*phTp != NULL) { in transportDec_Close()1120 if ((*phTp)->transportFmt != TT_MP4_RAW && (*phTp)->transportFmt != TT_DRM) { in transportDec_Close()1121 FreeRam_TransportDecoderBuffer(&(*phTp)->bsBuffer); in transportDec_Close()1123 if (*phTp != NULL) { in transportDec_Close()1124 FreeRam_TransportDecoder(phTp); in transportDec_Close()
531 void transportEnc_Close(HANDLE_TRANSPORTENC *phTp) in transportEnc_Close() argument533 if (phTp != NULL) in transportEnc_Close()535 if (*phTp != NULL) { in transportEnc_Close()536 FreeRam_TransportEncoder(phTp); in transportEnc_Close()
220 void transportEnc_Close( HANDLE_TRANSPORTENC *phTp );
391 void transportDec_Close ( HANDLE_TRANSPORTDEC *phTp );