Home | History | Annotate | Download | only in src

Lines Matching refs:latm

114   CLatmDemux latm;
236 CLatmDemux *pLatmDemux = &hTp->parser.latm;
360 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) {
361 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness;
453 if (hTp->transportFmt == TT_MP4_LOAS && hTp->parser.latm.m_audioMuxLengthBytes > 0)
457 loasOffset = (hTp->parser.latm.m_audioMuxLengthBytes*8 + FDKgetValidBits(hBs)) - hTp->globalFramePos;
468 /* Do global LOAS/LATM audioMuxElement byte alignment */
629 hTp->parser.latm.m_audioMuxLengthBytes = syncLayerFrameBits;
640 &hTp->parser.latm,
651 hTp->numberOfRawDataBlocks = CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm);
655 err = CLatmDemux_ReadPayloadLengthInfo(hBs, &hTp->parser.latm);
661 rawDataBlockLength = CLatmDemux_GetFrameLengthInBits(&hTp->parser.latm);
1108 nSubFrames = CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm);