Home
last modified time | relevance | path

Searched refs:ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/include/SLES/
DOpenSLES_AndroidMetadata.h37 #define ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE "AndroidPcmFormatBitsPerSample" macro
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h47 ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE, ANDROID_KEY_PCMFORMAT_CONTAINERSIZE,
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp701 } else if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE)) { in TestDecToBuffQueue()
729 ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE, bitsPerSampleKeyIndex); in TestDecToBuffQueue()
731 fprintf(stderr, "Unable to find key %s\n", ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE); in TestDecToBuffQueue()