Searched refs:ANDROID_KEY_PCMFORMAT_NUMCHANNELS (Results 1 – 4 of 4) sorted by relevance
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_AndroidMetadata.h | 35 #define ANDROID_KEY_PCMFORMAT_NUMCHANNELS "AndroidPcmFormatNumChannels" macro
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeToBuffQueue.cpp | 481 if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_NUMCHANNELS)) { in TestDecToBuffQueue() 491 ANDROID_KEY_PCMFORMAT_NUMCHANNELS, channelCountKeyIndex); in TestDecToBuffQueue() 493 fprintf(stderr, "Unable to find key %s\n", ANDROID_KEY_PCMFORMAT_NUMCHANNELS); in TestDecToBuffQueue()
|
D | slesTestDecodeAac.cpp | 695 if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_NUMCHANNELS)) { in TestDecToBuffQueue() 715 ANDROID_KEY_PCMFORMAT_NUMCHANNELS, channelCountKeyIndex); in TestDecToBuffQueue() 717 fprintf(stderr, "Unable to find key %s\n", ANDROID_KEY_PCMFORMAT_NUMCHANNELS); in TestDecToBuffQueue()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.h | 44 ANDROID_KEY_PCMFORMAT_NUMCHANNELS, ANDROID_KEY_PCMFORMAT_SAMPLERATE,
|