• Home
  • Raw
  • Download

Lines Matching refs:transportFmt

123   TRANSPORT_TYPE transportFmt;     /*!< MPEG4 transportDec type. */  member
160 HANDLE_TRANSPORTDEC transportDec_Open( const TRANSPORT_TYPE transportFmt, const UINT flags) in C_ALLOC_MEM()
170 hInput->transportFmt = transportFmt; in C_ALLOC_MEM()
172 switch (transportFmt) { in C_ALLOC_MEM()
205 if ( TT_IS_PACKET(transportFmt) ) { in C_ALLOC_MEM()
234 switch (hTp->transportFmt) { in transportDec_OutOfBandConfig()
334 if ( TT_IS_PACKET(hTp->transportFmt) ) { in transportDec_FillData()
360 return hTp->transportFmt; in transportDec_GetFormat()
367 switch (hTp->transportFmt) { in transportDec_GetBufferFullness()
398 switch (hTp->transportFmt) { in transportDec_AdjustEndOfAccessUnit()
408 if (hTp->transportFmt == TT_MP4_LOAS && hTp->parser.latm.m_audioMuxLengthBytes > 0) in transportDec_AdjustEndOfAccessUnit()
500 switch (hTp->transportFmt) { in additionalHoldOffNeeded()
548 switch (hTp->transportFmt) { in transportDec_readHeader()
613 hTp->transportFmt, in transportDec_readHeader()
625 if (hTp->transportFmt == TT_MP4_LOAS) { in transportDec_readHeader()
709 switch (hTp->transportFmt) { in synchronization()
1064 switch (hTp->transportFmt) { in transportDec_ReadAccessUnit()
1174 switch (hTp->transportFmt) { in transportDec_EndAccessUnit()
1226 if (hTp->transportFmt != TT_MP4_ADIF) { in transportDec_SetParam()
1249 …if (hTp->transportFmt==TT_MP4_LATM_MCP1 || hTp->transportFmt==TT_MP4_LATM_MCP0 || hTp->transportFm… in transportDec_GetNrOfSubFrames()
1251 else if (hTp->transportFmt==TT_MP4_ADTS) in transportDec_GetNrOfSubFrames()
1262 if ( ! TT_IS_PACKET((*phTp)->transportFmt) ) { in transportDec_Close()
1313 switch (pTp->transportFmt) { in transportDec_CrcStartReg()
1325 switch (pTp->transportFmt) { in transportDec_CrcEndReg()
1339 switch (pTp->transportFmt) { in transportDec_CrcCheck()