• Home
  • Raw
  • Download

Lines Matching refs:transportFmt

121   TRANSPORT_TYPE transportFmt;     /*!< MPEG4 transportDec type. */  member
158 HANDLE_TRANSPORTDEC transportDec_Open( const TRANSPORT_TYPE transportFmt, const UINT flags) in C_ALLOC_MEM()
168 hInput->transportFmt = transportFmt; in C_ALLOC_MEM()
170 switch (transportFmt) { in C_ALLOC_MEM()
200 if ( TT_IS_PACKET(transportFmt) ) { in C_ALLOC_MEM()
229 switch (hTp->transportFmt) { in transportDec_OutOfBandConfig()
317 if ( TT_IS_PACKET(hTp->transportFmt) ) { in transportDec_FillData()
343 return hTp->transportFmt; in transportDec_GetFormat()
350 switch (hTp->transportFmt) { in transportDec_GetBufferFullness()
381 switch (hTp->transportFmt) { in transportDec_AdjustEndOfAccessUnit()
391 if (hTp->transportFmt == TT_MP4_LOAS && hTp->parser.latm.m_audioMuxLengthBytes > 0) in transportDec_AdjustEndOfAccessUnit()
483 switch (hTp->transportFmt) { in additionalHoldOffNeeded()
531 switch (hTp->transportFmt) { in transportDec_readHeader()
596 hTp->transportFmt, in transportDec_readHeader()
608 if (hTp->transportFmt == TT_MP4_LOAS) { in transportDec_readHeader()
692 switch (hTp->transportFmt) { in synchronization()
1047 switch (hTp->transportFmt) { in transportDec_ReadAccessUnit()
1157 switch (hTp->transportFmt) { in transportDec_EndAccessUnit()
1209 if (hTp->transportFmt != TT_MP4_ADIF) { in transportDec_SetParam()
1232 …if (hTp->transportFmt==TT_MP4_LATM_MCP1 || hTp->transportFmt==TT_MP4_LATM_MCP0 || hTp->transportFm… in transportDec_GetNrOfSubFrames()
1234 else if (hTp->transportFmt==TT_MP4_ADTS) in transportDec_GetNrOfSubFrames()
1245 if ( ! TT_IS_PACKET((*phTp)->transportFmt) ) { in transportDec_Close()
1290 switch (pTp->transportFmt) { in transportDec_CrcStartReg()
1300 switch (pTp->transportFmt) { in transportDec_CrcEndReg()
1311 switch (pTp->transportFmt) { in transportDec_CrcCheck()