Lines Matching refs:latm
127 CLatmDemux latm; member
223 hInput->parser.latm.usacExplicitCfgChanged = 0; in transportDec_Open()
224 hInput->parser.latm.applyAsc = 1; in transportDec_Open()
227 hInput->parser.latm.usacExplicitCfgChanged = 0; in transportDec_Open()
228 hInput->parser.latm.applyAsc = 1; in transportDec_Open()
298 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig()
390 if (hTp->parser.latm.usacExplicitCfgChanged) { /* configChange from in transportDec_InBandConfig()
392 hTp->parser.latm.usacExplicitCfgChanged = 0; in transportDec_InBandConfig()
419 hTp->parser.latm.usacExplicitCfgChanged = 0; in transportDec_InBandConfig()
420 hTp->parser.latm.applyAsc = 1; in transportDec_InBandConfig()
705 if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) { in transportDec_GetBufferFullness()
706 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness; in transportDec_GetBufferFullness()
741 hTp->parser.latm.m_audioMuxLengthBytes > 0) { in transportDec_AdjustEndOfAccessUnit()
744 loasOffset = ((INT)hTp->parser.latm.m_audioMuxLengthBytes * 8 + in transportDec_AdjustEndOfAccessUnit()
966 hTp->parser.latm.m_audioMuxLengthBytes = syncLayerFrameBits; in transportDec_readHeader()
975 err = CLatmDemux_Read(hBs, &hTp->parser.latm, hTp->transportFmt, in transportDec_readHeader()
986 CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm); in transportDec_readHeader()
995 err = CLatmDemux_ReadPayloadLengthInfo(hBs, &hTp->parser.latm); in transportDec_readHeader()
1004 layer < (int)CLatmDemux_GetNrOfLayers(&hTp->parser.latm, 0); in transportDec_readHeader()
1007 CLatmDemux_GetFrameLengthInBits(&hTp->parser.latm, 0, layer); in transportDec_readHeader()
1623 if (CLatmDemux_GetOtherDataPresentFlag(&hTp->parser.latm)) { in transportDec_EndAccessUnit()
1624 int otherDataLen = CLatmDemux_GetOtherDataLength(&hTp->parser.latm); in transportDec_EndAccessUnit()
1741 nSubFrames = CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm); in transportDec_GetNrOfSubFrames()