Home
last modified time | relevance | path

Searched refs:getSupportedProfileLevels (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp93 caps->getSupportedProfileLevels(&profileLevels); in android_videoCodec_expose()
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h78 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp263 capabilities->getSupportedProfileLevels(&profileLevels); in android_media_MediaCodecList_getCodecCapabilities()
Dandroid_media_MediaCodec.cpp655 capabilities->getSupportedProfileLevels(&profileLevels); in getCodecCapabilitiesObject()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp40 void MediaCodecInfo::Capabilities::getSupportedProfileLevels( in getSupportedProfileLevels() function in android::MediaCodecInfo::Capabilities
/frameworks/av/cmds/stagefright/
Dstagefright.cpp733 caps->getSupportedProfileLevels(&profileLevels); in dumpCodecDetails()