Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp187 TRANSPORT_TYPE userTpType; /*!< Transport type */ member
537 switch (extCfg->userTpType) { in H_ALLOC_MEM()
664 config->userTpType = TT_UNKNOWN; in aacEncDefaultConfig()
897 if (config->userTpType == TT_MP4_LATM_MCP1 || in FDKaacEnc_AdjustEncSettings()
898 config->userTpType == TT_MP4_LATM_MCP0 || in FDKaacEnc_AdjustEncSettings()
899 config->userTpType == TT_MP4_LOAS) { in FDKaacEnc_AdjustEncSettings()
913 config->userTpType = in FDKaacEnc_AdjustEncSettings()
914 (config->userTpType != TT_UNKNOWN) ? config->userTpType : TT_MP4_ADTS; in FDKaacEnc_AdjustEncSettings()
929 config->userTpType = in FDKaacEnc_AdjustEncSettings()
930 (config->userTpType != TT_UNKNOWN) ? config->userTpType : TT_MP4_LOAS; in FDKaacEnc_AdjustEncSettings()
[all …]