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::__anon2155
291 &hTpEnc->writer.latm,
387 &hTp->writer.latm,
442 transportEnc_LatmAdjustSubframeBits(&hTp->writer.latm, bits);
471 transportEnc_LatmGetFrame(&hTpEnc->writer.latm, hBs, nbytes);
504 auBits += nPceBits; /* Adapt required raw_data_block bit consumtpion for AU length information e.g. in LATM/LOAS configuration. */
518 nbits = transportEnc_LatmCountTotalBitDemandHeader( &hTp->writer.latm, auBits );
574 HANDLE_LATM_STREAM hLatmConfig = &hTpEnc->writer.latm;
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 114 CLatmDemux latm; member in union:__anon2137
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);
    [all...]
  /external/iproute2/
configure 18 gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1

Completed in 183 milliseconds