Home
last modified time | relevance | path

Searched refs:TT_MP4_LATM_MCP0 (Results 1 – 6 of 6) sorted by relevance

/external/aac/libMpegTPEnc/src/
Dtpenc_lib.cpp198 case TT_MP4_LATM_MCP0: in getPceRepetitionRate()
219 case TT_MP4_LATM_MCP0: in getPceRepetitionRate()
291 case TT_MP4_LATM_MCP0: in transportEnc_Init()
387 case TT_MP4_LATM_MCP0: in transportEnc_WriteAccessUnit()
445 case TT_MP4_LATM_MCP0: in transportEnc_EndAccessUnit()
473 case TT_MP4_LATM_MCP0: in transportEnc_GetFrame()
522 case TT_MP4_LATM_MCP0: in transportEnc_GetStaticBits()
587 case TT_MP4_LATM_MCP0: in transportEnc_GetConf()
Dtpenc_latm.cpp165 if (hAss->tt != TT_MP4_LATM_MCP0) { in transportEnc_LatmCountFixBitDemandHeader()
649 case TT_MP4_LATM_MCP0: in transportEnc_LatmCountTotalBitDemandHeader()
684 if (hAss->tt != TT_MP4_LATM_MCP0) { in AdvanceAudioMuxElement()
/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp191 case TT_MP4_LATM_MCP0: in C_ALLOC_MEM()
235 case TT_MP4_LATM_MCP0: in transportDec_OutOfBandConfig()
374 case TT_MP4_LATM_MCP0: in transportDec_GetBufferFullness()
400 case TT_MP4_LATM_MCP0: in transportDec_AdjustEndOfAccessUnit()
504 case TT_MP4_LATM_MCP0: in additionalHoldOffNeeded()
605 case TT_MP4_LATM_MCP0: in transportDec_readHeader()
1110 case TT_MP4_LATM_MCP0: in transportDec_ReadAccessUnit()
1249 …if (hTp->transportFmt==TT_MP4_LATM_MCP1 || hTp->transportFmt==TT_MP4_LATM_MCP0 || hTp->transportFm… in transportDec_GetNrOfSubFrames()
Dtpdec_latm.cpp178 …if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDec… in CLatmDemux_Read()
/external/aac/libSYS/include/
DFDK_audio.h133TT_MP4_LATM_MCP0 = 7, /**< Audio Mux Elements with muxConfigPresent = 0, out of band StreamMu… enumerator
144 || ((x) == TT_MP4_LATM_MCP0) \
/external/aac/libAACenc/src/
Daacenc_lib.cpp380 case TT_MP4_LATM_MCP0: in getSbrSignalingMode()
766 …if (config->userTpType==TT_MP4_LATM_MCP1 || config->userTpType==TT_MP4_LATM_MCP0 || config->userTp… in FDKaacEnc_AdjustEncSettings()
915 …(config->userTpType==TT_MP4_LATM_MCP1 || config->userTpType==TT_MP4_LATM_MCP0 || config->userTpTyp… in FDKaacEnc_AdjustEncSettings()
1926 || ((type==TT_MP4_LATM_MCP0) && ((flags&CAPF_LATM) && (flags&CAPF_RAWPACKETS))) in aacEncoder_SetParam()