HomeSort by relevance Sort by last modified time
    Searched full:latm (Results 1 - 25 of 32) 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::__anon1751
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;
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
  /external/ppp/pppd/plugins/pppoatm/
Makefile.linux 25 LIBS := -latm
  /frameworks/av/media/libstagefright/
MediaDefs.cpp 35 const char *MEDIA_MIMETYPE_AUDIO_AAC = "audio/mp4a-latm";
MediaCodecList.cpp 63 addMediaCodec(true /* encoder */, "AACEncoder", "audio/mp4a-latm");
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 114 CLatmDemux latm; member in union:__anon1733
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...]
  /development/tools/emulator/system/camera/
media_codecs.xml 83 <MediaCodec name="OMX.google.aac.decoder" type="audio/mp4a-latm" />
95 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
  /device/asus/grouper/
media_codecs.xml 89 <MediaCodec name="OMX.google.aac.decoder" type="audio/mp4a-latm" />
107 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
  /device/moto/wingray/
media_codecs.xml 89 <MediaCodec name="OMX.google.aac.decoder" type="audio/mp4a-latm" />
107 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
  /device/samsung/crespo/
media_codecs.xml 95 <MediaCodec name="OMX.google.aac.decoder" type="audio/mp4a-latm" />
113 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
  /device/samsung/tuna/
media_codecs.xml 91 <MediaCodec name="OMX.google.aac.decoder" type="audio/mp4a-latm" />
117 <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />
  /external/iproute2/
configure 18 gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Error.h 101 #define M4PAK_3016_AUDIO 0x3A /**<Core packetizer RFC3016 audio (LATM)*/
102 #define M4DEPAK_3016_AUDIO 0x3B /**<Core de-packetizer RFC3016 audio (LATM)*/
  /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 269 #define CAPF_TPDEC_LATM 0x00008000 /**< Flag indicating support for LATM transport format. */
278 * must containt a SMC in case of LOAS/LATM transport format, and an ASC elseways.
451 * \brief Get number of subframes (for LATM or ADTS)
453 * \return Number of ADTS/LATM subframes (return 1 for all other transport types).
  /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 60 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
APacketSource.cpp 465 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
  /external/iproute2/tc/
Makefile 120 $(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/omx/tests/
OMXHarness.cpp 465 { "audio_decoder.aac", "audio/mp4a-latm" },
495 { "audio/mp4a-latm",
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 156 UCHAR userTpNsubFrames; /*!< Number of sub frames in a transport frame for LOAS/LATM or ADTS (default 1). */
157 UCHAR userTpAmxv; /*!< AudioMuxVersion to be used for LATM (default 0). */
159 UCHAR userTpHeaderPeriod; /*!< Parameter used to configure LATM/LOAS SMC rate. Moreover this parameters is
    [all...]

Completed in 5107 milliseconds

1 2