• Home
  • Raw
  • Download

Lines Matching refs:transportFmt

137   TRANSPORT_TYPE transportFmt; /*!< MPEG4 transportDec type. */  member
191 HANDLE_TRANSPORTDEC transportDec_Open(const TRANSPORT_TYPE transportFmt, in transportDec_Open() argument
201 hInput->transportFmt = transportFmt; in transportDec_Open()
203 switch (transportFmt) { in transportDec_Open()
291 switch (hTp->transportFmt) { in transportDec_OutOfBandConfig()
411 switch (hTp->transportFmt) { in transportDec_InBandConfig()
653 if (TT_IS_PACKET(hTp->transportFmt)) { in transportDec_FillData()
687 return hTp->transportFmt; in transportDec_GetFormat()
693 switch (hTp->transportFmt) { in transportDec_GetBufferFullness()
726 switch (hTp->transportFmt) { in transportDec_AdjustEndOfAccessUnit()
740 if (hTp->transportFmt == TT_MP4_LOAS && in transportDec_AdjustEndOfAccessUnit()
839 switch (hTp->transportFmt) { in additionalHoldOffNeeded()
881 switch (hTp->transportFmt) { in transportDec_readHeader()
975 err = CLatmDemux_Read(hBs, &hTp->parser.latm, hTp->transportFmt, in transportDec_readHeader()
987 if (hTp->transportFmt == TT_MP4_LOAS) { in transportDec_readHeader()
1096 switch (hTp->transportFmt) { in synchronization()
1470 switch (hTp->transportFmt) { in transportDec_ReadAccessUnit()
1616 switch (hTp->transportFmt) { in transportDec_EndAccessUnit()
1652 switch (hTp->transportFmt) { in transportDec_EndAccessUnit()
1706 if (hTp->transportFmt != TT_MP4_ADIF) { in transportDec_SetParam()
1739 if (hTp->transportFmt == TT_MP4_LATM_MCP1 || in transportDec_GetNrOfSubFrames()
1740 hTp->transportFmt == TT_MP4_LATM_MCP0 || hTp->transportFmt == TT_MP4_LOAS) in transportDec_GetNrOfSubFrames()
1742 else if (hTp->transportFmt == TT_MP4_ADTS) in transportDec_GetNrOfSubFrames()
1789 switch (pTp->transportFmt) { in transportDec_CrcStartReg()
1800 switch (pTp->transportFmt) { in transportDec_CrcEndReg()
1813 switch (pTp->transportFmt) { in transportDec_CrcCheck()