HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE (Results 1 - 3 of 3) sorted by null

  /system/media/wilhelm/include/SLES/
OpenSLES_AndroidMetadata.h 37 #define ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE "AndroidPcmFormatBitsPerSample"
  /system/media/wilhelm/src/android/
android_AudioSfDecoder.h 47 ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE, ANDROID_KEY_PCMFORMAT_CONTAINERSIZE,
  /system/media/wilhelm/tests/examples/
slesTestDecodeAac.cpp 618 } else if (!strcmp((char*)keyInfo->data, ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE)) {
646 ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE, bitsPerSampleKeyIndex);
648 fprintf(stderr, "Unable to find key %s\n", ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE);

Completed in 159 milliseconds