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

/external/aac/libAACenc/src/
H A Daacenc_lib.cpp162 TRANSPORT_TYPE userTpType; /*!< Transport type */ member in struct:__anon71
478 switch (extCfg->userTpType) {
574 config->userTpType = TT_UNKNOWN;
766 if (config->userTpType==TT_MP4_LATM_MCP1 || config->userTpType==TT_MP4_LATM_MCP0 || config->userTpType==TT_MP4_LOAS) {
778 config->userTpType = (config->userTpType!=TT_UNKNOWN) ? config->userTpType : TT_MP4_ADTS;
790 config->userTpType
[all...]

Completed in 172 milliseconds