Searched refs:getCodecName (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecList.java40 /* package private */ static native final String getCodecName(int index); method in class:MediaCodecList
H A DMediaCodecInfo.java30 return MediaCodecList.getCodecName(mIndex);
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h40 const char *getCodecName(size_t index) const;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp37 const char *name = MediaCodecList::getInstance()->getCodecName(index);
173 { "getCodecName", "(I)Ljava/lang/String;",
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp452 const char *MediaCodecList::getCodecName(size_t index) const { function in class:android::MediaCodecList
H A DOMXCodec.cpp205 const char *componentName = list->getCodecName(matchIndex);

Completed in 503 milliseconds