OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:confType
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/utils/
SkRTConf.h
53
#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/include/
tpenc_lib.h
281
* \param
confType
Pointer to an UINT where the configuration type is returned (0:ASC, 1:SMC).
287
UINT *
confType
);
/external/aac/libMpegTPEnc/src/
tpenc_lib.cpp
577
UINT *
confType
)
582
*
confType
= 0; /* set
confType
variable to default */
591
*
confType
= 1; /* config is SMC */
/external/aac/libAACenc/src/
aacenc_lib.cpp
[
all
...]
Completed in 683 milliseconds