Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecList.h86 static bool codecHandlesFormat(const char *mime, sp<MediaCodecInfo> info, sp<AMessage> format);
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp383 if (!codecHandlesFormat(mime, info, format)) { in findMatchingCodecs()
405 bool MediaCodecList::codecHandlesFormat(const char *mime, sp<MediaCodecInfo> info, in codecHandlesFormat() function in android::MediaCodecList