Home
last modified time | relevance | path

Searched refs:getSupportedMimes (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/
DMediaCodecInfo.h69 void getSupportedMimes(Vector<AString> *mimes) const;
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp129 info->getSupportedMimes(&types); in android_media_MediaCodecList_getSupportedTypes()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp117 void MediaCodecInfo::getSupportedMimes(Vector<AString> *mimes) const { in getSupportedMimes() function in android::MediaCodecInfo
/frameworks/av/media/libstagefright/
DMediaCodec.cpp206 info->getSupportedMimes(&mimes); in init()