Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp62 sp<IMediaCodecList> getCodecList() const { in getCodecList() function in JavaMediaCodecListWrapper
100 static const JavaMediaCodecListWrapper *getCodecList(JNIEnv *env) { in getCodecList() function
117 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in getCodecInfo()
133 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCount()
179 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_findCodecByName()
342 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getGlobalSettings()
348 const sp<AMessage> settings = mcl->getCodecList()->getGlobalSettings(); in android_media_MediaCodecList_getGlobalSettings()