Searched refs:latm (Results 1 - 3 of 3) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_lib.cpp131 LATM_STREAM latm; member in union:TRANSPORTENC::__anon190
297 &hTpEnc->writer.latm,
393 &hTp->writer.latm,
448 transportEnc_LatmAdjustSubframeBits(&hTp->writer.latm, bits);
477 transportEnc_LatmGetFrame(&hTpEnc->writer.latm, hBs, nbytes);
524 nbits = transportEnc_LatmCountTotalBitDemandHeader( &hTp->writer.latm, auBits );
580 HANDLE_LATM_STREAM hLatmConfig = &hTpEnc->writer.latm;
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp114 CLatmDemux latm; member in union:__anon172
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);
[all...]
/external/iproute2/
H A Dconfigure20 gcc -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1

Completed in 166 milliseconds