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

/external/aac/libMpegTPEnc/include/
H A Dtpenc_lib.h281 * \param confType Pointer to an UINT where the configuration type is returned (0:ASC, 1:SMC).
287 UINT *confType );
/external/skia/include/utils/
H A DSkRTConf.h53 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description)
62 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static confType varName = defaultValue
/external/aac/libMpegTPEnc/src/
H A Dtpenc_lib.cpp577 UINT *confType)
582 *confType = 0; /* set confType variable to default */
591 *confType = 1; /* config is SMC */
574 transportEnc_GetConf(HANDLE_TRANSPORTENC hTpEnc, CODER_CONFIG *cc, FDK_BITSTREAM *dataBuffer, UINT *confType) argument
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp1690 UINT confType; local
1698 err = transportEnc_GetConf(hAacEncoder->hTpEnc, &hAacEncoder->coderConfig, &tmpConf, &confType);

Completed in 173 milliseconds