OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_DECODERS
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/itf/
IAudioDecoderCapabilities.c
33
if (numDecoders >
MAX_DECODERS
) {
34
numDecoders =
MAX_DECODERS
;
35
} else if (numDecoders <
MAX_DECODERS
) {
41
*pNumDecoders =
MAX_DECODERS
;
/frameworks/wilhelm/src/
devices.h
51
#define
MAX_DECODERS
9 ///< (sizeof(Decoder_IDs) / sizeof(Decoder_IDs[0]))
Completed in 934 milliseconds