HomeSort by relevance Sort by last modified time
    Searched full:latm (Results 1 - 25 of 29) sorted by null

1 2

  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 168 * \param audioMuxVersion the LATM audioMuxVersion to be used
184 * \brief Get bit demand of next LATM/LOAS header
189 * \return the number of bits required by the LATM/LOAS headers
197 * \brief Write LATM/LOAS header into given bitstream handle
202 * \param bufferFullness LATM buffer fullness value
229 * \brief Request an LATM frame, which may, or may not be available
234 * A return value of zero means that currently no LATM/LOAS frame can be returned.
250 * \param bufferFullness LATM buffer fullness value
tpenc_lib.cpp 131 LATM_STREAM latm; member in union:TRANSPORTENC::__anon4815
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;
tpenc_latm.cpp 146 /* only if start of new latm frame */
533 INT noSubframes_next) /* nr of access units / payloads within a latm frame */
595 * Initialize LATM/LOAS Stream and add layer 0 at program 0.
825 * Init LATM/LOAS
tpenc_asc.cpp 296 LATM: align with respect to the first bit of the ASC */
  /external/ppp/pppd/plugins/pppoatm/
Makefile.linux 25 LIBS := -latm
  /frameworks/av/media/libstagefright/
MediaDefs.cpp 37 const char *MEDIA_MIMETYPE_AUDIO_AAC = "audio/mp4a-latm";
  /frameworks/av/media/libstagefright/data/
media_codecs_google_audio.xml 34 <MediaCodec name="OMX.google.aac.decoder" type="audio/mp4a-latm">
66 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm">
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 114 CLatmDemux latm; member in union:__anon4797
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...]
tpdec_latm.h 154 * \param pLatmDemux pointer to CLatmDemux struct of current LATM context
  /external/aac/libMpegTPEnc/include/
tpenc_lib.h 109 TRANSPORTENC_LATM_INVALID_NR_OF_SUBFRAMES, /*!< LATM: number of subframes out of range. */
172 #define TP_FLAG_LATM_AMV 2 /** LATM AudioMuxVersion */
173 #define TP_FLAG_LATM_AMVA 4 /** LATM AudioMuxVersionA */
  /external/aac/libMpegTPDec/include/
mpegFileRead.h 120 any (MPEG 4 file format). In case of RAW LATM it holds the StreamMuxConfig.
121 * \param confSize Pointer to an integer, where the length of the ASC or SMC (in case of RAW LATM)
tpdec_lib.h 297 #define CAPF_TPDEC_LATM 0x00008000 /**< Flag indicating support for LATM transport format. */
306 * must containt a SMC in case of LOAS/LATM transport format, and an ASC elseways.
479 * \brief Get number of subframes (for LATM or ADTS)
481 * \return Number of ADTS/LATM subframes (return 1 for all other transport types).
  /external/iproute2/
configure 20 gcc -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1
  /external/iproute2/tc/
Makefile 126 $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
  /frameworks/av/drm/libdrmframework/plugins/common/util/src/
MimeTypeUtil.cpp 58 static const char mime_type_audio_aac[] = "audio/mp4a-latm";
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 281 CHECK_EQ(numProgram, 0u); // disabled in RTP LATM
284 CHECK_EQ(numLayer, 0u); // disabled in RTP LATM
ARTPSource.cpp 61 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
APacketSource.cpp 470 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 44 return "audio/mp4a-latm";
68 return "audio/mp4a-latm";
88 if (mime == "audio/mp4a-latm")
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 463 { "audio_decoder.aac", "audio/mp4a-latm" },
494 { "audio/mp4a-latm",
  /external/aac/libAACenc/src/
aacenc_lib.cpp 158 UCHAR userTpNsubFrames; /*!< Number of sub frames in a transport frame for LOAS/LATM or ADTS (default 1). */
159 UCHAR userTpAmxv; /*!< AudioMuxVersion to be used for LATM (default 0). */
161 UCHAR userTpHeaderPeriod; /*!< Parameter used to configure LATM/LOAS SMC rate. Moreover this parameters is
393 /* Attention: Backward compatible explicit signaling does only work with AMV1 for LATM/LOAS */
    [all...]
aacenc.h 187 INT nSubFrames; /* number of frames in super frame (not ADTS/LATM subframes !) */
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /external/aac/libSYS/include/
FDK_audio.h 497 #define CAPF_LATM 0x00000004 /**< Support flag for LATM transport format. */

Completed in 7352 milliseconds

1 2