Lines Matching refs:latm
114 CLatmDemux latm; member
237 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig()
359 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) { in transportDec_GetBufferFullness()
360 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness; in transportDec_GetBufferFullness()
391 if (hTp->transportFmt == TT_MP4_LOAS && hTp->parser.latm.m_audioMuxLengthBytes > 0) in transportDec_AdjustEndOfAccessUnit()
395 …loasOffset = (hTp->parser.latm.m_audioMuxLengthBytes*8 + FDKgetValidBits(hBs)) - hTp->globalFrameP… in transportDec_AdjustEndOfAccessUnit()
584 hTp->parser.latm.m_audioMuxLengthBytes = syncLayerFrameBits; in transportDec_readHeader()
595 &hTp->parser.latm, in transportDec_readHeader()
607 hTp->numberOfRawDataBlocks = CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm); in transportDec_readHeader()
613 err = CLatmDemux_ReadPayloadLengthInfo(hBs, &hTp->parser.latm); in transportDec_readHeader()
619 rawDataBlockLength = CLatmDemux_GetFrameLengthInBits(&hTp->parser.latm); in transportDec_readHeader()
1233 nSubFrames = CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm); in transportDec_GetNrOfSubFrames()