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