Home
last modified time | relevance | path

Searched refs:isSupportedCodec (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h140 static bool isSupportedCodec(const char* mime);
Dandroid_AudioSfDecoder.cpp248 if (isSupportedCodec(mime)) { in onPrepare()
789 bool AudioSfDecoder::isSupportedCodec(const char* mime) { in isSupportedCodec() function in android::AudioSfDecoder