HomeSort by relevance Sort by last modified time
    Searched refs:latm (Results 1 - 3 of 3) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 131 LATM_STREAM latm; member in union:TRANSPORTENC::__anon4810
297 &hTpEnc->writer.latm,
393 &hTp->writer.latm,
448 transportEnc_LatmAdjustSubframeBits(&hTp->writer.latm, bits);
477 transportEnc_LatmGetFrame(&hTpEnc->writer.latm, hBs, nbytes);
510 auBits += nPceBits; /* Adapt required raw_data_block bit consumtpion for AU length information e.g. in LATM/LOAS configuration. */
524 nbits = transportEnc_LatmCountTotalBitDemandHeader( &hTp->writer.latm, auBits );
580 HANDLE_LATM_STREAM hLatmConfig = &hTpEnc->writer.latm;
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 114 CLatmDemux latm; member in union:__anon4792
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/
configure 20 gcc -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1

Completed in 45 milliseconds